﻿@charset "utf-8";
/* CSS Document */

/*basic style*/
/*id style*/
/**********内容**********/
#content{
	text-align:center;
}
/*login*/
#login{
	width:730px;
	height:330px;
	margin:20px;
	padding-top:130px;
	background:url(images/bg_login.gif) no-repeat;
}
#login h2{
	display:none;
}
#tip{
	width:400px;
	margin:5px auto 0;
	padding:8px 10px;
	background:#ffc url(images/bg_tip.gif) no-repeat 15px 3px;
}
/*nologin*/
#nologin{
	width:400px;
	margin:0 auto;
	text-align:left;
}
#login th{
	width:100px;
	padding:4px 5px;
	text-align:center;
}
#login td{
	padding:4px 5px;
}
#txtUser,
#txtPassword{
	width:150px;
}
#txtCheckcode{
	width:100px;
}
#txtCheckcode{
	float:left;
}
#Img1{
	float:left;
	margin:-2px 8px 0 5px;
}
#ccheckcode{
	float:left;
	margin-top:5px;
	text-decoration:underline;
}
/*islogin*/
#islogin{
	display:none;
}
/*islogin_detail*/
#islogin_detail{
	width:400px;
	margin:0 auto;
	text-align:left;
}
/*class style*/