/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border: none;
	margin: 0;
	padding: 0;
}

#rightform {
	width: 470px;
	float: right;
	margin: 20px 20px 20px 0;
	padding-left: 15px;
	min-height: 300px;
	border-left: 1px dotted #939393;
}
#rightform h6 {
	margin-left: 0;
}
label {
	display: block;
	padding-bottom: 5px;
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
}
#contactform {
	width: 440px;
	overflow: hidden;
}
#contactform li {
	list-style: none;
	padding-bottom: 20px;
}
#contactform li .fieldbox {
	background: #ececec;
	border: 1px solid #8a8a8a;
	float: left;
	height: 20px;
	padding-left: 5px;
}
#contactform li .fieldbox input {
	background: #ececec;
	
	padding-top: 5px;
	width: 400px;
}
#contactform li .fieldbox #contact {
	width: 200px;
}

#sendbutton {
	background: #3177B1;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	margin-top: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
}

#sendbutton:hover {
	background: #74bf4d;
	color: #000;
	
}
