body {
	font-family: "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
	-webkit-font-smoothing: antialiased;
}
a {
    color: #333;
}
a:link {
    text-decoration: none;
}
a:visited {
}
a:hover {
    color: #333;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus,
a:active,
a:hover {
    outline: none;
}
label {
	font-size: 14px;
	font-weight: normal;
}

.container {
    width: 420px;
}
#header {
    padding: 60px 0 20px;
}
#header .logo {
    margin: 0 auto;
}
#header .logo,
#header .logo a,
#header .logo img {
    width: 186px;
    height: 70px;
    display: block;
}
#login,
#register {
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
#login .login-links {
    margin-top: 25px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
#register .register-links {
    margin-top: 20px;
    font-size: 14px;
}
.title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}
form .form-group {
    margin-bottom: 25px;
}
form .input-group-btn .btn {
    height: 40px;
    color: #333;
    background: #f8f8f8;
}
form .form-control {
    height: 40px;
}
form .form-control-static {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}
form .form-control.form-control-static {
    background: #f5f5f5;
}
form .submit {
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #f10180;
    border: 0;
}
.links {
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
}
#footer {
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid #ebebeb;
}
.footer-navigation {
    text-align: center;
}
.footer-navigation a {
    margin: 0 10px;
    padding: 3px 5px;
}
.footer-copyright {
    margin-top: 15px;
    text-align: center;
}
.footer-prompt {
    margin-top: 15px;
    text-align: center;
}
