/******************************************************************************
* Generic CSS
 *****************************************************************************/
body {
	font-family: Arial, Verdana, sans-serif; font-size:11px; color:#666666;
	border:0px; margin:50px auto 0px auto; padding:0px 0px 0px 0px;
	text-align:center; background-color:#ffffff;
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p { line-height:15px; margin:0px 0px 15px 0px; }

a { color:#000000; }

h1 { font-size:18px; margin:0px 0px 15px 0px; }

h2 { font-size:12px; margin:0px 0px 15px 0px; }

h3 { font-size:12px; }

/******************************************************************************
* Misc
*****************************************************************************/
div.centered { text-align:center; }

/******************************************************************************
* wrapper
*****************************************************************************/
div#wrapper {
	width:360px; text-align:left; margin:0px auto 0px auto;
}

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

div#wrapper-i {
	width:360px; height:340px; float:left;
	background-image:url(../_images/login-bg.jpg);
}

/******************************************************************************
* loginForm
*****************************************************************************/
div#loginForm {
	float:left; width:200px; padding:175px 80px 0px 80px;
}

div#loginForm p {
	line-height:normal; margin:0px 0px 10px 0px;
}

div#loginForm form {
	float:left; width:200px;
}

div#loginForm form p {
	line-height:normal; margin:0px 0px 10px 0px;
}

div#loginForm form p input {
	width:200px;
}




