/*
    form-header.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/


#form-default {
	position:					relative;
	margin-top: 				0;
	width:						100%;
	height: 					1px;
}	
	
#form-header {
	position:					relative;
	margin-top: 				15px;
	width:						100%;
	text-align:					center;
}	

#form-header h2 {
	font-family:               Arial, Helvetica, sans-serif;
    color:                     #333;
	font-size:                 22px;
    font-weight:               normal;
}

#form-header h3 {
	font-family:               Arial, Helvetica, sans-serif;
    color:                     #333;
	font-size:                 16px;
    font-weight:               normal;
}
