/*default CSS for submission forms */

#landingform h3 {
	font-size:11px;
	color:white;
	background-color:#375482;
	padding: 3px 3px 3px 8px;
	text-transform:uppercase;
	margin-bottom:7px;
	}

#landingform input {
	margin-right: 5px;
	}

#landingform  #firstname,
#landingform  #lastname,
#landingform  #city,
#landingform #phone,
#landingform #phone2 {
	width: 120px;
	}

#landingform  #state {
	width: 58px;margin-right:5px
	}

#landingform #Email {
	width: 252px;
	}
#landingform #streetaddress {
	width: 252px;
	}
#landingform #zip {
	width: 55px;
	}

#landingform #comments {
	width: 252px;height:50px
	}

#landingform #set_firstname {float:left;}
#landingform #set_lastname {}
#landingform #set_city {float: left;}
#landingform #set_state {float:left;}
#landingform #set_phone {float:left;}

#landingform form P {margin:5px 0px 5px 0px;}


#landingform  .button {
	position:relative;
	top: 14px;
	width: auto;
	height: 19px;
	}



