/* CSS Document */

body 	{
	margin: 0px 0 0 0;	
	background-color:#efe1b0;	
	font-family:Arial, Helvetica, sans-serif;
}

.login-repeat	{
	height:309px;
	width:500px;
	background:url(../images/template/gradient_center_strip.jpg) repeat-x;
}

.login-bg	{	
	height:100px;
	width:363px;
	background: url(../images/template/bg_login.jpg) no-repeat;
}

.login-error  {	
	height:15px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;	
}

.login-label  {	
	height:30px;
	width:65px;
	color:#FFFFFF;
	font-size:12px;	
}

.login-text  {	
	height:30px;
	width:140px;
	font-size:12px;	
}

.login-button  {	
	width:45px;
	font-size:12px;	
}

.login-text  input {	
	height:17px;
	width:130px;
	border:1px solid #999999;
}

