/*Login page*/
body.main_login {
/*	background:#c5e3f5 url(../img/login_logotip.gif) no-repeat left top;*/
	background:#BBDCF2 url(/img/back-login.png) repeat-x 0 0;
}
.taskEditLogin {
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #7DB5DE;
	width:360px;
	margin-top:100px;
}
.taskEditHeadLogin {
	background:#86bfdc url(../img/mail_bg.jpg) repeat-x scroll 0% 0%;
	color:#003F5F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	height:25px;
	padding:4px 5px 0px 15px;
	text-align:left;
}
.fieldLabel {
	font-family:Helvetica,Arial;
	font-size:11px;
	color:#222222;
	font-weight:bold;
}
.fieldValue {
    font-family:Helvetica,Arial;
    font-size:11px;
    color:#222222;
	border:1px solid #7db5de;
}
table.login_button td {
	padding:0px;
	margin:0px;
	height:25px;
}
.login_left {
	background:url(../img/loign_button_left.gif) no-repeat left top;
	width:6px;
}
.login_bg {
	background:url(../img/login_button_bg.gif) repeat-x left top;
}
.login_bg input {
	padding:0px 15px 0px 10px;
	background:transparent url(../img/button_arrow.png) no-repeat right center;
	width:100%;
	color:#003f5f;
	font-family:Helvetica,Arial;
	font-size:11px;
	height:25px;
	border:none;
	font-weight:bold;
	cursor:pointer;
	padding-bottom:1px;
	//padding-top:2px;
}
.login_right {
    background:url(../img/login_button_right.gif) no-repeat left top;
    width:6px;
}
