

/* and now the form itself */
label {
	display: block;
	margin: 5px 0 0 0;
	width: 250px;
}

input, textarea, select {
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	display: block;
	font-family:Arial,Helvetica,sans-serif;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/submit.gif) no-repeat left top;
	width: 76px;
	height: 18px;
	display:inline;
	margin-right:20px;
}

input.button2 {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/reset.gif) no-repeat left top;
	width: 76px;
	height: 18px;
	display:inline;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	width: 500px;
	line-height: 160%;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

span.required{
	font-size: 13px !important;
	color: red !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}


#requiredWrap {
	background-color:#eaebef;
	padding:15px 30px;
	font-weight:bold;
}

.employmentWrap {
	background-color:#eaebef;
	font-weight:bold;
}


.optionalWrap {
	background-color:#eaebef;
	width:396px;
	overflow:hidden;
	margin:20px 20px 0 0;
	float:left;
}

.optionaltitle {
	background-color:#eaebef;
	padding:10px 20px;
	color:#6E8DA7;
	font-weight:bold;
	font-size:12px;
}

.optionalsubtitle {
	width:200px;
	font-weight:bold;
}

.optionalcontent {
	padding:20px;
}

.third {
	width:230px;
	margin-right:20px;
}

.twothirdsMargin {
	width:485px;
	margin-right:20px;
}

.employmentTextarea {
	width:740px;
	height:70px;
}

.twothirds {
	width:485px;
}

.state {
	margin-right:20px;
	width:150px;
	border:1px solid #CCCCCC;
}

.papers {
	margin:0px;
	width:235px;
	border:1px solid #CCCCCC;
}

.zip {
	margin-right:20px;
	width:60px;
}

.rowend {
	margin-right:0px;
}

.comments {
	width:350px;
	height:90px;
}


