html{
	/*
	scrollbar-3dlight-color:#333; 
	scrollbar-arrow-color:#ff0000; 
	scrollbar-base-color:#333; 
	scrollbar-darkshadow-color:#333; 
	scrollbar-face-color:#333; 
	scrollbar-highlight-color:#333; 
	scrollbar-shadow-color:#333; 
	scrollbar-track-color:#000;
	overflow-y:none; */
	overflow:hidden;
}
body {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Verdana;
	font-size:12px;
	background:url(../images/login-bg.png) center repeat-x #CEE3F6 fixed;
	overflow:hidden;
}
div, p, li {
	height:auto;
}
form, ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	height:auto;
}
img {
	border:0;
}
ul, li {
	list-style-type:none;
	list-style-position:outside;
}
em {
	font-size:10px;
}
input{
	font-size:12px;
}
dd{ padding:0px; margin:0px;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
*:link, *:visited, *:hover, *:active, *:focus {
 -webkit-transition:
 color .25s linear, background-color .25s linear, border-color .25s linear;
 transition:
 color .25s linear, background-color .25s linear, border-color .25s linear;
}
.clear {
	/*border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;*/
	clear:both;
	visibility:hidden;
}

.loginform{
	width:742px;
	height:357px;
	background:url(../images/login-form.png);
}
.formcont{
	padding-left:363px;
	padding-top:160px;
	}
.user{
	padding-left:77px;overflow:hidden;height:26px;}
.user input{
	width:170px;
	height:24px;
	line-height:24px;
	border:none;
	color:#39C;
	background:none;}
.pass{margin-top:8px;height:28px;overflow:hidden;
padding-left:77px;}
.pass input{
	width:170px;
	height:24px;
	line-height:24px;
	border:none;
	color:#39C;
	background:none;}
.Code{margin-top:7px; padding-left:77px;height:28px;overflow:hidden;}
.Code input{
	width:85px;
	height:24px;
	line-height:24px;
	border:none;
	color:#39C;
	background:none;}
.Code img 
{
	margin-left:15px;position:absolute;top:235px; vertical-align:middle;
}
.but{
	margin-top:0px;}
.But-OK{
	width:98px;
	height:27px;
	border:none;
	cursor:pointer;
	background:url(../images/login_Form_yes.gif) no-repeat;
}
.But-Cancel{
	width:98px;
	height:27px;
	border:none;
	cursor:pointer;
	background:url(../images/login_Form_no.gif) no-repeat;
}
#msg
{
	height:15px;color:red;
}