body {
	min-width: 900px;
	text-align: center;
}

a {
	outline: none;
}

table#form {
	width: 900px;
	text-align: left;
	margin: 20px 0 0 0;
	/*margin: 0 auto;*/
	font: 13px/18px "Trebuchet MS", Arial, sans-serif;
	border-top: solid 1px #e5e5e5;
}

#salesadvice2 {

border-top:1px solid #E5E5E5;
font:13px/18px "Trebuchet MS",Arial,sans-serif;
margin:20px 0 0;
text-align:left;
width:900px;

}

table#form h1 {
	color: #000 !important;
	padding: 10px 0 !important;
}

table#form h2 {
	color: #999;
	font-size: 18px;
	padding: 10px 0 !important;
}

table#form td {
	padding: 3px 10px !important;
	border-bottom: solid 1px #e5e5e5;
}

table#form tr.row:hover {
	background: #f5f5f5;
}

table#form td p {
	padding: 0;
	margin: 0;
}

.left-width {
	width: 150px;
	font-weight: bold;
}

.inputforms, .inputformssml, .textareaforms {
	/*width: 100%;*/
	padding: 5px;
	border-top: solid 1px #7c7c7c;
	border-left: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	border-bottom: solid 1px #dddddd;
	font: 13px "Trebuchet MS", Arial, sans-serif;
	background: #fafafa;
}

.inputforms {
	width: 665px;
}

.inputformssml {
	width: 225px;
}

.textareaforms {
	height: 100px;
	width: 800px;
}

.loginformbig, .buttons {
	padding: 20px 0;
}

input, select {
	margin: 5px 0;
}

#freeform label.error {
  font-weight: bold;
  color: #ff0000;
  display: block;
}

.thankyou {
	color: #000 !important;
	padding: 20px 0;
}

.help {
	float: right;
	margin-top: 5px;
	cursor: pointer;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #7c7c7c;
	background-color: #eee;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	width: 250px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	font-size: 14px;
}