@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
.clearfix {
	clear:both;
}
.left {
	postition:relative;
	float:left;
}
.right {
	postition:relative;
	float:right;
}
a {
	text-decoration:none;
	color:#00377b;
}
a:hover {
	text-decoration:underline;
	color:#f15a29;
}
/* MAIN CONTAINERS */
#main_container {
	width:100%;
	position:relative;
	margin:0px auto;
	clear:both;
	display:inline-block;
}
#header {
	margin:15px 0;
	height:110px;
	background:none;
	position:relative;
}
#footer {
	width:920px;
	margin:5px auto 15px;
	position:relative;
	line-height:18px;
}
#footer .right {
	text-align:right;
}
#headerInner {	
	margin:0px auto;
	position:relative;
	width:920px;	
	height:70px;
	padding:0;
}
#banner {
	width:920px;
	position:relative;
	margin:0 auto;
	padding:0 0 19px 0;
	background:url(../images/bannerBG.png) no-repeat bottom;
	clear:both;
}
/* END MAIN CONTAINERS */


/* HEADER */

#headerLogo {
	width:246px;
	height:57px;
	background:url(../images/logo-partner-portal.png) no-repeat;
	margin:25px 0 0;
	position:relative;
	float:left;
	cursor:pointer;
}
#westwonLogo {
	width:148px;
	height:110px;
	background:url(../images/logo-westwon.png) no-repeat;
	margin:0;
	position:relative;
	float:right;
	cursor:pointer;
}
/* END HEADER */

/* BANNER */

#bannerInner {
	height:290px;
	background:url(../images/bannerLogin.jpg) no-repeat;
	border-bottom:6px solid #f15a29;
	position:relative;
	display:block;
}
#bannerLogin {
	margin:35px 0 0 35px;
	position:relative;
	display:inline-block;	
}
#bannerLogin h2 {
	color:#f15a29;
	font-size:19px;
	margin-bottom:18px;
}
#bannerLogin input.text {
	display:block;
	color:#8f8f8f;
	font-size:13px;
	width:290px;
	height:35px;
	border:1px solid #cacaca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 10px;
	margin:0 0 18px; 
}
#bannerLogin input.submit {
	width:auto;
	height:36px;
	display:inline-block;
	padding:0 32px;
	background:url(../images/login_button_bg.png) top repeat-x;
	color:#ffffff;
	text-decoration:none;
	line-height:36px;
	font-size:18px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
}
#bannerLogin #phonenumber {
	background:url(../images/phone-number.png);
	height:33px;
	width:175px;
	float:right;
}
p.error {
	color: #f15a29;
	margin-top:10px;
	/*display:none;*/
}
/* END BANNER */