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

.clear {
	clear: both;
}

form {
	width: 100%;
}

form p span {
	color:#db1d43;

}


/* fieldset styling */
fieldset {
	margin: 12px 0; /*  space out the fieldsets a little*/
	padding: 6px;
	border : 1px solid #ccc;
	background-color: transparent;
}

/* legend styling */
legend {
	font-size:14px;
	font-weight:bold;
}

form p {
	width: 100%;
}

/* style for  labels */
label {
	float: left;
	width: 110px;
	font-weight:bold;
	font-size:11px;
}

/* style for required labels */
.required {
	font-size: 11px;
	font-weight:bold;
}

input {
	margin-left:6px;
}

input.doubleWide {
	width: 345px;
	margin-left:6px;
}
input.single {
	width: 170px;
	margin-left:6px;
}

input.checkbox {
	float:left;
	margin-right:6px;
	width: 25px;
}

select {
	margin-left:6px;
}

input[type="text"], textarea {
	border: 1px solid #999;
}

input.submit, input.reset {
	width: auto;
}

textarea {
	width: 345px;
	height: 100px;
	margin:3px 0 0 6px;
}