.title {
  font-size: 20px;
  color: #FF0000;
}

.highlight {
  background-color: #FFFF00;
}

.headline {
	font-size: 15px;
	font-weight: bold;
  text-decoration: underline;
}

.subline {
  font-size: 14px;
  font-weight: bold;
}

.heading {
	font-weight: bold;
}

.list_bullet {
	margin-top: 6px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

.learnmore {
  background-color: #00FF00;
  border-style: solid;
  border-width: 4px;
  border-color: #00FF00;
  font-size: 14px;
  font-weight: bold;
}

.salesleadin {
	font-size: 14px;
	font-weight: bold;
}

.salestitle {
  font-size: 18px;
  text-align: center;
}

.salesheadline {
	color: #CC0000;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
  text-align: center;
}

.salessubline {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.salessublinered {
  color: #CC0000;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.salestext {
  font-size: 14px;
  font-weight: bold;
}

.salestext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.salesbullet li{
	font-family: "Courier New", Courier, Verdana, Arial;
  font-size: 16px;
	padding: 5px;
}

.sales {
  font-size: 14px;
}

.salesfreepicture {
  float: left;
  margin-left: 25px;
}

.salesexample {
  float: right;
  margin-left: 5px;
  padding: 5px;
  border: 1px solid #000000;
}

#sales_form_wrapper {
	width: 95%;
	border-width: 3px;
  border-style: dashed;
  border-color: #B30000;
	background: #FFFFCC;
	padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#sales_form_wrapper div {  
  clear:both;  
  margin:1em 0; 
}
#sales_form_wrapper .sales_form_headline {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #B30000;
}

#sales_form_wrapper fieldset {
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

#sales_form_wrapper legend {
  background: #FFFFFF;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: Courier New, Arial, Helvetica, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
}

#sales_form_wrapper label {
	display: block;
  width: 105px;
  margin-right: 10px;
	float: left;
	font-size: 11px;
  font-weight: bold;
  text-align: right;
}
#sales_form_wrapper label.error {
	display: block;
  background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	margin-left: 115px;
	font-size: 10px;
  font-weight: bold;
  color: #FF0000;
  width: 210px;
  text-align: left;
  padding-left: 20px;
  height: 20px;
}

#sales_form_wrapper .privacy {
  font-size: 10px;
}

#sales_form_wrapper .privacytable {
  margin-left: auto;
  margin-right: auto;
}

#sales_form input {
  background: #E9E9E9;
	border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-size: 11px;
  font-family: Courier, Arial, Helvetica, sans-serif;
}
#sales_form textarea {
  background: #E9E9E9;
	border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-size: 11px;
  font-family: Courier
}
#sales_form  .contact_button {
  display: inline; 
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  border: 6px solid #B30000;
  white-space: nowrap;
  padding: 2px;
  cursor: pointer;
}

.sales_form_step2_leadin {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #0000B3;
}

#sales_form_wrapper .sales_form_step2_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #B30000;
}

#sales_form_wrapper .sales_form_step2_message {
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  color: #B30000;
}

.green {
  color: green;
  font-size: 14px;
}

.red {
  color: red;

}

#contactus_wrapper {
	width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#contactus_wrapper fieldset {
	background: #FFFFCC;
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}

#contactus_wrapper legend {
  background: #FFFFFF;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: Courier New, Arial, Helvetica, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
}

#contactus_wrapper label {
	display: block;
  width: 80px;
  margin-right: 10px;
	float: left;
	font-size: 11px;
  font-weight: bold;
  text-align: right;
}
#contactus_wrapper label.error {
	display: block;
  background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	margin-left: 115px;
	font-size: 10px;
  font-weight: bold;
  color: #FF0000;
  width: 210px;
  text-align: left;
  padding-left: 20px;
  height: 20px;
}

#contactus_form_wrapper .privacy {
  font-size: 10px;
}

#contactus_wrapper .privacytable {
  margin-left: auto;
  margin-right: auto;
}

#contactus_form input {
  background: #E9E9E9;
	border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-size: 11px;
  font-family: Courier, Arial, Helvetica, sans-serif;
}
#contactus_form textarea {
  background: #E9E9E9;
	border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	font-size: 11px;
  font-family: Courier
}
#contactus_form  .contactus_button {
  display: inline; 
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  border: 6px solid #B30000;
  white-space: nowrap;
  padding: 2px;
  cursor: pointer;
}

#review fieldset {
  border: 1px solid #000000;
  width: 95%;
}

#review legend {
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 2px;
}

#review label {
  border: 0px solid #000000;
  display: block;
  padding: 3px;
}

#review table {
  border: 1px solid #000000;
  background: #E4E4E4;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

#review td {
  border: 1px solid #000000;
}