@charset "utf-8";
body {
	background-image: url(/gfx/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top {
	height: 20px;
}
#top p {
	text-align: center;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#top a {
	color: #999999;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main #head {
	height:91px;
}
#head h1 {
	height: 50px;
	width: 380px;
	background-image: url(/gfx/logo_login.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	top: 20px;
}
span {
	display:none;
}

#main #footer {
	clear: both;
}
#main #footer p {
	color: #999999;
	text-align: center;
}

h3 {
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

input 
{
	margin-left:10px;
	margin-bottom:5px;
}
