/* CSS Document */


html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{	margin: 0;	padding: 0; }
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th
{	font-size: 1em;	font-weight: normal;	font-style: normal;}
ul, ol{	list-style: none;}
fieldset, img{	border: none;}
caption, th{	text-align: left;}
table{	border-collapse: collapse;	border-spacing: 0;}
a{	text-decoration: none;	cursor: pointer;}
strong{	font-weight: bold;}
em{	font-style: italic;}

/* LAYOUT */
.clear{	clear: both;}
.fl{	float: left;}
.fr{	float: right;}

body{font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #878787;	margin-bottom: 0px; background:#fff url(images/background.jpg) no-repeat center top;}

#doc_width{	padding: 0px 0px 0px 0px;	margin: 0px auto 0px auto;	width: 967px; height:675px;	font-family: Verdana,Arial,Helvetica,sans-serif; }
#header{
	padding:0px 0px 0px 266px;
	margin:0px;
	
	height:126px;
	float:left;
}
#header h1{
	background:url(images/logo.png) no-repeat;
	width:301px;
	height:67px;
	float:left;
	margin:40px;
}
#header h1 a{ margin:13px 0 0 62px; float:left; width:422px; height:96px; text-indent:-9999px; }
#content{
	float:left;
	height:600px;
	margin:0px;
	padding:0px;
	width:967px;
}


.row1{
	float:left;
	margin:0px;
	padding:0px 0px 6px 0px;
	width:283px;
}
.row2{
	float:left;
	margin:0px;
	padding:18px 0px 0px 0px;
	width:183px;
	font-size:13px;
}
.row2 a{
	color:#000;
}
.row2 a:hover{
	color:#666666;
}

.inputbox{
	margin:0px;
	padding:0px 0px 0px 10px;
	background:url(../img/inputBg.png) no-repeat;
	border:none;
	width:265px;
	height:36px;
	font-size:13px;
}
.rowr{
	float:right;
	width:100px;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.btnSubmit{
	float:right;
	height:41px;
	width:69px;
	background:url(../img/btnLogin.png) no-repeat top;
	text-indent:-9999px;
	border:none;
}




#loginBox{
	float:left;
	margin:50px 30px 0px 270px;
	padding:61px 57px;
	background:url(images/loginBoxBg.png) no-repeat;
	height:183px;
	width:284px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.row1{
	float:left;
	margin:0px;
	padding:0px 0px 6px 0px;
	width:283px;
}
.row2{
	float:left;
	margin:0px;
	padding:18px 0px 0px 0px;
	width:183px;
	font-size:13px;
}
.row2 a{
	color:#000;
}
.row2 a:hover{
	color:#666666;
}

.inputbox{
	margin:0px;
	padding:0px 0px 0px 10px;
	background:url(images/inputBg.png) no-repeat;
	border:none;
	width:265px;
	height:36px;
	font-size:13px;
}
.rowr{
	float:right;
	width:100px;
	margin:0px;
	padding:10px 0px 0px 0px;
}
.btnSubmit{
	float:right;
	height:41px;
	width:69px;
	background:url(images/btnLogin.png) no-repeat top;
	text-indent:-9999px;
	border:none;
}

#footer{
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	width:967px;
}