/* link image button wtih hover classes */
a.imgButton
{
	display: block;
	height: 36px;
	background-position: left top;
	background-repeat: no-repeat;
}
a.imgButton:hover
{
	background-position: left bottom;
}

/* Index page form styles */
form#ContactSearch
{
	float: left;
	padding: 12px 0;
}
form#ContactSearch label
{
	float: left;
	color: #000000;
	padding: 0;
	line-height: 27px;
	margin: 6px 5px 0 0;
	font-size: 108%;
	font-weight: bold;
}
form#ContactSearch #generalsearch
{
	float: left;
	width: 234px;
	clear: none;
	margin: 5px 17px 0 0;
}
form#ContactSearch a.imgButton
{
	float: left;
	margin-right: 10px;
}
form#ContactSearch .nextPrev
{
	height: 36px;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
form#ContactSearch .nextPrev div.disabled,
form#ContactSearch .nextPrev a
{
	display: block;
	float: left;
	margin: 0;
	padding: 7px 0 0 9px;
}
form#ContactSearch .filters
{
	line-height: 36px;
	float: left;
}

div#addLead
{
	margin-bottom: 1em;
}
div.counter
{
	margin-bottom: 1em;
	clear: left;
}


/* Request info page / form styles */
#requestInfo,
#requestInfo form,
.form #ContactAddForm
{
	float: left;
}
#requestInfo form
{
	width: 683px;
}
#requestInfo form fieldset,
.form fieldset
{
	width: 330px;
	float: left;
	clear: none;
}
.form fieldset
{
	width: 400px;
}
#requestInfo form fieldset.chooseInstitute
{
	width: 683px;
	float: left;
}
#requestInfo form p.requestReason
{
	float: left;
	width: 534px;
}
#requestInfo form fieldset.chooseInstitute select
{
	width: 630px;
}
#requestInfo .request
{
	float: right;
	margin-bottom: 0;
}
#requestInfo a.image_button,
#requestInfo .request input
{
	float: right;
	/*position: relative;
	top: 58px;
	right: 28px;*/
	display: block;
	margin-right: 27px;
}

form#customform label.error
{
	color: #ff0000;
	font-weight: bold;
}

#schoolResults .result form.requestInfo
{
	float: left;
	clear: none;
}

/* home page form */
form#InstituteFindForm
{
	background: url(../img/bg_find_a_school.gif) no-repeat;
	padding: 30px 27px 18px 27px;
	width: 617px;
}
form#InstituteFindForm h3
{
	color: #ffffff;
	font-weight: bold;
	font-size: 131%;
	padding-left: 0;
}
form#InstituteFindForm div.input
{
	margin-bottom: 0;
	float: left;
}
form#InstituteFindForm .select_field
{
	width: 212px;
	float: left;
}
form#InstituteFindForm .select_region
{
	width: 405px;
	float: left;
	position: relative;
}
form#InstituteFindForm select
{
	border: 1px solid #878787;
	height: 143px;
}
form#InstituteFindForm select option
{
	/*padding: 3px 10px;
	margin: 0px;
	font-size: 93%;*/
}
form#InstituteFindForm .select_field select
{
	width: 192px;
}
form#InstituteFindForm .select_region select
{
	width: 160px;
}
form#InstituteFindForm a
{
	float: none;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}


/* Generic form styles */
form {
	clear: both;
	padding: 0;
	float: left;
}
fieldset {
	border: 0px none;
}
fieldset legend {
	color: #EC6F0C;
	font-size: 116%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/*clear: both;*/
	margin-bottom: 0.5em;
	/*padding: .5em;*/
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.city {
	margin-bottom: 0;
}
form div.state,
form div.zip
{
	float: left;
}
form div.state
{
	padding-top: 16px;
	padding-right: 8px;
}
form div.state select
{
	width: 145px;
}
form div.zip input
{
	width: 120px;
	width: 143px;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea, button {
	clear: both;
	font-family: inherit;
	width: 90%;
	padding: 3px 0px 3px 3px;
	border: 1px solid #d2d2d2;
	color: #535353;
}
input {
	/*height: 20px;*/
}
select {
	clear: both;
	vertical-align: text-bottom;
	padding: 0px;
	border: 1px solid #d2d2d2;
	color: #535353;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 1px 5px 1px;
	border: 0px none;
}
input[type=checkbox],
.null,
input.checkbox {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	border: none;
	width: auto;
}
input[type=submit],
button,
form div.submit input
{
	padding: 5px 8px;
	width: auto;
	height: auto;
	vertical-align: bottom;
	background-color: #EC6F0C;
	color: #ffffff;
}
input.submit
{
	padding: 5px 8px;
	width: auto;
	height: auto;
	vertical-align: bottom;
	background-color: #EC6F0C;
	color: #ffffff;
}
