@charset "utf-8";
/* CSS Document */

form {
	padding:0px 0px 0px 0px;
	background:url(../../_sharedimg/hr_dotted.gif) repeat-x top;
}

table {
	margin:0px;
	background:url(../../_sharedimg/hr_dotted.gif) repeat-x bottom;
}

td {vertical-align:middle; background:none; padding-bottom:5px;}

tr.instructions td {padding-top:20px; color:#999999;}

label {color:#df7411;}

input, textarea {
	padding:4px 5px 0px 5px;
	width:358px;
	height:18px;
	font-size:12px;
	border:1px solid #c8c8c8;
	background-color:#eeeeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

input.formcntl_radiobtn {width:auto; height:auto; border:none;}
input.formcntl_button {padding:0px; width:auto; height:auto; border:none;}

textarea {height:250px;}

tr#submit td {padding:20px 0px 20px 0px;}

.labels {width:130px; text-align:right; padding-right:10px;}
