body { 	
		font-family: arial, helvetica, sans-serif;		  			
		background-color: #ffffff;		  								
		color: #000000;		 								
		font-size: 11px;		
		line-height: 14px;
		width:778px;
        margin: 20px auto auto;
}				

td.login {  	
	font-size: 10px;	
	line-height: 12px;									
	background-color: #999999;										
	color: #ffffff;										
}		
	
td.user	{   
	font-size: 10px;										
	background-color: #999999;										
	color: #ffffff;										
	width: 778px;										
	height: 20px;										
	padding-left: 16px;										
}													
																	
td.contentlevel1 {	
	font-size: 12px;										
	background-color: #335C85;										
	color: #ffffff;									
}

a:link {	
	background-color: transparent;										
	color: #335C85;										
	font-weight: normal;										
	text-decoration: none;								
}													
			
a:visited {	
	background-color: transparent;										
	color: #335C85;										
	font-weight: normal;										
	text-decoration: none;										
}													
	
a:hover	{	
	background-color: transparent;										
	color: #ffffff;										
	font-weight: normal;										
	text-decoration: underline;							
}
button.btn {
	padding: 0 .5em;
	height: 2.0833em;
	border: 1px solid #CCC;
	color: black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	border-color: #999;
	background: #F3F3F3;
	background-image: -moz-linear-gradient(top,white,#EBEBEB);
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#EBEBEB));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=white,endColorStr=#EBEBEB);
	outline: 0;
}
button.btn:hover {
	text-decoration: none;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

.error_pass  {
	color: #EE489A;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	width: 100%;
}