@charset "utf-8";

/* contact form
---------------------------------------------------------------- */
#contactform input, #brokerform input, #brokerform textarea {
	width:97%;
	padding: 1px 1% 1px 2%;
	border: 1px solid #FFFFFF;
}
#contactform td, #brokerform td {padding:3px;}
#contactform #submitbutton, #contactform #resetbutton, #brokerform #submitbutton, #brokerform #resetbutton {
	width:100px;
	height:23px;
	padding-top:0;
	background-image: url(../layout/but_submit.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	background-color: #808184;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right:30px;
	margin-top:30px;
	font-weight:bold;
}
#contactform #resetbutton, #brokerform #resetbutton {background-image: url(../layout/but_reset.gif);}
#contactform #submitbutton:hover, #brokerform #submitbutton:hover {
	background-image: url(../layout/but_submit_over.gif);
}
#contactform #resetbutton:hover, #brokerform #resetbutton:hover {
	background-image: url(../layout/but_reset_over.gif);
}


#brokerform fieldset {
	border: 1px dashed #B5B6B7;
	padding:10px;
	margin-bottom:10px;
}
#brokerform .radiobut {
	width: 20px;
	border-width:0px;
	margin-right:20px;
}
#brokerform td {font-size:11px;}
#brokerform textarea {height:100px;}
