/* CSS Document
 * 
 * File: home2.css
 * Date: 07/15/2008
 * Author: FormFire, LLC
 *       
 */

h4 {
	letter-spacing: 5px;
	color: #898989;
	font-size: 15px;
	text-align: center;
	margin: 260px 0 20px 0;
	font-weight: normal;
}

div.homeheader {
	width: 750px;
	height: 503px;
	background-image: url(../images/homebanner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	_margin-bottom: -4px;
}



div.loginbox {
	width: 300px;
	height: 189px;
	float: left;
	background-image: url(../images/loginbox.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
	font-size: 14px;
	color: #FFFFFF;
	position: relative;
}

	div.loginbox a#login {
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		width: 102px;
		height: 22px;
		float: left;
		display: block;
		font-weight: bold;
		padding-top: 4px;
		margin-right: 5px;
	}
	
	form {
		width: 285px;
		float: right;
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	input#fields {
		font-size: 10px;
		width: 195px;
		height: 14px;
		vertical-align: middle;
		margin-left: 10px;
	}
	
	div.loginbox#signUp input#fields {
		width: 167px;
	}
	
	input#submit {
		float: right;
		width: 125px;
		margin-right: 6px;
		font-size: 12px;
		font-family: Tahoma;
	}
	
	div.loginbox a#normal {
		font-size: 12px;
		float: right;
		margin-right: 6px;
	}

div.homefooter {
	width: 750px;
	padding-bottom: 20px;
	background-image: url(../images/homefooter.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}
