﻿@charset "utf-8";
/* CSS Document */
body{
	min-width:600px;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	background:#f9f9f9;
	}
.clear{
	clear:both;
}
.form-horizontal{
	width:auto;
	height:auto;
	margin:10% auto;
        }
.login_logo {
	width:470px;
	height:47px;
	margin:0 auto;
	background:url(../Images/logo_login.png) 18px 0 no-repeat;
	}
.login_header{
	width:470px;
	height:60px;
	margin:0 auto;
	background:url(../Images/header_title.png) 0 -10px no-repeat;
	}
.login{	
	width:334px;
	height:auto;
	margin:0 auto;
	padding:10px 18px;
	}
.text_box{
	margin:10px 0;
	}
.text_box label{
	display:block;
	float:left;
	text-align:right;
	width:85px;
	margin-right:15px;
	line-height:25px;
	}
.text_box input{
	display:block;
	float:left;
	width:180px;
	line-height:25px;
	border:1px #ededed solid;
	background:#ffffff;
	}
.text_btn input{
	display: block;
        margin: 15px 0 4px 204px;
        padding: 5px 15px;
	font-size:18px;
        line-height: 18px;
        color: #ffffff;
        background: #6fb0f1;
        border-radius: 14px;
	border:none;	
        cursor: pointer;
	}
.text_btn input:hover{
        background: #0c81f5;
	}


    