/* base
-------------------------------------*/
div.form {
	margin:0;
	padding:25px 25px 20px 25px;
	border: 1px solid #c3c3c3;
	background-color: #f2f2f2;
	position: relative;
}
div#login.form {
	margin:10px 0 0 0;
	padding:25px 25px 20px 25px;
	border: 1px solid #c3c3c3;
	background-color: #f2f2f2;
}
div.form table tbody th {
	padding-top:3px;
	font-size:12px;
	text-align:right;
	font-weight: normal;
	width: 100px;
}
div.form table tbody td {
	padding:0 0 5px 15px;
	font-size:12px;
}
div.form table tbody td.caption,
div.form table tbody td span.caption {
	font-size:10px;
	line-height:1.3em;
	color:#454545;
}
div.form table tbody tr.required th {
	font-weight:bold;
}
div.form table tbody tr.error th {
	color:#c00;
	font-weight:bold;
}
div.form table tbody tr.required td {
	background:url(/images/field_required.gif) 0px 6px transparent no-repeat;
}
div.form table tbody tr.required td td{
	background:none;
}
div.form table tbody tr.error td {
	background:url(/images/field_required.gif) 0px 6px transparent no-repeat;
}
div.form table tbody tr.error td input,
div.form table tbody tr.error td textarea,
div.form table tbody tr.error td select {
	border:1px solid #c00;
}
div.form table.simple tbody tr td {
	padding-left:5px;
}
div.form p.privacy {
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	padding: 0;
}
div.form div.caption {
	font-size: 11px;
}
button.primary {
	font-weight: bold;
	color: #fff;
	background-color: #b41e16;
	font-size: 11px;
	padding:0px 3px 2px 3px;
	height: 22px;
	border: none;
	line-height: 11px;
	float: left;
	cursor: pointer;
}
button.primary:hover {
	background-color: #063a6b;
}


/* input elements
-------------------------------------*/
input,
textarea,
select {
	margin-bottom:3px;
	padding:2px;
	font-size:12px;
	font-weight:normal;
	background-color:#fff;
	border: 1px solid #c3c3c3;
}
input {
	height: 15px;
	border: 1px solid #c3c3c3;
}
input.browse {
	height: 25px;
	border: 1px solid #c3c3c3;
}
textarea {
	overflow:auto;
}
select {
	text-transform:none;
	vertical-align:middle;
}
select option {
	padding-right:10px;
	font-size:14px;
}
select.switchbox {
	width:250px;
	height:100px;
}
select.fixed-width  { font-family:courier; }
input.tiny          { width:30px; }
input.sm            { width:55px; }
input.med           { width:220px; }
input.lg            { width:300px; }
input.xl            { width:400px; }
input.xxl           { width:510px; }
input.date          { width:75px; }
input.phone         {  }
input.file          { width:250px; }
input.username      { width:270px; }
input.password      { width:130px; }
textarea.sm         { width:200px; height:75px;  }
textarea.med        { width:220px; height:100px;  }
textarea.lg         { width:315px; height:150px; }
textarea.xl         { width:400px; height:250px; }
textarea.xxl        { width:510px; height:250px; }
select.med          { width:180px; }
select.lg           { width:250px; }
select.tall         { height:100px; }
input.radio-button  { vertical-align:-3px; border:0;  background-color:#F2F2F2;  }
input.checkbox      { vertical-align:middle; border:0; }
.field-focus {
	background-color:#fcf0ef !important;
	border:1px solid #b2170f !important;
}

