﻿body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p { margin:0; padding:0;}
:focus { outline:0;}

.mainwrap {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.plainwrap {
	width:100%;
	float:left;
	overflow:hidden;
}

.bannerwrap 
{
	float:left;
	overflow:hidden;
	line-height:15px;
	position:absolute;
	left:0;
	top:0;
	white-space:nowrap;
}

/* Header Purple */
.header_purple {
	background:url(../images/h_bg3_b.png) repeat-x;
	width:100%;
	height:105px;
	float:left;
}
.header_purple .l_part {
	background:url(../images/h_bg1_b.png) repeat-x;
	float:left;
	width:195px;
	height:85px;
	padding:15px 0 0 32px;
}
.header_purple .r_part {
	background:url(../images/h_bg2_b.png) no-repeat;
	width:40px;
	height:100px;
	float:left;
}
/* Header Orange */
.header_orange {
	background:url(../images/h_bg3_o.png) repeat-x;
	width:100%;
	height:105px;
	float:left;
}
.header_orange .l_part {
	background:url(../images/h_bg1_o.png) repeat-x;
	float:left;
	width:195px;
	height:85px;
	padding:15px 0 0 32px;
}
.header_orange .r_part {
	background:url(../images/h_bg2_o.png) no-repeat;
	width:40px;
	height:100px;
	float:left;
}
/* Header Green */
.header_green {
	background:url(../images/h_bg3_g.png) repeat-x;
	width:100%;
	height:105px;
	float:left;
}
.header_green .l_part {
	background:url(../images/h_bg1_g.png) repeat-x;
	float:left;
	width:195px;
	height:85px;
	padding:15px 0 0 32px;
}
.header_green .r_part {
	background:url(../images/h_bg2_g.png) no-repeat;
	width:40px;
	height:100px;
	float:left;
}
/* Header Gray */
.header_gray {
	background:url(../images/h_bg3_gray.png) repeat-x;
	width:100%;
	height:105px;
	float:left;
}
    /*.header_gray .l_part {
	background:url(../images/h_bg1_gray.png) repeat-x;
	float:left;
	width:220px;
	height:85px;
	padding:15px 0 0 32px;
}*/
.header_gray .l_part {
    background: url(../../images/h_bg1_gray.png) repeat-x;
    float: left;
    width: 285px;
    height: 85px;
    padding: 15px 0 0 5px;
}
.header_gray .r_part {
	background:url(../images/h_bg2_gray.png) no-repeat;
	width:40px;
	height:100px;
	float:left;
}
/* Header Red */
.header_red {
	background:url(../images/h_bg3_r.png) repeat-x;
	width:100%;
	height:105px;
	float:left;
}
.header_red .l_part {
	background:url(../images/h_bg1_r.png) repeat-x;
	float:left;
	width:195px;
	height:85px;
	padding:15px 0 0 32px;
}
.header_red .r_part {
	background:url(../images/h_bg2_r.png) no-repeat;
	width:40px;
	height:100px;
	float:left;
}
/* Body */
.login_body {
	/*background:url(../images/login-body.gif) repeat-x #e5e4e4;*/
	width:100%;
	/*height:658px;*/
	height:auto;
	float:left;
}
.log_wrap {
	/*width:410px;*/
    width:550px;	
	margin:200px auto 0 auto;
	overflow:hidden;
}
.log_box {
	/*background:url(../images/log-box.png) no-repeat;
	width:364px;
	height:163px;
	padding:22px;
	background-color:#909090;*/
	background-color:#ebebeb;
	width:480px;
	height:auto;
	padding:15px;
	margin-bottom:3px;
	float:left;
}
.input_label { /*color:#fff;*/color:#000; }
.input_text 
{
	background:white;
	border:solid 1px #ccc;
    border-radius: 5.01px;
    box-shadow: inset 0px 1px 3px #ccc;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:8px;
	width:238px;
}
.input_text:focus 
{
	outline:none;
	background:white;
    box-shadow: 0 0 5px rgba(255, 151, 151, 0.8);
    border: 1px solid rgba(255, 151, 151, 0.8);
}
/*.input_text {
	border:solid 1px #969696;
	width:238px;
	margin-bottom:8px;
}*/
.reg_button {
	/*background:url(../images/button.png) no-repeat;
	height:40px;
	width:109px;*/
	background-color:#5C97E5;
	height:20px;
	width:80px;
	text-align:center;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border:0;
	cursor:pointer;
}

.selfcare_bar {
	background:url(../images/selfcare_bar.png) no-repeat;
	width:408px;
	height:51px;
	float:left;
}
.direct_bar {
	background:url(../images/direct_bar.png) no-repeat;
	width:408px;
	height:51px;
	float:left;
}
.monitor_bar {
	background:url(../images/monitor_bar.png) no-repeat;
	width:408px;
	height:51px;
	float:left;
}
.error, .errorLabel
{
	color: Red;
	font-weight: bold;
}