@charset "UTF-8";
/* Form Stuff */

label {
	display:block;
	padding:3px 12px 10px 0;
	width:150px;
	float:left;
	text-align:right;
}

.fl{
	float: left;
}

label.small_inline {
	width:63px;
}

fieldset {
	border: 0;
	background: #eee;
	padding: 10px;
	-moz-border-radius: 3px;
	margin-top: 5px;
}

fieldset fieldset { background: #e5e5e5; }
fieldset fieldset fieldset { background: #dedede; }
fieldset fieldset fieldset fieldset { background: #d6d6d6; }

legend {
	font-weight: bold;
}

 /* twocol */
.twocol label { width:100px; }

.twocol div.col input, fieldset.twocol div.col textarea {
	width: 260px;
}

.twocol div.col {
	float: left;
	width: 460px;
}

fieldset fieldset.twocol div.col { /* width: 305px; */ width:48%; }

/* threecol */

.threecol label { width:80px; }

.threecol div.col input, .threecol div.col textarea {
	width: 190px;
}

.threecol div.col {
	float: left;
/*	width: 205px; */
	width: 32%; /* Is there a reason I didn't do this before? */
}

/* fourcol */

.fourcol label { width:80px; }

.fourcol div.col input, .fourcol div.col textarea {
	width: 125px;
}

.fourcol div.col {
	float: left;
	width: 24.8%; 
}

/* onlyCheckboxes */

.onlyCheckboxes div.col {
/*	width: 140px; */
	width: 33%;
	height: 32px;
}

.onlyCheckboxes div.col input{
	width: auto;
}

.onlyCheckboxes label { width:100px; font-size: 11px; }

.required { 
	font-weight:bold; 
	background: url(images/starrrr.gif) no-repeat top right;
}
span.required { padding-right: 10px; }
small { font-size:10px; }

.s input, .s textarea, 
.dataform input.s, input.s, 
.dataform .button, label.s input, .s {
	width: auto;
}

label.s {
	float: none;
	display: inline;
	text-align: left;
}

fieldset fieldset h1 {
	color:#0076C6;
	text-transform: none;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
}

textarea.gigantor {
	width:585px;
	height: 82px;
	margin-left: 13px;
}

/* The Search */

#the_search {
	border: 1px solid #4273C2;
	background: white;
}

#the_search h2 {
	display: block;
	color: white;
	background: #5286FF;
	margin: -10px;
	margin-bottom: 0px;
	padding: 5px;
}

#the_search h3 {
	color: #1342AD;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#the_search label {
	float: none;
	font-weight: bold;
	width: auto;
	text-align: left;
}

#the_search .onlyCheckboxes label {
	padding-left: 18px;	
	line-height: 1.2em;
}

#the_search .onlyCheckboxes label input { /* Only Checkboxes should be wraped in labels */
	margin-left: -20px;
	position: relative;
	top: 3px;
}

#the_search fieldset {
	border: 1px solid #ccc;
}