img, a img {
	border:0;
}
th {
	text-align:left;
}
.about_features td, .about_features th {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
form {
margin: 0;
padding: 0;
}
#contactform div {
	position:relative;
	display:block;
}

/* C O N T A C T   F O R M */

#contactform {
	display:block;
	width:650px;
	margin-bottom:20px;
}
#contactform h4 {
	margin-bottom:20px;
}
#contactform fieldset {
	border:0;
	background:transparent;
	display:block;
	width:650px;
	margin:20px 0 10px 0;
	padding:0;
}
#contactform fieldset.short {
	width:323px;
	float:left;
}
#contactform label {
	float:left;
	width:120px;
	height:30px;
}
#contactform label.error {
	width:270px;
	color:red;
}
#contactform label.short {
	width:auto !important;
	margin-right:50px;
	_margin-right:50px;
	padding-top:6px;
}
#contactform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
  	color: #464646;
	margin: 3px;
	padding: 3px;
	width: 600px;
	background:#fafafa;
	border:#aaa 1px solid;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contactform input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #464646;
  padding: 2px;
  height:16px;
  width:164px;
  margin:0 0 8px 0;
  background:#fafafa;
  border: #aaaaaa 1px solid;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contactform input#capcha {
	padding:0;
	margin-right:10px;
	height:22px;
	width:170px;
	border:0;
  	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	float:left;
}
#contactform input.radio {
	width:24px;
	height:24px;
	margin:0 5px;
	border:none;
	float:left;
}
#contactform input.button, #contactform input#submit, #orderform input.button, #orderform input#submit {
	display:block;
	width:119px;
	height:24px;
	margin:0 10px 0 0;
	padding:0;
	border:0;
  	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform:lowercase;
	float:left;
	cursor:pointer;
	_cursor:hand;
}
#contactform input.button, #orderform input.button {
	background:transparent url(images/button_bg.gif) left top no-repeat;
}
#contactform input#submit, #orderform input#submit {
	background:transparent url(images/submit_bg.gif) left top no-repeat;
}
#contactform input.button:hover, #contactform input#submit:hover, #orderform input.button:hover, #orderform input#submit:hover {
	background-position:left bottom;
}
#contactform select {
	margin-bottom:10px;
}
#contactform select option {
	padding-left:6px;
	line-height:20px;
	height:20px;
}
label.pic {
	float:left;
	height:105px;
	width:75px !important;
	margin:0 40px 0 0;
}
label.pic2 {
	float:left;
	height:105px;
	width:120px !important;
	margin:0 40px 0 0;
}
label.pic3 {
	float:left;
	height:105px;
	width:100px !important;
	margin:0;
}

/* ORDER FORM */

#orderform {
	margin:20px;
}
#orderform, #orderform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #586571;
}
#orderform fieldset {
	border:none;
}
#orderform .hr {
	height:1px;
	background:#fff;
	border-top:#ccc 1px solid;
	margin-bottom:16px;
}
#orderform .hr hr {
	display:none;
}
#orderform .totallabel, #orderform #total {
	float:left;
	margin-right:10px;
}
.radiolabel {
	display:inline-block;
	padding-top:4px;
	padding-left:8px;
}

/* // */

.clear {
	display:block;
	clear:both;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


