.cont-login {
	vertical-align:middle;
	text-align:center;
	background-color:#f7f7f7;
}
.cont-login table {
	margin:0px auto;
}
.cont-login-top {
	background:url('/img/default/css/login-top.gif') no-repeat;
	height:33px;
	width:429px;
}
.cont-login-mid {
	background:url('/img/default/css/login-bg.gif') repeat-y;
	height:230px;
	width:429px;
}
.cont-login-bot {
	background:url('/img/default/css/login-bot.gif') no-repeat;
	height:36px;
	width:429px;
}
.cont-login-form {
	text-align:left;
	color:#999999;
	font-size:11px;
}
.cont-login-form th {
	text-align:left;
	color:#9a9a9a;
	font-weight:bold;
	font-size:11px;
}
.cont-login a {
	color:#adadad;
	font-size:11px;
}

.login-input-text {
	border:1px solid #e3e3e3;
	background-color:#f1f2ed;
	color:#535363;
	height:30px;
	width:250px;
	font-size:25px;
	padding:3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-border-radius:3px;
}

.login-input-text:focus {
	background-color:#f6feed;
}

.login-remember {
	text-decoration:none;
}
.login-remember:hover {
	text-decoration:underline;
}