@charset "utf-8";
/* CSS Document */

form#employment-form {
	width: 760px;
}

#form-left {
	line-height: 10px;
	font-size: 11px;
	width: 760px;
	padding: 10px;
}

#form-left table input {
	width: 98%;
}

#form-left label {
	display: block;
	float: left;
	line-height: 21px;
	width: 130px;
	clear: left;
}

#form-left input {
	display: block;
	color: #2c2c2c;
	padding: 2px;
	font-size: 11px;
	border: 1px solid #dcddc7;
}

.input-hidden {
	display: none !important;
}
#form-left h3 {
	border-bottom: 1px solid #440000;
	font-size: 12px;
	line-height: 18px;
	margin: 4px 0;
	width: 760px;
}

#employment-form #contentarea {
	background: #fff;
	background-image: none;
}

#form-left table {
	border-collapse: collapse;
	margin: 5px 0;
	width: 760px;
}

#form-left th {
	color: #2c2c2c;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
}

.label-full {
	width: 760px !important;
}

.label-wide {
	width: 200px !important;
}

.input-radio {
	border: none !important;
	display: inline !important;
}

.input-state {
	width: 40px !important;
}

.input-zip {
	width: 60px !important;
}

#form-left h3 span {
	font-weight: normal;
	font-size: 10px;
}

#form-left p {
	line-height: 14px;
	text-align: left;
}

#form-left button {
	vertical-align: middle;
}

#form-left textarea {
	width: 400px;
	height: 60px;
}

/* validation stuff */
.input-block input {
	float: left;
	margin: 4px 0;
}

.input-block label {
	clear: none !important;
	margin: 4px 0;	
}

.input-block label.error {
	color: #f00;
	padding-left: 6px;
	width: 300px !important;
}
/*
table label.error {
	color: #f00;
	font-size: 11px;
	width: auto !important;
}*/

label.error {
	display: none;
	content: "";
}

#form-left table td {
	vertical-align: top;
}

.input-block br {
	clear: both;
}

div.errors {
	padding: 0 0 6px 0;
	color: #f00;
}

input.error {
	border: 1px solid #f00 !important;
}

label.radio {
	clear: none !important;
	display: inline !important; !important;
	float: none !important;
	width: auto !important;
}

.errors {
	line-height: 14px;
}

.errors dt {
	font-weight: bold;
}
.errors dd {
	margin-left: 0;
}

label.required-radio {
	clear: none !important;
	display: block !important;
	float: none !important;
	width: auto !important;
}

.highlight {
	border: 1px solid #f00 !important;
}
.red-text {
	color: #f00 !important;
}

input.submit {
	cursor: pointer;
	_cursor: hand;
	background: #cecdb6;
	margin: 0 auto;
	color: #2c2c2c;
	font-size: 11px;
	padding: 2px;	
}
input.submit:hover {
	background: #deddc6;
}

label.invalid {
	color: #f00;
	clear: none !important;
	margin-left: 6px;
	width: auto !important;
}
