@charset "UTF-8";
/* CSS Document for Telemedia by Webrunch.com*/

* { margin:0; padding:0; }

html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#222;
	background:#fff;
}

h2 {text-align:center; margin-top:5px;}

#header {
	width:100%;
	height:150px;
	margin:auto;
	background:#2c2c2c url(../images/header.jpg) bottom repeat-x;
}

.login {
	width:481px;
	height:81px;
	position:relative;
	top:10px;
	left:10px;
	background:#2c2c2c url(../images/logo.jpg) no-repeat;
	border:0;
}

#quest {
	width:550px;
	margin:auto;
	margin-top:10px;
	border:6px solid #1471B4;
}

.fields {
	width:420px;
	margin:auto;
}

#quest p { 
	font-size:13px;
	padding-bottom:5px;
	padding-top:10px;
}

#quest input.normal {
	width:400px;
	height:25px;
	font-size:17px;
	padding:5px;
	border:2px inset #ccc;
	background:#FFFFCC;
}

#quest input.normal:focus {
	border:2px solid #1471B4;
}

#quest input.failed {
	width:400px;
	height:25px;
	font-size:17px;
	padding:5px;
	border:2px solid #FF0000;
	background:#FFFFCC;
}

#quest input.button { font-size:17px; margin-top:10px; margin-bottom:10px;}

#footer { 
	width:550px;
	height:70px;
	margin:auto;
	margin-top:5px;
	font-size:9px;
	color:#000;
}




	
