article .entry-header h2{
	margin: 0;
}
article .entry-content p{
	font-size: 14px;
}



/*
*
*	=CONTACT US
*
*/

.contact-form input[type=text], .contact-form input[type=email]{
	width: 100%;
}
.contact-form table{
	border-spacing: 10px;
	border-collapse: separate;
}
.contact-form .contact-label{
	font-size: 14px;
	color: #005ca8;
	font-weight: bold;
}
.contact-form input[type=submit]{
	background-color: #0bd41e;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
	color: #fff;
	padding: 7px 10px;
	float: right;
}
.contact-form input[type=submit]:hover{
	background-color: #27ae60;
}