/* Application Form */
ul#form1 {
	margin: 0 auto 0;
	padding: 0;
	width: 500px;
}

ul#form1 li {
	list-style: none outside none;
	padding: 0;
	margin: 0 0 15px;
	width: 500px;
}

ul#form1 li label {
	display: block;
	margin: 0 20px 0 0;
	width: 150px;
	height: 15px;
	float: left;
}

ul#form1 li.dblock label {
	margin: 0;
	display: block;
}

ul#form1 li input.userfield {
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #d2deea;
	border-right: 1px solid #d2deea;
	width: 310px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 304px;
	float: left;
}

ul#form1 li input.disabled {
	border: none;
	font-weight: bold;
	width: 290px;
}

ul#form1 li.req label {
	font-weight: bold;
}

ul#form1 li input, ul#form1 li textarea {
	width: 230px;
}

ul#form1 li textarea { 
	height: 100px;
	width: 310px;
	border-top: 1px solid #abadb3;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #d2deea;
	border-right: 1px solid #d2deea;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 304px;
}

ul#form1 li span {
	margin-left: 10px;
	font-weight: bold;
	color: #ce4e1d;
	display: none;
}

ul#form1 li.req span {
	display: block;
	float: right;
}

ul#form1 input#formsubmit {
	padding: 0;
	margin: 0;
	border: none;
	width: 57px;
	float: left;
	color: #fff;
	background-color: #ce4e1d !important;
	font-weight: bold;
	height: 23px;
	background: none;
}

div.frmerr {
	background-color: #e1c1c1;
	border: 1px solid #de9494;
	padding: 10px;
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 480px;
	margin: 0 auto 20px;
}

div.frmerr h4 {
	color: #d50000;	
}

div.frmerr ul li {
	color: #d50000;
}