@charset "UTF-8";
/* CSS Document */

/* Restaurant Owners*/

.left_login_box {
	width:335px; 
 	min-height: 501px;
	float:left; 
	background-image: url('../img/restowners-req-bg.png'); background-repeat:no-repeat; background-position:right top;
	}
.right_login_box{margin-left: 340px;}
.left_login_box h3{
	color: #0C8CB3;	
	text-align: left;
	font-size:14px;
	font-weight:bold;		
}
.left_login_box div{
	width:295px;
	margin-top:8px;
	margin-left:5px;
}
#benefits {margin-bottom:20px;}
#benefits .left{width:335px; float:left;}
#benefits .right{}
#benefits .right ul{
	list-style: none;
	width:550px;
	margin-top: 10px;
	margin-left:30px;
}
#benefits .right ul li{display: block;width:98%;}
#benefits .right ul li ul{
	list-style: none;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
#benefits .right ul li ul li{display: inherit;line-height:22px;}
#benefits .right ul li ul li span{ color:#F90;}
.bottom-line{border-bottom:#E6E6E6 1px solid;}
.mlogin{
	display: block;
	width:150px;
	height:27px;
	background-image:url('../img/restowners_mlogin-btn.png');
	background-repeat:no-repeat;
	background-position:top;
}
.mlogin:hover {background-position: bottom;}
.restowners {width:330px;}

.form-label label {font-weight:normal;}
.form-field .je-text{width:100%;}
#customers-submit-button {
	background-image:url('../img/sendreq.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:144px;
	height:27px;
	cursor:pointer;
}
#customers-submit-button:hover{background-position:0 -27px;}