/** Author: kevinick@hotmail.com **/

/* common */
*{ word-wrap:break-word; outline:none;margin:0; padding:0; }
body{ background:#FFF; text-align:center; }
body, td, input, textarea, select, button{ color:#666; font:12px "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; }

h1{ font-size:12px; }
a{ color:#2366A8; text-decoration:none; }
a:hover { text-decoration:underline; }
a img{ border:none; }

table{ border-collapse:collapse; }

/* form */
textarea, input{ padding:2px; border:1px solid; border-color:#666 #eee #eee #666; }
input.txt:hover, input.txt:focus, textarea:hover, textarea:focus{ border-color:#09C; background:#F5F9FD; }

.btn{ margin:3px 0; padding:2px 5px; *padding:4px 5px 1px; border-color:#ddd #666 #666 #ddd; background:#DDD; color:#000; cursor:pointer; }

/* box */
.container{ margin-top: 10px; padding:20px; text-align:left;  }
.mainbox{ margin:10px 0; }

#loginform{ overflow:hidden; margin:10% auto; *padding-top:140px; width:620px; }
.login{ float:left; text-align:right; height: 150px; font:bold 14px "宋体"; }
	.login p{ margin:8px 5px; text-align:left; }
	.loginbtn{ padding-left:53px; text-align:left; }
	.seccode{ margin:10px 5px; }
	.login .txt{ width:150px; padding: 2px; font-size: 14px; }
	.login .hash{ width:60px; vertical-align: middle; }
	.checkcode { cursor: pointer; margin-left: 8px; border: 1px solid #ccc; height: 22px; width: 81px; height:22px; cursor:pointer; vertical-align:middle; }
	
	.redirect { font-weight:normal; text-align:left; font-size:14px; vertical-align: top; }
	.redirect div { margin: 35px 0px; }

.ajax_loading { background: none repeat scroll 0 0 #000000; top: 0px; left: 0px; height: 100%;  position: absolute; width: 100%; z-index: 100; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
	.ajax_loading img { position: relative; top: 300px; left: 45%; margin: 0px auto; }

.loginbox{ padding-right:40px; width:290px; height:100px; line-height:150%; vertical-align:top; background:url(bg_login.gif) no-repeat right 50%; text-align: center; }
	.loginbox h1{ margin: 10px auto; height:50px; font-size: 30px; font-weight: bold; font-family: "微软雅黑"; color: #1E78B6; }

.loginmsg{ position:absolute; margin:-45px 0 0 5px; *margin:-45px 0 0 -73px; width:197px; line-height:150%; text-align:left; font-size:12px; font-weight:400; }
	.loginmsg p{ margin:0; }
.footer{ display:block; line-height:25px; }

.notice {
	height: 30px;
	line-height: 30px;
}
.notice div {
	background: #FFFFCC;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}