/* CSS Document */

body {

	font-family: Tahoma, serif;

	margin: 80px 0px; padding:0px; text-align:center;
 
 }
 
 #layer {
 
 
 	width:400px;
	height : 280px; margin : 0px auto; text-align : center;
	padding : 6px;

 
 }
 
 #form {
 
 	text-align: center;
 
 }
 

a:link, a:visited {
	text-decoration: none;
	color: #000;
	
}


a:hover {
	text-decoration: underline;
	color: #F99D1C;
	
	}
