﻿

body 
{
	/*text-align:center;*/
	background-color: #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



.loginPage
{
	
}


.loginBox
{
	position:fixed;
    top: 50%;
    left: 50%;
    width:374px;
    height:374px;
    margin-top: -187px; /*set to a negative number 1/2 of your height*/
    margin-left: -187px; /*set to a negative number 1/2 of your width*/

	


	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(#ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(#ffffff, #cccccc);
	background: -o-linear-gradient(#ffffff, #cccccc);
	background: linear-gradient(#ffffff, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
	zoom: 1;
}


.loginHeader
{
	margin-top:-10px;
	width: 100%;
	height: 120px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #585858;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#585858), to(#303030));
	background: -webkit-linear-gradient(#585858, #303030);
	background: -moz-linear-gradient(#585858, #303030);
	background: -ms-linear-gradient(#585858, #303030);
	background: -o-linear-gradient(#585858, #303030);
	background: linear-gradient(#585858, #303030);
	zoom: 1;
	
	
}

.loginHeaderLogo
{
	width: 100%;
	height: 100%;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
}



.rowField
{
	width:100%;
	height:30px;
	margin-top:10px;
}

.rowField label
{
	display:inline-block;
	float:left;
	width:135px;
	text-align:right;
	padding-right:10px;
	line-height:30px;
}
.rowField div
{
	display:inline-block;
}

.rowField div input[type="text"],input[type="password"]
{
	height:25px;
	padding-left:10px;
	border: 1px solid #666666;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*-webkit-box-shadow: #666 0px 1px 1px;
	-moz-box-shadow: #666 0px 1px 1px;
	box-shadow: #666 0px 1px 1px;*/
	background: #ECECEC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ECECEC), to(#fffff));
	background: -webkit-linear-gradient(#ECECEC, #fffff);
	background: -moz-linear-gradient(#ECECEC, #fffff);
	background: -ms-linear-gradient(#ECECEC, #fffff);
	background: -o-linear-gradient(#ECECEC, #fffff);
	background: linear-gradient(#ECECEC, #fffff);
	zoom: 1;	
}


.rowField div input[type="button"]
{
	height:25px;
	width:80px;
	padding-left:10px;
	border: 1px solid #666666;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*-webkit-box-shadow: #666 0px 1px 1px;
	-moz-box-shadow: #666 0px 1px 1px;
	box-shadow: #666 0px 1px 1px;*/
	background: #e42312;
	color:#ffffff;
	cursor: pointer;
}

.error
{
	position:fixed;
	margin-left: -20px;
	display:inline;	
	color:Red;
}

.loginSplit
{
	margin-top:20px;
	width:100%;
	height:2px;
	background: #aaaaaa;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#aaaaaa), to(#ffffff));
	background: -webkit-linear-gradient(#aaaaaa, #ffffff);
	background: -moz-linear-gradient(#aaaaaa, #ffffff);
	background: -ms-linear-gradient(#aaaaaa, #ffffff);
	background: -o-linear-gradient(#aaaaaa, #ffffff);
	background: linear-gradient(#aaaaaa, #ffffff);
	zoom: 1;	
}

.loginFooter
{
	text-align:center;
	font-size: 10px;
	height:72px;
}

.loginFooter label
{
	line-height:20px;
	cursor: pointer;
}

.loginRecoverPassword
{
	color:#de1a0e;
	height:24px;

}



.loginFooterEnd
{
	color:#ffffff;
	height:24px;

	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;	
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #e42312;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e42312), to(#d0140b));
	background: -webkit-linear-gradient(#e42312, #d0140b);
	background: -moz-linear-gradient(#e42312, #d0140b);
	background: -ms-linear-gradient(#e42312, #d0140b);
	background: -o-linear-gradient(#e42312, #d0140b);
	background: linear-gradient(#e42312, #d0140b);
	zoom: 1;
	
}

