.submit{
	font-family: arial, helvetica, san-serif;
	font-size: 13px;
	font-weight:bold;
	width:120px;
	height:40px;
	color: #FFF;
	background-image:url(../img/submit.png);
	border:none;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.copy{
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 10px;
	color: #666;
	padding-bottom: 5px;
	font-style: italic;

}

#date{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#name{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#type{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#email{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#phonenumber{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#skills{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#skype{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#how{
	float:left;
	width: 200px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#message{
	float:left;
	width: 440px;
	height: 140px;
	background-image: url(../img/details.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 15px;
	overflow: auto;
}
/* search */
.search {
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #333;
	width: 300px;
	height: 30px;
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#contactcontent {
	width: 950px;
	height: 550px;
	background-image: url(../img/blockbg.png);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:20px;
}


h3 {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 24px;
		}

		div#feature_list {
	width: 950px;
	height: 550px;
	overflow: hidden;
	position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
	left: 0;
	z-index: 2;
	width: 430px;
		}

		ul#tabs li {
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	padding-left: 20px;
		}
		
		ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
		}

		ul#tabs li a {
	color: #FFD735;
	text-decoration: none;
	display: block;
	height: 50px;
	outline: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
		}

		ul#tabs li a:hover {
	text-decoration: none;
	color: #000;
	background-image: url(../img/feature-tab-current.png);
	background-repeat: no-repeat;
	background-position: 0px;
		}

		ul#tabs li a.current {
	text-decoration: none;
	color: #000;
	background-image: url(../img/feature-tab-current.png);
	background-repeat: no-repeat;
	background-position: 0px;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
	width: 500px;
	height: 550px;
	position: relative;
	left: 430px;
	float: right;
	text-align: left;
		}

		ul#output li {
	position: absolute;
	width: 500px;
	height: 550px;
	left: 0px;
	top: 0px;
	float: right;
		}


#option{
	float:left;
	width: 220px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 11px;
	padding-right: 10px;
	color: #666;
}

#consult{
	float:left;
	width: 220px;
	height: 35px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	color: #666;
}

#host{
	float:left;
	width: 220px;
	height: 40px;
	background-image: url(../img/text_field_bg.png);
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 11px;
	padding-right: 10px;
	color: #666;
}
