body{
	/*width:80%;*/
	width:1024px;
	/*position: relative;*/
	margin-right:auto;
	margin-left:auto;	
}

.header{
	
	-moz-border-radius:5px 5px 5px 5px;	
	border: 0px #033 solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:23px;
	color:#006;
	background-repeat:no-repeat;
	width:100%;
	background-color:#10A5CF;
	/*background: -moz-linear-gradient(left,  #5790ad,  #FFF );
	background-repeat:no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#5790ad', endColorstr='#FFFFFF');
*/
}
.footer{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:40px;
	padding-top:10px;
	border: 0px #033 solid;
	background-color:#099;
	color:#FFF;
	-moz-border-radius:2px 2px 5px 5px;	
	/*background: -moz-linear-gradient(top,  #5790ad,  #FFF );*/
	background-color:#09C;
	text-align:center;
}


img{
	border:none;	
	
}

.classError {
	text-align: center;
	width: 100%;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}

.classValid {
	text-align: center;
	width: 100%;
	background-color: #0F6;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}

a, a:hover, a:visited {
	color: #0000FF;
	text-decoration: none;
}