html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin-top:2px;
}

.tab {
	padding:3px 6px;
	margin:0px;
	margin-right:-1px;
	border:1px solid #ccc !important;
}

formpage, #lpform {
	border:1px solid #ccc !important;
	padding:10px;
	margin-top:3px;
}

label {

	text-align:left;
	margin-right:10px;

}

input.textbox {
	border:1px solid #9c9c9c;
	width:300px;
}

textarea.text {
	border:1px solid #9c9c9c;
	width:300px;

}

input.zipcode {
	width:40px !important;
	border:1px solid #9c9c9c;
	margin-right:10px !important;
}

input.city {
	width:247px !important;
	border:1px solid #9c9c9c;
}

.radiobox {

	text-align:right;
}

.radiolabel {
	margin-left:10px;
	margin-top:4px;
}

.error {
	color:red;

}


a.tooltip,
a.tooltip:visited
{

  margin-left: 5px;
	vertical-align:middle;
}

a.tooltip img
{
  width: 13px;
  height: 13px;
	border:0px;
  background: transparent url( ../images/icons/help.gif ) 0px 0px no-repeat;
}
#livetip {
  position: absolute;
  background-color: #eff4f6;
  padding: 5px;
  border: 1px solid #8b9ea3;
  border-radius: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align:left;
  font-size:11px;

  line-height:18px;

}

#suggestBoxElement {border: 1px solid #8FABFF; visibility:hidden; text-align: left;  white-space: nowrap; background-color: #eeeeee;}
.suggestions { font-size: 14;background-color: #eeeeee;  }
.suggestionMouseOver { font-size: 14;background: #3333ff; color: white;  }


.multifields tr td input.textbox {
	width:85px !important;
}

select {
	border:1px solid #9c9c9c;
}


.w200 { width:200px; }
.w300 { width:300px; }

.formtable tr td {
	border:0px !important;
}
