@charset "UTF-8";
/* CSS Document */
#container{
	width:900px;
	min-height:700px;
	height:auto;
	background-color:#FFFFFF;
	background-position:top;
	margin-bottom:0px;
	text-align:left;
	
}
div.formsection {
	border:1px solid #b40001;
	margin-bottom:15px;
}
div.formsection h2 {
	padding:7px 5px 7px 5px;
	/*background-image:url(/img/footer/bg.jpg);*/
	background-color:#b40001;
	font-size:14px;
	color:#ffffff;
	display:block;
	margin:0px;
}
table.formtable {
	width:100%;
	margin:0px;
	padding:0px;
	border:none;
}
table.formtable td {
	border-bottom: 1px dotted #cccccc;
	padding: 7px 5px 7px 5px;
	vertical-align:top;
}
table.formtable td.label {
	background-color:#ececec;
	width:75px;
	padding-top:9px;
}
table.formtable .lastrow {
	border-bottom:none !important;
}
.FullField {
	width:95%;
	background-color:white;
	border:1px solid #666666;
	padding:2px;
}
table.formtable input:focus {
	background-color:#FFFFCC;
}
table.formtable textarea:focus {
	background-color:#FFFFCC;
}
span.note {
	color:#999999;
}
.TabbedPanelsContent h3 {
	margin-top:7px;
	margin-bottom:7px;
}
.TabbedPanelsContent a {
	color:#cc0000;
}
table#taxtable td {
	border-bottom:solid 1px #999999;
	padding:3px 5px 3px 5px;
	border-right: dotted 1px #999999;
}
table#taxtable td.top {
	border-top:solid 1px #999999;
}
.ErrorMsg {
	padding:5px;
	margin-bottom:15px;
}
