div.formserrormsg{
	margin: 0px 0px 0px 10px;
}
table{
	margin: 0px;
	padding: 0px;	
}
table#form-wrapper{
	border: 0px solid red;
	margin: 15px 0px 0px 0px;
}
table#form-wrapper td{
	margin: 0px;
	padding: 0px;
}
/*
#form-wrapper{
	width: 365px;
	border-right: 2px solid white;
	float: left;
	margin: 0px 20px 20px 0px;
}
*/
.formserrormsg{
	margin: 0px 0px 10px 0px;
	color: #c6040d;
}
table td.leftcolumn{
	width: 70px;
	color: #091764;
	font-weight: bold;
}
table td.rightcolumn{
	text-align: right;
}
form input{
	border:none;
	border: 0px solid black;
	width:320px;
	/*height:20px;*/
	padding-top:3px;
	padding-left:3px;
	background-color: #ECECF6;
	margin: 0px 0px 4px 0px;
}
#table-name-company{
	border: 0px solid green;
}
#table-street{
	float: left;
	border: 0px solid black;
}
#table-street input{
	width: 144px;	
}

#table-state{
	float: left;
	border: 0px solid black;
	margin-left: 10px;
}
#table-state input{
	width: 30px;	
}
#table-state td.leftcolumn{
	width: 40px;
	color: #091764;
	font-weight: bold;
}

#table-zip{
	float: left;
	border: 0px solid black;
	margin-left: 10px;
}
#table-zip input{
	width: 40px;	
}
#table-zip td.leftcolumn{
	width: 40px;
	color: #091764;
	font-weight: bold;
}

#table-yes-no{
	border: 0px solid black;
}
#table-yes-no input{
	width: 20px;
	background: none;
	padding: 0px;
	margin: 0px;
}
#table-yes-no td.leftcolumn{
	width: 285px;
	color: #091764;
	font-weight: bold;
}
#table-yes-no td.rightcolumn{
	color: #091764;
	font-weight: bold;
}

#table-towers{
	border: 0px solid black;
}
#table-towers input{
	width: 20px;
	background: none;
	padding: 0px;
	margin: 0px;
}
#table-towers td.leftcolumn{
	width: 285px;
	color: #091764;
	font-weight: bold;
}
#table-towers td.rightcolumn{
	text-align: left;
	color: #091764;
	font-weight: bold;
}

#table-comment{
	border: 0px solid black;
	margin: 0px 0px 5px 0px;
}
#table-comment textarea{
	width: 240px;
	background-color: #ECECF6;
	border: none;
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#table-comment td.leftcolumn{
	width: 142px;
	color: #091764;
	font-weight: bold;
}
#table-comment td.rightcolumn{
	text-align: left;
	color: #091764;
	font-weight: bold;
}

#Submit{
	float: right;
	background: url(images/submit-free-hat.jpg) no-repeat;
	width: 100px;
	height: 18px;
}
#required-note{
	font-style: italic;
	font-weight: bold;
}
.clearBoth{
	clear:both;
}

