﻿
body

{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	margin:0px;

	background:url(images/body_bg.jpg) repeat-x;

	color:#383838;

}
#wrapper

{

	width:1024px;

	position:relative;

	left:50%;

	margin-left:-512px;

}

#header

{

	background:url(images/banner.jpg) no-repeat;

	float:left;

	width:100%;

	color:#FFFFFF;

	padding-top:4px;

	padding-bottom:4px;

}



#logo

{

	float:left;

	width:100%;

	text-align:right;

}

#logo img

{

	border:0px;

}

.clear

{

	clear:both;

	width:100%;

}



#login

{

	float:right;

	width:470px;

	margin-top:80px;

}

#login .username

{

	float:left;

	color:#000000;

	margin-right:27px;

	font-weight:bold;

}

.username input

{

	width:171px;

	border:1px solid #D9D9D9;	

	color:#FD6C01;

	padding-left:3px;

	height:19px;

	padding-top:2px;

} 

#forgot

{

float:left;

	width:100%;

	text-align:right;

	padding-right:85px;

	color:#FD6C01;

	font-size:90%;

	font-weight:bold;

	

	padding-bottom:10px;



}

.orange
{
	color:#FD6C01;
}

.login_btn

{

	border:0px;

	background:url(images/signup.jpg);

	width:63px;

	height:29px;

	float:left;

	margin-left:0px;

	margin-top:14px;

}

	



a:link, a:visited

{

	color:#666666;

	text-decoration:none;

}



a:hover

{

	text-decoration:underline;

}



#left_container

{

	width:500px;

	float:left;

}



#right_container

{

	width:470px;

	float:right;

}



#container

{

	width:100%;

	float:left;

}



.left

{

	width:100%;

	float:left;

	margin-bottom:25px;

	padding-left:50px;

}



.left_image

{

	float:left;

	width:150px;

}

.left_text

{

	width:300px;

	float:left;

}

.left_text h2

{

	margin:0px;

	padding:0px;

	font-size:18px;

}



.left_text p

{

	margin:0px 0px 10px 0px;

	padding:0px;

}



.right
{
	border:1px solid #C8C8C8;
	padding:10px;
	float:left;
	width:450px;
	margin-bottom:20px;
}
.right a {
	color: #FD6C01;
	text-decoration: underline;
}
.right a:hover {
	color: #383838;
	text-decoration: none;
}



.right h1

{

	margin:2px;

	font-size:30px;

}



/***************************/



#footer

{

	float:left;

	color:#727272;

	text-align:center;

	width:100%;

	background-color:#E6E6E6;

	clear:both;

	margin-top:20px;

}

#footer a:link, #footer a:visited

{

	

}

#footer a:hover

{

}



div.footer_links

{

	

	width:100%;

	text-align:center;

	padding:10px 0px;

	clear:both;

}




div#signupForm {
	clear: left;
	float: left;
	margin-top: 25px;
	width: 450px;
	margin-right: 50px;
}
div#signupForm label {
	clear: left;
	float: left;
	margin-right: 25px;
	background: #FFFFFF;
	width: 150px;
	margin-bottom: 10px;
}
div#signupForm input[type="text"] {
	float: left;
	width: 268px;
	margin-bottom: 10px;
}
div#signupForm input[type="password"] {
	float: left;
	width: 268px;
	margin-bottom: 10px;
}
div#signupForm .selectbox {	
	float: left;
	width: 268px;
	margin-bottom: 10px;
}
div#signupForm input[type="submit"] {
	clear: left;
	float: left;
	width: 268px;
	margin-bottom: 10px;
	margin-left: 172px;
}
div#signupForm input[type="checkbox"] {
	clear: left;
	float: left;
	margin-left: 170px;
	margin-bottom: 10px;
}
div#signupForm span {
	float: left;
	margin-left: 15px;
	padding-top: 3px;
}