/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	border:none; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

a:link {
	
	text-decoration:none; 
}


h1 {
	font-size:20px;
	margin-bottom:20px; 
}

h2 {
	font-size:14px; 
	margin-bottom:15px;
}

select,input[type='text'],textarea
{
border: 1px solid #cfe4b8; 
	background:#f7fbf2; 
	padding:2px;
	color: #8B8B8B;
font-size: 12px;
}
fieldset {
	margin-bottom:40px;
}

legend {
	font-size:15px; 
	font-weight:bold;
}

.formset {
	margin:5px 0 25px;
}

.formset li {
	list-style:none; 
	margin-bottom: 10px;
}

.formset li label {
	float:left; 
	width:120px;
}

.submitbtn {
	background:#087fc9; 
	padding:6px; 
	text-transform:uppercase; 
	color:#fff; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	cursor:pointer;
	margin-left:120px;
}

.submitbtn:hover { color:#000;}