
/*
 * 
 * Authentication styles
 * 
 */

.doe p, 
.doe form, 
.doe div, 
.doe span {
	font-size: 12px;	
}

.doe p {
	margin-bottom: 1em;
	margin-top: 1em;
}

.doe .error {
	color:red;
	font-weight:bold;
}

.doe a, .doe a:visited {
	color:blue;
}


/*
 * 
 * Content styles
 * 
 */


#contentwrapper{
	width:100%;
}

#content{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:auto; 
	padding:1px 10px 20px 10px; 
	margin:0;
	background-color:#FFF;
}