@charset "utf-8";
/*********************************
CSS Document for Club Orange
©2008 Ukoh William @ http://www.williamukoh.com. 
All rights reserved. Forget it, I will sue!!!
Media: Screen

**********************
BASE SKIN 
**********************
@ date created :: 22 June 2008
@ last modified :: 22 June 2008
@ description :: Contains styling and layout declarations for Member's section of the website :)
*/
p{
	margin:0px;
}
.content-body .left-column {
	width: auto;
	height: auto;
}
.left-column .upper {
	background:none;
}
.left-column-content{
	height:179px;
	width:407px;
	background-image: url(/assets/images/member_login_notice_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 15px;
}
.content-body .login {
	float: right;
	width: 228px;
	background-image: url(/assets/images/login_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-left: 45px;
	padding-right: 15px;
	padding-top:23px;
	
}
.content-body .right-column p {
	line-height:24px;
}
div.content-body input{
	background-color:#E6460C;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:5px;
	color: #FFFFFF;
}
.page-bg{
	background-image:url(/assets/images/white_linear_grad.png);
	background-repeat:repeat-x;
	background-color:#fff;
}
