@CHARSET "UTF-8";
#login_main{
	padding-top: 10px;
}

html, body, form{
	margin: 0;
	padding: 0;
}
#login_main_wrapper{
	margin:auto;
	width: 493px;
 	font-family:Arial;

}
#login_wrapper{	
	margin-top:10px;
}
#login_wrapper .styleround1{

	background:url(../images/login/login_left_top_corner.png) no-repeat scroll 0 0 transparent;	
	padding-left:15px;
	
}

#login_wrapper .styleround1 .out{

	background:url(../images/login/login_right_top_corner.png) no-repeat scroll right 0 transparent;	
	padding-right:15px;
	
}

#login_wrapper .styleround1 .in{
	background:url(../images/login/login_top_inner.png) repeat-x scroll 0 0 transparent;
	height:15px;
}

#login_body{
	border-left: 10px solid #f1eded;
	border-right: 10px solid #f1eded;
    width: 472px;
}

#login_body #left_content{
	float:left;
	width: 232px;
	height: 195px;
		 
}
.login_frame{
	/*color:#989898;*/
    color: #c5960c;
	font-size:12px;
	font-family:Arial;
	/*background:url(../images/login/login_bg.png) no-repeat scroll; */
    background:#dfdfdf no-repeat scroll;
    /*background: #c5960c;*/
}
#left_content #inner_conntent{
	padding-top: 110px;		
	padding-left: 10px;
	padding-right:10px;
	color: #777777;
}
.login_input{
	border:1px solid #dfdfdf;
	width:210px;
	padding:6px 2px;
}
.login_button{
    background-color: #005baa;
            border: 2px solid ;
            color:#ffffff;
            font-weight:bold;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
}
.login_button:hover
        {
            /*color:#c5960c;*/
            cursor:pointer;
            background: #c5960c;
            background-color: #c5960c; 
    
        }
.clear{
	clear: both;
}
#login_body #right_content{
	width:280px;
	float: left;
}
#login_body #right_content #ListLogin{
	list-style: none;
}
#ListLogin{
	margin:0;
	list-style: none;
}
#ListLogin li{
	margin-bottom: 5px;
}
#myh1{
	margin-bottom: 10px;
	margin-top:0;
	color: #409900;
	
}
.login_form{
	color: #777777;	
}
#login_footer{
	
	padding-top:15px;
	padding-bottom:5px;
	border-top: 1px solid #ececec;
	text-align: center;
	color: #409900;
	font-weight: bold;
	background:url(../images/login/login_money_logo.png) no-repeat scroll 30px 10px transparent;
}

#login_wrapper .styleround2{

	background:url(../images/login/login_left_bottom_corner.png) no-repeat scroll 0 0 transparent;	
	padding-left:15px;
	
}

#login_wrapper .styleround2 .out{

	background:url(../images/login/login_right_bottom_corner.png) no-repeat scroll right 0 transparent;	
	padding-right:15px;
	
}

#login_wrapper .styleround2 .in{
	background:url(../images/login/login_inner_bottom.png) repeat-x scroll 0 0 transparent;
	height:26px;
}
.login_ul{
	padding-top:15px;
	float:right;		
	color:#474747;
}
.login_ul ul{ 	
	list-style:none;
	margin: 0;
	padding-left:5px;
}
.login_ul ul li{
	padding:0px 2px;	
	float: left;
}
.login_ul ul li a{
	text-decoration:none;
	outline: none;			
	height:  15px;
	line-height: 15px;
	color:#474747;
	}
.login_ul ul li a:hover{
	color:#00664b;
	text-decoration:none;
}
.login_ul ul li.active{ /*--Makes sure that the active tab does not listen to the hover properties--*/	
	color:#00664b;	
	font-weight:bold;
}
.login_ul ul li.active a{ /*--Makes sure that the active tab does not listen to the hover properties--*/	
	color:#00664b;	
	font-weight:bold;
}
.login_ul ul li a.lang_here{ font-weight:bold;color:#357f4f;}


