form {
	margin-top: 10px;
}

/* General Form Layout Styles ============================================ */
fieldset {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 0 -.5em 0;
	padding: 0 0 2em 0;
	border-style: none;
	border-top: 1px solid #d6d5d1;
	background-color: #fbf9ec;
}

fieldset.alt {
	background-color: #e6e3dd;
}

legend {
	padding: 0;
	color: #000;
	font-weight: bold;
}

legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 110%;
}

legend span.note {
	color: #777;
	margin: 2em 0 0 .4em;
	font-size: 90%;
}

fieldset ol.field-list {
	padding: 5em 1em 0 1em;
	list-style: none;
}

#ContentMain #Info fieldset ol.check-list{
	margin-left:0px;
}

fieldset ol.check-list {
	list-style: none;
}

fieldset ol.check-list li {
	height:2.5ex;
}

fieldset ol.check-list label{
	margin-left:1ex;
}

div.submit 
{
	text-align: center;
	width: auto;
	background-color: #fff;
}

div.submit input 
{
	margin-left: 2em;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	background-color: #dedccf;
	color: #3d3d39;
	margin-top: 2em;
	height: 2em;
	width: 8em;
}

div.required {
	width: auto;
	padding-top: 1em;
	padding-left: 17em;
	border-style: none;
	background-color: #fff;
	border-top: 1px solid #d6d5d1;
}

/* Text Layout Styles ================================================= */

fieldset li p {
	line-height: 1em;
	margin-top: .5em;
	font-size: 90%;
	margin-left: 14.5em;
}


/* error to the right of the field */
label strong {
	position: absolute;
	left: 28em;
	top: 0.2em;
	width: 19em;
	color: #c00;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong img {
	padding-top: .4em;
	position: absolute;
	left: -16.5em;
}

/* nested elements ======================================================= */
fieldset fieldset {
	margin-bottom: -6.25em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset fieldset legend {
	padding-left: 8.5em;
	font-weight: normal;
}

fieldset fieldset label {
	width: auto;
	margin-right: auto;

}

/**/

fieldset div.field{
	line-height: 1.8em;
	position:relative;
	margin-top:4px;
	margin-bottom:6px;
	height: 10%;
	min-height:2em;
	background-color:#fdfbef;
	border-bottom:solid 1px #edebdf;
	border-right:solid 1px #edebdf;
	border-top:solid 1px #fffeee;
	border-left:solid 1px #fffeee;
}

fieldset div.field fieldset legend{
	display:none;
}

fieldset .field .req{
	position:relative;
	top:2px;
	left: 10px;
	width:1.5em;
	min-height:2.2em;
	font-size: 1em;
	font-weight: bold;
	color: #c00;	
}

fieldset .field .label{
	position:absolute;
	top: 0;
	left:2em;
	width:14em;
	min-height:2.2em;
	color: #060;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;	
}

fieldset .field input {
	position: relative;
	float: left;
}

fieldset .field .entry-inline{
	position:absolute;
	top:2px;
	left:13em;
	width:20em;
	min-height:2.2em;
}

fieldset .field .entry-block{
	position:relative;
	left:13em;
	min-width:20em;
}

fieldset .field .validation{
	position:relative;
	width:100%;
	color: #a00;
	font-size: 85%;
	font-style: normal;
	margin-left: 15.5em;
	text-transform: uppercase;	
}

fieldset .field .calendar{
	background:white !important;
}

fieldset .field .calendar a{
	text-decoration:none !important;
}

fieldset .field .calendar .title{
	background:silver !important;
}

fieldset .field .calendar .other-month-day a{
	color:#eee !important;
}

fieldset .field .calendar * a {
	display:block !important;
}

fieldset .field .calendar * a:hover{
	background-color:yellow !important;
	color:navy !important;
}

#Login 
{
	width: 250px;
	height: 127px;
	border: 1px solid #cacac2;
}

#Login table
{
	width: 250px;
	background-color: #fbf9ec;
}

#Login table td 
{
	text-align: center;
	padding-left: 5px;
}

#Login input 
{
	padding: 2px;
}

#Login p.message 
{
	padding: 5px;
	margin-top: 20px;
	color: #8e2421;
}
