

    .login_main{margin:20px 0 0 0;background:#F3F3F3;height:370px;position:relative;background:url(../images/login_bg.jpg) no-repeat;}
		.login_core{height:300px;width:300px;position:absolute;right:100px;top:30px;background:#FFFFFF;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
		.login_core table .title td{font-size:16px;font-weight:bold;color:#c88719;padding:24px 0 0 30px;}
		.login_core table td{padding:10px;}
		.login_core .input_main{margin:10px 0 0 20px;height:30px;line-height:30px;width:230px;border:solid 1px #BBBBBB;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
		.login_core .user_name{background:#FFFFFF url(../images/login_10.jpg) 9px 6px no-repeat;}
		.login_core .password{background:#FFFFFF url(../images/login_13.jpg) 9px 6px no-repeat;}
        .login_core .input_main .text_input{height:22px;line-height:22px;border:none;border-left:solid 1px #DDDDDD;margin:4px 0 0 40px;width:180px;}
        .login_core .title{background:none;}

		.login_core .submit{margin:10px 0 0 20px;width:230px;color:#FFFFFF;background:#ff8e01;border:none;font-weight:bold;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
		.login_core .to_reg{font-size:12px;text-align:center;color:#000000;margin:20px 0 0 0;}
                .login_core .to_reg a{font-weight:bold;font-size:12px;}
                .login_core .w{width:50px;padding-left:30px;padding-right:0;font-size:12px;}
                .login_core .checkCode{width:70px;float:left;margin-right:10px;}


.tips{border:dashed 2px #DDDDDD;background:#F3F3F3;padding:12px;margin:12px auto;width:1200px;font-weight:bold;}
.no{color:#FF0000;}
.yes{color:#026500;}