/* background change */
html, body{
	background: black url(images/bg_clientlogin.jpg) top center no-repeat !important;
}
/* client login specific styles */
.portfolio{
	padding: 100px 0 0 260px;
}
html>body .portfolio{
	margin: -100px 0 0 10px;
}
#bottomcontainer{
	margin-top: 55px;
}
#leftcol{
	width: 460px;
	float: left;
}
#rightcol{
	width: 400px;
	float: right;
}
#leftbullets{
	float: left;
}
#rightbullets{
	float: right;
	margin-right: 15px;
}
		/* client login username & password */
		.contact_box{}
		.contact_box input{
			height: 24px;
			width: 300px;
			font-size: 1.1em;
			background: black;
			color: white;
			border: 1px solid;
			border-color: #373737;
			margin: -26px 0 10px 90px;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			padding: 4px 0 2px 6px;
		}
		input.submit{
			margin-top: 5px;
			margin-left: 323px;
			width: 75px;
			color: #ACFE44;
			padding: 0 0 4px 0;
		}
		input.submit:hover{
			margin-top: 5px;
			width: 75px;
			color: #FFCB40;
		}
		input:focus, textarea:focus{
			border-color: #FFCB40;
		}
		input:hover, textarea:hover{
			border-color: #FFCB40;
		}
		.contact_box textarea{
			height: 130px;
			width: 300px;
			font-size: 1.1em;
			background: black;
			color: white;
			border: 1px solid;
			border-color: #373737;
			margin-left: 70px;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			padding: 4px 0 0 6px;
			margin-top: -15px !important;
		}
		.textarea input:focus, textarea:focus{
			border-color: #FFCB40;
		}
		.textarea input:hover, textarea:hover{
			border-color: #FFCB40;
		}
		.contact_text{
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: bold;
			color: #ACFE44;
		}
		.dropdown{
			margin-left: 16px;
			width: 308px;
			height: 27px;
			background: black;
			color: white;
			border: 1px solid #373737;
			padding: 4px 3px 4px 0;
			font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		}
		.dropdown:hover{
			border: 1px solid #FFCB40;
		}
		.dropdown:focus{
			border: 1px solid #FFCB40;
		}
		#message{
			margin-top: 15px;
		}
