@charset "utf-8";
*{
	margin:0px auto;
	padding:0px;
}
footer{
	display:block;
}
body {
	background-image:url(../IMG/bg-main.png);
	background-repeat: repeat;
	font:Tahoma, Geneva, sans-serif;
}
#logo{
	top:0px;
	display:block;
	float:left;
	width:100%;
}
nav{
	text-align:center;
	padding-top:15px;
	clear:both;
	top:100;
	display:block;
	background-image:url(../IMG/bg-nav.jpg);
	background-repeat:repeat-x;
	width:400px;
	height:59px;
}
nav a{
	text-decoration:none;
	font-size:24px;
	color:white;
	
}
nav a:hover{
	background:url(../IMG/bg-main.png);
	background-repeat:repeat-x;
	color:black;
	}
.Main-Fram{
	  height:100%;
	  top:250;
	  width:100%;
	  position:relative;
	  min-height:100%;
	  margin-bottom:50px;
}
input[type="text"]{
	height:32px;
	width:400px;
	margin-left:45px;
}
input[type="Password"]{
	height:32px;
	width:400px;
	margin-left:45px;
}
input[type="Date"]{
	height:32px;
	width:400px;
	margin-left:45px;
}
input[type="Email"]{
	height:32px;
	width:400px;
	margin-left:45px;
}
input[type="checkbox"]{
	font-size:14px;
}
#sub{
	background:#00497f;
	color:white;
	width:100px;
	height:31px;
	margin-left:45px;
	font-size:16px;
	border:1px solid #00497f;
	}
#lab{
	color:#999;
	float:left;
	font-size:2em;
}
.co-reg{
	display:none;
	}
.cu-reg{
	display:none;
	}
select{
	height:32px;
	width:400px;
	margin-left:45px;
}