@charset "utf-8";
body {
	font: 70% Verdana, Arial, Helvetica, sans-serif; /* changes the font size */
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}



.oneColElsCtr #container {
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #admin_container {
	width: 80em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
border: 1px solid #781351;

}

label.list
{
width: 7em;
float: left;
text-align: left;
margin-right: 0.5em;
display: table-cell;


.submit input
{
margin-left: 4.5em;
} 

input
{
color: #781351;
background: #fee3ee;
border: 1px solid #781351;
display:block;
font: 80%; /*changes the size of the form text fields */

}


fieldset.login
{
	position: relative;
	left:225px;
	border: 1px solid #781351;
	width: 30em

}





