form{
	padding-top: 20px;
  padding-bottom: 120px;
}
form#search{
  padding: 20px;
}
input,select,textarea{
	padding-top: 4px;
  padding-bottom: 4px;
  line-height: 14px;
  /*border: .01em solid #8cc7d3;*/	
	font-size: 12px;
  color: #0663A1;
  font-family: arial, helvetica, sans-serif;
}
input.smalltext
{
  font-size: 1px;
}
button{
  width: 16px;
  height: 16px;
  background: url('/images/calendar.png');
}
div.min_row{
	float: left;
  border-bottom: thin solid #deedf5;
  border-right: thin solid #deedf5;
  width: 225px;
  padding: 5px 10px 15px 5px;
}
div.med_row{
	float: left;
  border-bottom: thin solid #deedf5;
  border-right: thin solid #deedf5;
  width: 250px;
  padding: 5px 10px 15px 5px;
}
div.max_row{
	float: left;
  border-bottom: thin solid #deedf5;
  border-right: thin solid #deedf5;
  width: 450px;
  padding: 5px 10px 15px 5px;
}  

.checkbox{
  padding: 0;
  margin: 0;
  float: left; 
	margin : 5px;
	border: none;

}
.vertsep{
	float: left;
	width: 2px;
  padding: 5px 0;
  margin: 0 8px;  
  background: url('/images/vert-sep.png') repeat-y;
}
#form_wrapper{

}
fieldset{
	border: none;
  padding: 10px;
  padding-bottom: 30px;
/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

	border-left: thin solid #e7f2f4;
	border-right: thin solid #e7f2f4;
	border-bottom: thin solid #e7f2f4;
  margin-top: -18px;
}
fieldset.level_1{
 background: #e8f2fa;
}
fieldset.level_1_small{
 padding: 5px;
 background: #e8f2fa;
}
fieldset.nullmargin{
  margin-top: 5px;
}
fieldset.level_2{
 background: #eff5fd;
}
fieldset.level_3{
	background: #f6f9ff;
}
fieldset.white
{
  border-top: thin solid #e7f2f4;
  background: #ffffff;
}
fieldset.full
{
  background: #ffffff;
  border: thin solid #e7f2f4;
  padding: 10px;
  padding-bottom: 10px;
/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
fieldset.smallform
{
  background: #ffffff;
  border: none;
  padding: 10px;
  padding-bottom: 10px;
/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

	border-left: thin solid #e7f2f4;
	border-right: thin solid #e7f2f4;
	border-bottom: thin solid #e7f2f4;
  margin-top: 1px;
}
fieldset h2
{
  font-size: 15px;
  font-weight: normal;
  color: #59bbce;
  text-transform: uppercase;
  border: none;

}
fieldset.full h2
{
  font-size: 18px;
  font-weight: normal;
  color: #59bbce;
  text-transform: uppercase;
  border: none;
}
fieldset.full h2.orange{
  font-size: 17px;
  color: #e6782c;
  border: none;
  text-transform: uppercase;

}
form legend, form h2{
	font-family: 'arial black', arial, helvetica, sans-serif;
  font-size: 14px;
  color: #4e9bad;
  font-weight: bold;
  border: none;
  margin-bottom: 10px;
  text-transform: uppercase; 
}
.formrow{
	float: left;
	margin: 2px;
}
form h3{
	font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #4e9bad;
  text-transform: uppercase;
	font-weight: bold;
}
.formrow h4{
	text-align: center;
  margin-right: 7px;
  float: left;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #4e9bad;
  text-transform: uppercase;
	font-weight: bold;
}
label, form span{
	font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #4e9bad;
  text-transform: uppercase;
	font-weight: bold;
}
.formrow h4 span{
  color: #000000;
  font-weight: normal;
}
div.label{
	float: left;
  padding-top: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #4e9bad;
  text-transform: uppercase;
	font-weight: bold;
}
div.extralabel{
  margin-right: 5px;
  float: left;
  padding-top: 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #31c8ee;
  text-transform: uppercase;
	font-weight: bold;
}
.paddedleft20{
	padding-left: 20px;
}
form p{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #4e9bad;

}
.floaty{
	float: left;
  border: thin solid transparent;
}
.righty{
	float: right;
}
.splitleft{
	float: left;
  width: 50%;
}
.splitright{
  background: #ecf5fb;
  float: left;
  width: 50%;
}
.kludge{
  clear: both;
}

table.bordered {
  border: thin solid #deedf5;
  border-collapse: collapse;
}

table.bordered td, table.bordered th {
  border: thin solid #deedf5;
  padding: 5px;
}
.lefty
{
  float: left;
}
