fieldset {
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

fieldset:hover {
	border-color: #dedede;
}

legend {
	font-size: 1.5em;
	font-family: Cambria, Georgia, "Times New Roman", times, serif;
	color: #343434;
}

.input {
	float: none;
	clear: both;
	padding: 5px 0px 5px 0px;
	zoom: 1;
}

label {
	display: block;
	width: 180px;
	padding-right: 10px;
	float: left;
	text-align: right;
	line-height: 28px;
	color: #555555;
}

label img {
	border: none;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	cursor: default;
}

#textInfo {
	color: #676767;
	font-size: .95em;
	line-height: 1.5em;
	width: 638px;
	margin: 5px 10px;
	padding: 10px 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: none;
	clear: both;
}

#textInfo .sub {
	font-size: .95em;
	color: #888888;
	font-style: italic;
	display: block;
	line-height: 2em;
}

span.req {
	font-weight: bold;
	color: red;
}

input, select {
	width: 288px;
	float: left;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #bbbbbb;
	background-color: #f7f7f7;
	color: #555555;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	font-size: 100%;
	zoom: 1;
}

/* Checkbox styles */

.checkbox input {
	display: block;
	width: auto;
}

body.js .checkbox {
	position: relative;
	min-height: 15px;
	float: left;
	margin: 5px 0px;
}

body.js .checkbox a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../../images/content/checkbox.gif) no-repeat;
}

body.js .checkbox a.checked {
	background-position: -30px 0px;
}

body.js .checkbox input {
	display: none;
}

select {
	width: 300px;
}

input.error, select.error {
	background-color: #f5d5d9;
	zoom: 1;
}

div.error {
	display: none;
	width: 228px;
	float: none;
	clear: both;
	color: #ae3c3c;
	line-height: 28px;
	padding-left: 190px;
	zoom: 1;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, select:hover, select:active, select:focus {
	background-color: #ffffff;
	color: #131313;
	padding: 3px;
	border: 3px solid #67b936;
	border-image: url(../../images/content/borderActive.gif) 3 3 3 3 repeat repeat;
	-moz-border-image: url(../../images/content/borderActive.gif) 3 3 3 3 repeat repeat;
	-webkit-border-image: url(../../images/content/borderActive.gif) 3 3 3 3 repeat repeat;
	zoom: 1;
}

#submit {
	width: auto;
	background-color: #131313;
	color: #ffffff;
	position: relative;
	left: 190px;
}

#submit:hover {
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #444444; 
	cursor: pointer;
}

#results.error {
	color: #AE3C3C;
	border: 1px dashed #e69d9d;
	width: 668px;
	margin: 5px;
	padding: 10px;
}

#results.success {
	background-color: #77b86a;
	border: 1px solid #48a436;
	color: #ffffff;
	padding: 10px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.15);
	text-align: justify;
}

