.bg {
	margin-top: 0px;
	margin-left: 0px;
	background: url("images/lobster.gif");
	background-attachment: fixed;
	}
H1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
H2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
H3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ff0000;
	text-decoration: none;
}
input            { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; 
               font-variant: normal; color: #000000 }
select            { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; 
               font-variant: normal; color: #000000 }
p            { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; 
               font-variant: normal; color: #000000 }
               
td            { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; 
               font-variant: normal; color: #000000 }               
li { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 13px; 
               font-variant: normal; color: #000000 }
}
A:hover {color: #000000; text-decoration: underline}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000000;
}
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000000;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #000000;
}

#quoteForm label {
	font-size:12px;
	display:block;
	font-weight:bold;
}

.inlinelabel {
	display:inline !important;	
}

.row {
	list-style-type:none;
	margin:0 0 20px 0 !important;
	width:100%;
	overflow:auto;
	
}

.row li {
	float:left;
	margin:0 30px 0 0;
}

#submitbutton {
	margin-left:40px;
	width:130px;
	height:25px;
}

.star {
	color:#f00;
	font-weight:bold;
}

.error {
	background:#FF5E62;
	border:1px solid #918888;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.success {
	background:#0CF;
	border:1px solid #06F;
	padding:5px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.required {
	background:#FF5E62;
	color:#fff;
}
