@import url(/css/cmxforms.css);
/* FORMS STYLES
==================== */
input.tiny {
	width: 50px;
}
input.narrow {
	width: 100px;
}
input.med {
	width: 200px;
}
input.wide {
	width: 290px;
}
/* IMPORT AND OVERRIDE CMXFORMS
==================== */

form.cmxform {
	margin: 0 60px;
}
form.cmxform fieldset {
	border: 1px solid #a99979;
	padding: 20px;
	margin: 30px 0;
}
form.cmxform legend {
	background: #a99979;
	color: #fff;
	padding: 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset {
	padding: 0;
}
form.cmxform fieldset fieldset legend {
	background: transparent;
	color: #292929;
}
form.cmxform label {
	width: 250px;
}
form.cmxform fieldset fieldset label {
	margin-left: 253px;
}
form.cmxform li {
	border-bottom: 1px solid #fff;
}
form.cmxform input[type=text] {
	line-height: 18px;
}
form.cmxform p.note {
	padding-left: 253px;
	font: italic smaller Georgia, "Times New Roman", Times, serif;
}
form.cmxform label.error, label.error {
	color: red;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	padding-left: 253px;
	width: 400px;
	display: block;
}
form.cmxform div.error {
	display: none;
}
form.cmxform input.error {
	border: 2px solid red;
}
form.cmxform .gray * {
	color: gray;
}
form.cmxform p.legend {
	font: italic smaller Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	text-align: right;
}
