/**************************************************
******* Chicago Real Estate Network Website *******
***************************************************
   Coded by Yann Bettremieux on June, 20th 2006
      (c) Copyright 2006 by Real Estate Arts
***************************************************
***************************************************/
@import url(content.css);

/* LAYOUT */

#wrap {
	width: 387px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	margin: 150px 0 0 10px;
	height: 0;
	width: 94px;		/* image width */
	padding-top: 25px;	/* image height */
	overflow: hidden;
	background: url(../_img/login_logo.gif) no-repeat;
	font-size: 1px;
	border: none;
}

h2 {
	margin: 10px 0  0 0;
	width: 387px;
	height: 0;
	padding-top: 46px;	/* image height */
	overflow: hidden;
	background: url(../_img/login_header.gif) no-repeat;
	font-size: 1px;
}

#content {
	height: 226px;
	width: 387px;
	background: #fff url(../_img/login_body.gif) no-repeat;
}

form, ul, li  {
	width: 220px;
	border: none;
}

input {
	width: 208px;
	border: 1px solid #0080bb;
}

#submit {
	width: 136px;
	margin: 50px 0 0 76px;
	border: none;
}

.login_help {
	width: 120px;
	font-size: .8em;
	margin-top: 30px;
	float: right;
}

.login_help li {
	width: 120px;
	padding: 0 0 20px 0;
}