* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.8em;
	padding-top:10%;
	min-width:760px;
}
h1 {
	background:url(../images/login_title_tile.gif) #adadad repeat-x;
	height:50px;
	color:#FFFFFF;
	text-align:center;
	line-height:3em;
	font-size:1.6em;
	overflow:hidden;
}
h3 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:2em;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
	width: 120px;
	height: 20px;
}
a {
	text-decoration: none;
	color:#666666;
}
a:hover {
	color:#333333;
}

#wrap {

}
	#logo {
		padding-top:10px;
	}
	#cont {
		background:url(../images/login_bg.jpg) no-repeat center;
		height:130px;
		text-align:center;
	}
	#footer {
		text-align:center;
		margin-top:3em;
		font-size:0.9em;
	}

