/***********************new form css....menufrom.asp********
Starting in a table row line886 in menuform.asp****/

.menuform_custom_header{
	background-image:url(images/spacer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:transparent;
	text-align:center;
	font-weight:normal;
	font-size:17px;
	line-height:25px;
	border: 1px solid #8c8d8d;
	width:auto;
	margin:0px auto;
	padding:10px 10px;
	width:460px;

}
.menuform_custom_footer{
	background-image:url(images/spacer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:transparent;
	text-align:center;
	font-weight:normal;
	line-height:25px;
	width:auto;
	margin:8px auto 0px auto;
	border:none;
	padding:10px 10px;
	font-size:14px;
	width:460px;

}
.custom_page_description{
	width:100%;	
	
}
/****** for the buyer seller pages****/
.buyahome_img{
	display:visible;

}
.sellahome_img{
	
}
.custom_form_links{
	width:100%;
	text-align:center;
	border:none;
	font-size:11px;

}


/*******actual form*******************/
.form_box{
	
	margin:0px auto;
	border: 1px solid #8c8d8d;
	background-color:#dddddd;
	width:auto;
	padding:20px 50px 20px 50px;
	color:#000;
	
}
.form_box_question{
padding:2px 0px 0px 0px;

}
.form_box_line_descripton{
	font-weight:bold;
	border-bottom:1px solid #dadada;
}
.form_box_selection_break{
	height:auto;
	display:block;
	
}
.form_box p {
	line-height: 18px;
	margin-bottom: 5px;	
}
.form_box_required{
	font-weight:bold;
}
.form_box_checkbox{
	
}
.fieldclass {
	background-image: url(images/field-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	line-height: 15px;
	padding: 4px;
	width: 250px;
	background-color:#fafafa;
	
}
.fieldclass_text{
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 5px;
	background-color:#fafafa;
}
.form_asterix{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
	margin-bottom: 10px;
}
.red_asterix{
	color:red;
	font-size:18px;
	display:inline;
	
}
.field_box_buttons{
	text-align:center;
}
.field_box_send{
	
}
.field_box_reset{
	
}
/****** end of specific header the buyer seller pages****/

.menuform_tablebg{
	background-color:transparent;
	border:1px solid #dadada;	
}
/****** showingrequest form****/
.menuform_custom_header_showing{
	background-image:url();
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:transparent;
	border: 1px solid #8c8d8d;
	text-align:center;
	font-weight:normal;
	line-height:25px;

	width:580px;
	margin:0px auto 10px auto;
	padding:10px 10px;
	font-size:18px

}
.form_box_showing{
	margin:0px auto;
	background-color:transparent;
	border: 1px solid #8c8d8d;
	width:560px;
	padding:5px 20px 5px 20px;
	
}
.form_box_required_showing{
	font-weight:bold;
	margin-bottom:5px;
	width:560px;
}
.form_box_showing p {
	line-height: 18px;
	margin: 10px 0px 5px 0px;	
	
}
.form_box_showing_listing_info{
	width:540px;
	margin:0px auto;
	color:#0d1d33;
	border: 1px solid #8c8d8d;
	background-color:#eeeeee;
	font-size:14px;
	padding:10px 10px 10px 10px;
}
.form_box_question_showing{
	width:560px;
	margin:0px auto;
}
.form_box_question_showing_dd1{
	width:120px;
	float:left;
	
}
.form_box_question_showing_dd2{
	width:180px;
	float:left;
	
}
.fielddate{
	background-image: url(images/field-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	line-height: 15px;
	padding: 4px;
	width: 150px;
	background-color:#fafafa;

}
.fieldclass_showing {
	background-image: url(images/field-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	line-height: 15px;
	padding: 4px;
	width: 200px;
	background-color:#fafafa;

}
.fieldclass_text{
	background-image: url(images/spacer.gif);
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	font-size: 13px;
	line-height: 13px;
	padding: 8px;
	margin-bottom: 5px;
	
	background-color:#fafafa;
}

/*************Captcha************/
#CaptchaValidation{
	padding:10px;
	width:400px;
	border: 0px solid #8c8d8d;
	
}
#CaptchaValidation_send{
	padding:3px;
	width:380px;
}
#Captcha_legend{
	text-transform:uppercase;
	font-weight:bold;

	
}
#PromptDiv{
padding:5px;
font-size:11px;
}
#CaptchDiv{
}
#CaptchaImage{
height:50px;
padding:5px;
float:left;
width:238px;
}
#CaptchaIcons{
height:60px;
}
#CaptchaCode{
text-transform:uppercase;
}
.CodeIncorrectLabel_red{
	color:red;
	font-weight:bold;
	float:left;
	
}
.Captcha_vision_text, .Captcha_refresh_text{
	float:left;
	line-height:20px;
	padding:0px 0px 3px 5px;
	color:#000;
	
}
.Captcha_vision_text a:link,.Captcha_vision_text a:active,.Captcha_vision_text a:visited, .Captcha_refresh_text a:link ,.Captcha_refresh_text a:active,.Captcha_refresh_text a:visited{
color:#000000;
}

.Captcha_vision , .Captcha_refresh{
	float:left;
	
}

.CaptchaIcon_Row_1{
	height:25px;
	padding:5px 0px 0px 0px;
	
}
.CaptchaIcon_Row_2{
	height:25px;	
	color:#000;
}
.Captcha_input{
	padding-bottom:5px;
	margin-right:3px;
	float:left;
}

/*****************************email form********************/
.email_listing_form{
	border:#dddddd 1px solid;
	padding:0px 10px 10px 13px;
	font-family:arial;
	font-size:13px;
	background-color:#f0f1f2;
	height:445px;
}
.email_listing_thankyou{
	font-family:arial;
	font-size:14px;
	margin-top:100px;
	text-align:center;
}
.email_listing_thankyou a:link,.email_listing_thankyou a:visited,.email_listing_thankyou a:active{
color:#fff;
text-decoration:none;
padding:5px 8px 5px 8px;
background-color:#333;
border:1px solid #dadada;
}
.email_listing_thankyou a:hover{
color:#333;
text-decoration:none;
padding:5px;
background-color:#dadada;
border:1px solid #333;
}
.email_listing_header{
	width:100%;
	
	height:50px;
	font-family:arial;
	font-size:20px;
	line-height:50px;
	text-align:center;
	background-color:#dadada;
	background-image:url();
	background-repeat:repeat-x;
	}
.email_listing_table{
	width:100%;
	

}
.email_listing_disclaimer{
	width:500px;
	margin:0px auto;
	font-size:10px;
	line-height:14px;
	border:#dadada 1px solid;
	padding:5px;
	background-color:#e8e8e8;
	background-color:#fadfe7;
	
}
