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

.errorMessage {
	font-size:14px;
	color:#930;
}

.noDisplay {
	display:none;
}

input.text[type=text] {
	border:thin solid #635d3f;
}

textarea.text {
	border:thin solid #635d3f;
}

select.text {
	border:thin solid #635d3f;
}

.smallText {
	font-size:10px;
}

#standardInfo {
	width:420px;
	background:#f5ee94;
	border:#8b864e dashed thin;
	display:none;
	padding:5px;
}