

body {
	background: #000063 url(/images/background.gif) no-repeat top left;
	font-family: Verdana;
	color: #ccc;
	margin: 0;
	padding: 0;

}

a, a:link, a:visited, a:active				
{
	color: #eb5; text-decoration: none;
}
a:hover  
{
	color: #fc6; text-decoration: none;
}
h1 
{
	font-size: 14px;
	padding: 0;
	color:#FFF;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h3
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #FCA;
	font-weight: normal;
}

input 
{
	width: 150px;
}

fieldset
{	
	width: 570px;
	border: 1px solid #335577;
	padding: 10px 15px 10px 5px;	
	display: block;
}
legend
{	
	color: #DDD;
}
label
{	
	display: block;
	clear: left;	
	width: 160px;	
	text-align: right;	
	padding-right: 10px;
	float: left;
}

.login
{
	width: 180px;
}

#wrapper
{
	text-align: center;
	width: 100%;
}

#content
{
	margin: 0 auto;	
	position: relative;
	top: 100px;	
	width: 650px;
}

#title
{	
	background: #000063 url(/images/title.jpg) no-repeat right;		
	height: 52px;
	margin-bottom: 15px;
	text-align: right;
}


#panel_top
{
	background: url(/images/panel_top.png) no-repeat;
	height: 28px;
}
#panel_bottom
{
	background: url(/images/panel_bottom.png) no-repeat;
	height: 30px;
}
#panel 
{		
	font-size: 12px;
	background: url(/images/panel_middle.png) repeat-y;
	min-height: 270px;
	padding: 2px 30px 5px 30px;
	text-align: left;
}

#panel p
{
	margin-bottom: 5px;
	width: 580px;	
}



#footer
{
	font-size: 11px;
	margin: 0px 10px 10px auto;
	text-align: right;
}

#footer a,#footer a:link,#footer a:visited,#footer a:active				
{
	color: #55C; text-decoration: none;
}
#footer a:hover  
{
	color: #AAF; text-decoration: none;
}


img.cardicon
{
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #AAA;
}