@import "cmxformTemplate.css";
@import "cmxform.css";
@charset "utf-8";
/* CSS Document */

body{ font-size:12px; font-family:宋体;}
body,div,ul,li,p,input{padding:0px; margin:0px;}

/*字体颜色*/
.cGray, .cGray:visited, .cGray a,.cGray { color:#6b6b6b; }
.cBlue, .cBlue:visited, .cBlue a,.cBlue { color:#2784c7; }

.w180{width:120px;}
.w100{width:60px;}
.login{ position:absolute; left:50%; top:50%; margin-left:-483px; margin-top:120px;width:966px; height:380px;}
.login_logo{ float:left; width:582px; height:160px; padding-top:52px; margin-top:32px;background:url(../images/login_logo.gif) no-repeat; text-align:center;}
.login_logo p{color:#6b6b6b; text-align:center; padding-top:70px;}
.login_right{ float:left; width:348px; height:355px; background:url(../images/login_bg.gif) no-repeat;}
.input_text{ border:1px solid #2784c9; height:22px;}
.input_btn{width:71px;height:32px; border:0px; color:#ffffff; font-weight:bold;background:url(../images/login_btn.gif) no-repeat; cursor:pointer;}
.input_btn:hover{ color:#ffe400;}
.message a.msg{
	background: url("../images/msg.png") no-repeat scroll 5px 3px transparent;
	padding: 2px 4px 2px 24px;
	text-decoration: none;
	color: #AA0000;
}