/* ==================================================================================== */
/*  GLOBAL RESPONSE TECHNOLOGIES - FORMS.CSS - FOR ALL GLOBAL FORMS - UPDATED 12/13/06  */
/* ==================================================================================== */

/* CONTAINER */
div.global_form {
	width:530px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin:0px;
}

/* DEFAULT ROW STYLES (SHARED BETWEEN FULL AND HALF BLOCKS */

span.label {
	height:25px;
	line-height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#027634;
	text-transform:uppercase;
	text-indent:10px;
	display:block;
	
	
}

span.text {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	position:relative;
	top:0px;
	left:0px;
	
}

span.select {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	position:relative;
	top:0px;
	left:0px;

}

span.textarea {
	display:block;
	height:100px;
	line-height:25px;
	padding-left:15px;

	position:relative;
	top:0px;
	left:0px;
}

span.multiple_select {
	display:block;
	height:100px;
	line-height:25px;
	padding-left:15px;
	position:relative;
	top:0px;
	left:0px;
}

span.radio {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	position:relative;
	top:0px;
	left:0px;

}

span.checkbox {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:15px;
	position:relative;
	top:0px;
	left:0px;
	
}


/* FORM FOOTER STYLES (INCLUDES FORM BUTTONS) */

div.form_buttons {
	width:530px;
	height:32px;
	overflow:hidden;
	margin:0px;
	padding:11px 0px 0px;
	
	text-align:center;
}

/* ================================== */
/*  SINGLE COLUMN STYLES (FULL BLOCK) */
/* ================================== */

div.full_block {
	width:530px;
	line-height::25px;
	clear:both;

}

div.full_block span.text input {
	width:188px;
	height:18px;
	padding:3px 3px 0px;
	margin:0px 0px 0px -198px;
	font-size:11px;
	border:solid 1px #7f9db9;
	position:absolute;
	top:2px;
	left:100%;
}

div.full_block span.select select {
	display:block;
	width:196px;
	padding:1px 0px;
	margin:0px 0px 0px -198px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:solid 1px #7f9db9;
	position:absolute;
	top:4px;
	left:100%;
}

div.full_block span.radio span {	
	display:block;
	width:200px;
	height:25px;
	line-height:25px;
	text-align:center;
	position:absolute;
	top:0px;
	left:100%;
	margin:0px 0px 0px -200px;
}

div.full_block span.radio span input {
	vertical-align:middle;
	margin:-2px 0px 0px;
	padding:0px 5px 0px 0px;
}

div.full_block span.checkbox span {
	display:block;
	width:180px;
	height:25px;
	padding:0px 10px;
	line-height:25px;
	text-align:left;
	position:absolute;
	top:0px;
	left:100%;
	margin:0px 0px 0px -200px;
}

div.full_block span.checkbox span input {
	vertical-align:middle;
	margin:-2px 0px 0px;
	padding:0px 5px 0px 0px;
}

div.full_block span.textarea textarea {
	width:188px;
	height:90px;
	padding:3px;
	margin:0px 0px 0px -198px;
	border:solid 1px #7f9db9;
	position:absolute;
	top:2px;
	left:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
}

div.full_block span.multiple_select select {
	width:195px;
	height:98px;
	padding:3px;
	margin:0px 0px 0px -198px;
	border:solid 1px #7f9db9;
	position:absolute;
	top:2px;
	left:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
}

/* EXPANDED TEXTAREA (USED FOR COMMENT SECTIONS) */

div#contact_form #field_09,
div#cmv_form #field_32,
div#dreamhomefinder_form #field_20,
div#prequalify_form #field_23,
div#relocation_form  #field_17,
div#autohomenotice_form #field_22,
div#clientreferral_form #field_09,
div#sendtofriend_form #field_04 {
	background:#F3F3F3;
	padding-bottom:3px;
}

div#contact_form #field_09 textarea,
div#cmv_form #field_32 textarea,
div#dreamhomefinder_form #field_20 textarea,
div#prequalify_form #field_23 textarea,
div#relocation_form  #field_17 textarea,
div#autohomenotice_form #field_22 textarea,
div#clientreferral_form #field_09 textarea,
div#sendtofriend_form #field_04 textarea {
	width:516px;
	margin:0px 0px 0px 0px;
	left:3px;
}


/* CHECKLIST (UNORDERED LIST WITH CHECKBOX INPUTS) */

ul.checklist {
	width:530px;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.checklist li {
	width:250px;
	float:left;
	height:25px;
	line-height:25px;
	padding:0px 0px 0px 15px;
	margin:0px;

}

ul.checklist li input {
	vertical-align:middle;
	margin-top:-2px;
}

/* RADIOLIST (UNORDERED LIST WITH RADIO INPUTS) */

ul.radiolist {
	width:530px;
	margin:0px;
	padding:0px;
	list-style:none;
}

ul.radiolist li {
	width:250px;
	float:left;
	height:25px;
	line-height:25px;
	padding:0px 0px 0px 15px;
	margin:0px;
	
}

ul.radiolist li input {
	vertical-align:middle;
	margin-top:-2px;
}


/* SPECIAL OFFERS CHECKBOX (APPEARS BELOW FORM) */

div.offers {
	height:30px;
	line-height:30px;
	text-align:center;
}

div.offers input {
	vertical-align:middle;
	margin-top:-2px;
}


div#contact_form div.offers {
	height:0px;
	position:relative;
	top:-27px;
	left:20px;
	width:150px;
	overflow:hidden;
	padding-top:30px;
	background:url(../images/signUp.gif) 25px top no-repeat;
}

div#contact_form div.offers input{
	position:absolute;
	top:2px;
	left:0px;
}

/* ================================== */
/*  DOUBLE COLUMN STYLES (HALF BLOCK) */
/* ================================== */

div.half_block {
	width:265px;
	float:left;
	line-height::25px;

}

#cmv_form #block_04 {
	background-position:right top;
}

div.half_block span.text {

}

div.half_block span.text input {
	width:120px;
	height:18px;
	padding:3px 3px 0px;
	margin:0px 0px 0px -130px;
	font-size:11px;
	border:solid 1px #7f9db9;
	position:absolute;
	top:2px;
	left:100%;
	
}

div.half_block span.select {

}

div.half_block span.select select {
	width:128px;
	height:18px;
	padding:0px;
	margin:0px 0px 0px -130px;
	font-size:10px;
	border:solid 1px #7f9db9;
	position:absolute;
	top:3px;
	left:100%;
}

div.half_block span.radio {
	
}

div.half_block span.radio span {
	display:block;
	width:132px;
	height:25px;
	line-height:25px;
	text-align:center;
	position:absolute;
	top:0px;
	left:100%;
	margin:0px 0px 0px -132px;
}

div.half_block span.radio span input {
	vertical-align:middle;
	margin:-2px 0px 0px;
	padding:0px 5px 0px 0px;
}


div.half_block span.textarea textarea {
	width:188px;
	height:90px;
	padding:3px;
	margin:0px 0px 0px -198px;
	border:solid 1px #7f9db9;
	position:absolute;
	top:2px;
	left:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:auto;
}