/*
 * --------------------------------------------------
 * MachForm
 *--------------------------------------------------
 */
 
#newform IFRAME { 
	background: none !important;
} 

#newform {
	background-color: #E0E0E0 !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 auto;
}

#newform H2 {
	font-family: 'Source Sans Pro','Helvetica Neue',helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: White;
	background-color: #114C81;
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 12px;
}