html, body, div, span, p, h1, h2, h3, h4, input, button, textarea, a, em, img, strong, ul, li, form, label, table, tr, th, td {
 margin:0;
 padding:0;
 border:none;
 outline:none;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	background:url(../images/bg.jpg);
}

.mainCont {
	width:365px;
	height:380px;
	margin:0 auto;
	position:relative;
	display:block;
	background:url(../images/formBg.png) 0 20px no-repeat;
	overflow:hidden;
	padding:231px 0 0 0;
}

#login {
	padding-left:23px;
	}

.loginTable {
	width:342px;
	color: #fff;
	font-size:12px;
	margin-bottom:30px;
}

.loginTable a {
	color: red;
	text-decoration:none;
}

.loginTable a.refresh {
	background:url(../images/refresh.jpg) right no-repeat;
	padding-right: 17px;
	display:block;
}

.loginTable td {
	vertical-align:top;
	padding:3px 0;
}

.loginTable td.leftCell {
	width:110px;
	padding-right:10px;
	text-align:right;
}

.leftCell label {
	display:block;
	padding-top:5px;
}

.inputs {
	width:315px;
	height:20px;
	padding:5px 0 0 5px;
	border:none;
	border-color: transparent;
}

.posRel {
	display:block;
	position:relative;
	width:auto;
	height:50px;
}

.imgCells img, .imgCells .inputs, .imgCells a {
	display:block;
	float:left;	
}

.imgCells a.absPos {
	padding-left:5px;
	position:absolute;
	top:27px;
	left:150px;
}

.imgCells .redLinks {
	display:block;
	position:relative;
	}

.imgCells .redLinks a {
	display:inline;
	padding-right:20px;
}


.imgCells .inputs{
	width:160px;
	margin-left:5px;
}

.submitBut {
	display:block;
	width:203px;
	height:45px;
	background:url(../images/button.png) top no-repeat;
	cursor:pointer;
	margin:20px 0 0 58px;
}

.submitBut:hover {
	background-position:bottom;
}

.lastText {
	color:#fff;
	font-size:10px;
	display:block;
	position:relative;
	padding-bottom:15px;
	width:600px;
	margin:0 auto;
	text-align:center;
}

.whatIs {
	padding-left:10px;
	}

.redLinks {
	display:block;
	position:relative;
	}

.redLinks a {
	display:inline;
	padding-right:20px;
}

#login_response, .errPlace {
	margin:0 auto !important; 
	width:640px !important;
	color: red !important;
	}

#ajax_loading {
	display:					none;
	font-size:					12px;
	font-family:				Tahoma;
}
