﻿.thin_border {
    border: 1px solid #CCCCCC;
    
}
.breadcrumb {
    background: none repeat scroll 0 0 #E7E7E7;
    color: #5B5B5B;
    font-size: 12px;
    padding: 2px 5px;
}
.breadcrumb a {
    color: #5B5B5B;
    font-size: 12px;
    padding: 0 5px;
    text-decoration: none;
}
.login_content {
    margin: 0;
    padding:15px;
}
.login_header {
    background: none repeat scroll 0 0 #E7E5E6;
    border-radius: 5px 5px 0 0;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
}
.login_header h2 {
    background: url("images/login_icon.png") no-repeat scroll 130px 10px transparent;
    color: #000000;
    font-size: 19px;
    line-height: 44px;    
}
.login_border {
   /* border-bottom: 1px solid #999999;*/
}
.login_left {
    width: 230px;
}
.left {
    float: left;
}
.spacing {
    padding: 15px;
}
.clear-padding-right {
    padding-right: 0 !important;
}
.login_left h2 {
    color: #000000;
    font-size: 14px;
    line-height: 27px;
    margin-top: 34px;
    text-align: center;
}
.login_left h2 span {
    color: #FF2208;
}
.login_sep {
    background: url("images/login-sep.png") no-repeat scroll 0 0 transparent;
    height: 148px;
    margin-top: 15px;
    width: 2px;
}
.login_right {
    width: 378px;
}
input[type="text"], input[type="password"], textarea, select {
    outline: medium none !important;
}
.login_email {
    border: 1px solid #B7B7B6;    
    font-size: 14px;
    padding:5px 5px;
    width: 265px;
    height:25px;
    line-height:30px;
    margin-top:36px;
    float:right;
}
.margin-bottom-2 {
    margin-bottom: 10px !important;
}
input {
    color: #7B7B7B;
}
.margin-top-1 {
    margin-top: 5px !important;
}
.login_blue a {
    color: #337DD0;
    font-size: 14px;
    text-decoration: underline;
}
.clear {
    clear: both;
}
.remember {
    color: #000000;
    font-size: 14px;
    margin-left: 8px;
}
.margin-top-4 {
    margin-top: 20px !important;
}
.margin-left-1 {
    margin-left: 5px !important;
}
.login_bg {
    background: url("images/login_bg.jpg") repeat scroll 0 0 transparent;
    border: medium none;    
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    height: 32px;
    
}
.margin-top-2 {
    margin-top: 10px !important;
}
.right {
    float: right;
}
.validate {
    background: url("images/errorbg.gif") no-repeat scroll left center transparent;
    color: #FFFFFF !important;
    padding: 5px 12px;
    text-shadow: 0 1px 1px #000000;
}
.error
{
    color:#FF2208;
    float:right;
}
.log_result
{
    padding:15px;
}
.log_result h2 {
    
    color: #000000;
    font-size: 19px;
    line-height: 44px;
}
.txt_login label {
    float: left;
    font-size: 13px;
    margin-top: 45px;
}