/* CSS Document */
/*  
	mail form and associated input markup 
*/
/*  Used on the generic popup only for the submit button  */
.input_submit {
	background-color:gray;
	font-weight:bold;
	text-align:center;
	width:135px;
	height:22px;
	background-image:url(../images/submit_button.jpg);
	cursor:pointer;
	margin:10px 0 0 0;
}
/*  FF only */
html>body #mailform {
	width:475px;
	height:330px;
	padding-left:12px;
	padding-top:12px;
	/*xxbackground-image: url(../images/bg_blue_fade_top_bottom.gif);*/
	background-position:top left;
	background-repeat: repeat-x;
	margin: 15px auto 0 00px;
	background-color: transparent;
	border:  0px solid gray;
	border-color:#F0F0F0;
	color: #5E8A8A;
	font-size:10px;
	line-height:15px;
	letter-spacing:1px;
	font-family: verdana, arial, helvetica, sans-serif;
}
/* IE only */
#mailform {
	width:475px;
	padding: 12px 12px 12px 0;
	/*xxbackground-image: url(../images/bg_blue_fade_top_bottom.gif);*/
	background-position:top left;
	background-repeat: repeat-x;
	margin: 15px auto 0 20px;
	background-color: #F1F0ED;
	border:  0px solid gray;
	/*DWZborder-color:#F0F0F0;*/
	background-color:transparent;
	color: #5E8A8A;
	font-size:10px;
	line-height:15px;
	letter-spacing:1px;
	font-family: verdana, arial, helvetica, sans-serif;
}
#mailform p {
	margin-bottom:1em;
}
textarea {
	margin-left:0px;
	padding:5px 5px 5px 5px;
	color: #5E8A8A;
	font-size:12px;
	line-height:44px;
	letter-spacing:1.1px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	width:459px;
	height:100px;
	/*XX_background-image: url(../images/bg_blue_fade_top_bottom.gif);*/
	background-repeat: repeat-x;
	border-top: 1px solid gray;
	border-right: 3px solid gray;
	border-bottom: 3px solid gray;
	border-left: 1px solid gray;
	overflow:auto;
}

#check_box {
	border:1px solid #F0F0F0;
	width:340px;
	padding:0 0 10px 5px;
	margin:0 0 0 0px
	
}
#check_box input {
	margin:0 0 0 0;
	padding:0 0 0 0;
	display: block;
	width: 14px;
	float: left;
	margin-bottom: 5px;
	background-color:transparent;
}
.indent {
	margin:0 0 0 23px;
	font-weight:normal;
}