@charset "utf-8";
@import url("reset.css");

/* Login Page */
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #f4f4f4;
}
#login_div {
	position:absolute;
	top: 50%;
	left: 50%;
	width:442px;
	height:354px;
	margin-top: -177px; /*set to a negative number 1/2 of your height*/
	margin-left: -221px; /*set to a negative number 1/2 of your width*/
	
	background: url(../img/adsquares_login_logo.png) no-repeat;
}
#login_div   h1 {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: url(../img/login_header_bg.png) repeat-x;
	height: 40px;
	padding-left: 12px;
	margin-top: 90px;
}
#login_div fieldset {
	background: #fff;
	display: block;
	height: auto;
	width: 440px;
	border: 1px solid #cacaca;
	border-top: none;
	clear: both;
}

#login_div label {
	font-weight: bold;
	display: block;
	padding-left: 12px;
	margin-top: 12px;
	color: #515151;
}
#login_div input.textfield {
	clear: left;
	width: 280px;
	margin-left: 12px;
	margin-top: 2px;
	border: 1px solid #cacaca;
	background: #f9f9f9;
}
#login_div input.button {
	clear: left;
	height: 37px;
	width: 72px;
	margin-left: 222px;
	margin-top: 12px;
	
}

#login_div input.button1 {
	clear: left;
	height: 37px;
	width: 72px;
	margin-left: 222px;
	margin-top: 12px;
	margin-bottom:10px;
}
#login_div input.button1.hover {
	clear: left;
	border:1px solid #C12142;
	height: 37px;
	width: 72px;
	margin-left: 222px;
	margin-top: 12px;
	margin-bottom:10px;
}
#login_div   p  {
	color: #515151;
	margin-right: 12px;
	margin-left: 12px;
}
#login_div fieldset p {
	border-top: 4px solid #cacaca;
	line-height: 22px;
	margin-top: 12px;
}
#login_div p.center {
	text-align: center;
	margin-top: 6px;
}

#login_div a {
	color: #CC0000;
	text-decoration: none;
}
