﻿        body {
            background: #F1F1F1;
        }

            body .wapper {
                width: 300px;
                height: 280px;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -150px;
                margin-top: -190px;
                background: #f6f6f6;
                border:solid 1px #DBDCDE;
                border-radius:5px;
              
            }

                body .wapper .login_title {
                    width: 100%;
                    /*background: #054d8e url(images/MuYang_Base.png) 0px -270px repeat-x;*/
                    height: 50px;
                    line-height:50px;
                    font-size: 20px;
                    color:#35B0E9;
                    line-height: 50px;
                    font-family: 微软雅黑;
                    border-bottom:solid 1px #d4d3d3;
                }
                body .wapper .login_head {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    /*color: #00678e;*/
                    font-size:13px;
                    /*color: #505050;*/
                    border:solid 1px #999;
              
                    display: block;
                }


                    body .wapper .login_head .l_left {
                       float:left;
                       width: 149px;
                       height:40px;
                       font-size:13px;
                       text-align:center;
                       border-right:solid 0px #FFF;
                    }

                    body .wapper .login_head .l_right {
                        float: left;
                        width: 148px;
                        height: 40px;
                        font-size: 13px;
                        text-align: center;
                        border-left: solid 1px #d4d3d3;
                       
                    }

                  


                    
                body .wapper .login_body {
                    height: 250px;
                    width: 260px;
                    padding: 0px 20px;
                }

                    body .wapper .login_body .bottom_b {
                        border-bottom: #e0e0e0 solid 1px;
                        width: 100%;
                        height: 30px;
                        line-height: 30px;
                        color: #999;
                        font-size: 13px;
                        text-align: center;
                    }

                    body .wapper .login_body ul {
                        list-style: none;
                        padding: 0px; 
                         margin:0px;
                    }

                        body .wapper .login_body ul li {
                            color: #999;
                            font-size: 13px;
                            text-align: center;
                            line-height: 25px;
                            text-align: left;
                            margin-top: 10px; 
                        }

                            body .wapper .login_body ul li .stext {
                                width: 100%;
                                height: 30px;  line-height:30px; border-color:#d4d3d3; font-size:13px; padding:5px;
                                border-radius: 3px;
                            }

.cl_1 {
    border: #FFF solid 1px;
    background: #FFF;
}

.cl_error {
    border:#ff6a00 solid 1px;
}
.font_1 {
 color:#ff0000;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}


/* blue */
.orange {
	color: #FFF;
	border: solid 1px #B17E3B;
	background: #FFA800;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #FFA800,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.orange:hover {
	background: #FFA800;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #FFA800,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.orange:active {
	color: #FFA800;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #FFA800,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.gray-bg{
    background: #dddddd;
                        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
                        background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
                        background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
                        background: -o-linear-gradient(bottom, #dddddd, #fafafa);
                        filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
                        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
                        cursor:pointer;
}

                         
