html, body {height: 100%;}



body,input
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Sans-Serif;
	font-size:10px;
	color:#666666;
	
}

.textbox
{
	width:120px;
	border:0px;
}

#wrapper 
{
	width:1000px;
	height:604px;
	position:absolute;
    top:50%;
    left:50%;
    margin-top:-302px;/* half elements height*/
    margin-left:-500px;/* half elements width*/
	background-image:url("../img/terminus/login/bg/bg01.png");
	background-repeat:no-repeat;
	
}

#login_form
{
	width:213px;
	height:137px;
	margin-left:724px;
	margin-top:408px;
	background-image:url("../img/terminus/login/login_form_bg.png");
	background-repeat:no-repeat;
	padding-top:13px;
	padding-left:13px;
}

#login_form ul
{
	width:200px;
}

#login_form ul li
{
	width:200px;
	float:left;
	margin-bottom:5px;
	font-family:Verdana;
	color:#ffffff;
	font-size:14px;
}

#forgot_password
{

	/*margin-top:25px;*/
	
}

#err_msg
{
	
	color:red;
	height:25px;
}

#forgot_password a
{
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}

