﻿/*forms*/
#form{border:solid 1px #cccccc;padding:10px;margin:20px;}
#form label{font-size:.8em;font-weight:bold;}

#form input{border:solid 1px #868A8F}

.frame
{
	border:solid 1px #000000;	
	padding:5px;
}
.section-title
{
	font-weight:bold;
	font-family:Arial, Georgia, Sans-Serif;
	font-size:1.5em;
	height:1.5em;
	padding:5px 5px 0px 5px;
	color:#339900;
	border: 1px dotted #339900;
	background-color: #F2F2F2;
}

input{}
input.text{width:250px;}

span.check label{margin:0px 5px 0px 5px;}

select{width:250px;}

label{font-weight:bold;font-size:.8em;width:120px;display:inline-block;margin:0px 0px 5px 0px;}
label.small{width:80px;}

.form-block{margin:8px 0px 8px 0px;width:300px;float:left}
.field-block{margin:8px 0px 8px 0px;white-space:nowrap;}

.button-bar{margin:10px 10px 5px 10px;text-align:center}
.button{width:auto}
.captcha-image{display:block;clear:both;width:170px;height:47px;margin:5px 0px 5px 0px;}

#results div.result-item{padding:5px 5px 5px 5px;}
#results div.row-div{height:2px;border-bottom:solid 1px #cccccc}

div.clear{clear:both;height:5px;}

#string-editor
{
}
#button-row
{
  text-align: center;
  padding: 10px;
}
#button-row a
{
  font-size: 0.9em;
  color: #0099CC;
  text-decoration: none;
  padding-left: 20px;
}
#button-row a:hover
{
  text-decoration: underline;
}
body
{
  background-color: #F6F6F6;
}
.button
{
  font-weight: bold;
  font-size: 18px;
}