/**
 * ServeBlast
 * (C) 2008 Squish Software
 */

/* Layout
------------------------------------------*/
body {
	background: #DFEAEF url(img/background.png) repeat-x;
	font-family: Verdana, "Lucida Grande", Helvetica, serif;
	font-size: 13px;
	color: #839298;
}

#wrapper {
	width: 400px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -90px;
	background: url(img/logo.png) no-repeat;
	padding: 55px 0 0 70px;
}

#footer {
	position: absolute;
	right: 20px;
	bottom: 17px;
	font-size: 11px;
}

/* General Formatting
------------------------------------------*/
input[type="text"] {
	border: 2px solid #afc8d2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 6px;
	color: #5c6d74;
	outline: none;
}

a {
	color: #839298;
}

a:hover {
	color: #5c6d74;
}

img {
	display: none;
}