body

{

	font-family: sans-serif;

	font-size: 12px;

	color: #111111;
	
	background-color:#E6E6E6;

}

#container{
width: 800px; /*The width of our layout*/
margin-left: auto;
margin-right: auto;
/*Margin left and right set to auto center's our layout*/
text-align: left; /*Resets the text alignment*/
}







#wrapper

{

	width: 400px;

	margin: 20px auto;

	background: #778899;
	
	border: 4px solid #444444; 
}



.cent

{

	text-align: left;
	
	margin-left:50px;

	margin-top:50px;
	

}



form

{

	text-align: center;

}



.error

{

	font-weight:bold;

	color:#FF0000;

}

.label
{
 		font-size:12px;
		color: #555555;
		font-weight:italic;
		
		}



.errorbox

{

	font-weight:bold;

	color:#FF0000;

	border: #FF0000 1px solid;

	background: #FFCECF;

	text-align: center;

}

.fieldset

{

 font-weight:bold;
 
 font-size:14px;
 
 padding:1em;
 
 font:sans-serif;
 border:1px solid green 
 
 }
 


.button 
{
 		
    border: 2px solid #444444;
    background: #778899;
		margin-right:30px;
		color:#fffafa;
		font-weight:bold;
		
}
.button:hover {
    border: 2px solid #444444;
    background: #708090;
		font-weight:bold;
		
}

.input
{
 		font-size:12px;
		color: #555555;
		font-weight:italic;
		
		}


.subcategory{color:rgb(60,60,60)}








