@charset "utf-8";
/* CSS for wide pages */

.header_right {
	width: 400px;
	margin: 90px 40px 0 0;
	float: right;
	text-align: right;
	text-transform: uppercase;
}

#content_area {
	width: 897px;
	float: none;
}


.note {
	font-size: 12px;
	letter-spacing: normal;
	line-height: normal;
}




.required {
	color: #9ec400;
}

td.label {
	width: 180px;
	text-align: right;
	padding-right: 10px;
}

input, textarea {
	border: 1px solid #bbbec3;
	background: #f8f8f8;
	width: 95%;
}

.clean input,
input.clean {
	border: none;
	background: none;
	width: auto;
}

input.text {
	width: 200px;
}