
/********************************/

#content form {
	padding-left:8px;
}

.frmrow {
	clear:both;
	margin-bottom:3px;
}
.frmlabel {
	font-size:11px;
	font-family:arial, tahoma, sans-serif;
	display:block;
	float:left;
	padding:2px 0 0 0;
	width:100px;
}
.frmbreak {
	float:none;
}
.frmtext {
	width:220px;
	background:url(../images/formfield_bg.gif) no-repeat;
	border:none;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-left:3px;
}
.frmtextarea {
	width:320px;
	overflow:auto;
	background:url(../images/formfield_bg.gif) no-repeat;
	border:none;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	padding-left:3px;
}
* html .frmtextarea {
	width:323px;
}
.frmsubmitrow {
	width:324px;
	text-align:right;
}
* html .frmsubmitrow {
	width:327px;
}
.frmsubmit {
	border-top:1px solid #91b1ce;
	border-left:1px solid #91b1ce;
	border-right:1px solid #003768;
	border-bottom:1px solid #003768;
	width:100px;
	color:#fff !important;
	background:#DB0C41 url(../images/submit_bg.gif) no-repeat 100% 50%;
}
