/*#content { padding-left: .5em; }
*/
#welcome_panel {
   background: url(../images/panel_welcome.jpg) no-repeat center top;
   width: 350px;
   height: 320px;
}

	
#info_panel {
   background: url(../images/panel_info.jpg) no-repeat center top;
   width: 350px;
   height: 500px;
   color: #000000;
}

#login_panel {
	background: url(../images/panel_login.jpg) no-repeat center top;
	color: #000000; 
	width: 250px;
	height: 320px;
}

#prizes_panel {
	background: url(../images/panel_prizes.jpg) no-repeat center top;
	width: 350px;
	height: 200px;   
}

#status_panel {
   background: url(../images/panel_status.jpg) no-repeat center top; 
   width: 250px;
   height: 150px;
}

#register_panel {
   background: url(../images/panel_register.jpg) no-repeat center top;
   width: 345px;
}

.panel { padding: 1px 20px 0px 10px; margin-left: 30px; }
.ptext { margin: 20px 1em 1em 1em; }
.bpanel { padding: 10px 10px 10px 10px; margin-left: 10px; margin-right: 5px;}
.lpanel { padding: 10px 20px 0px 10px; margin-left: 10px;}

em {
   color: #333333;
   font-size: 13px;            
   font-style: normal;
}      

p {    
   font-size: 13px; 
}




td {
   padding-left: 0px;
   padding-right: 0px;
}

