/* 
==========================================================================
DATA FORM
==========================================================================
*/

@import url(http://fonts.googleapis.com/css?family=Open Sans:400,700,600);

body {
	background: #fff;
	color: #7d7d7d; 
	font: 16px/1.8 'Open Sans', Helvetica, Arial, sans-serif;	
	text-align:center;
	margin:0;
}


a {
	color: #6048e4;
	text-decoration:none;
}

a:hover {
	color: #4399ed;
	text-decoration:none;
}

h1 {
	font-size:30px;

}

h3 {
	font:18px;
	font-weight: bold;
	margin: 0;
	color: #6048e4;
}

.nae {
	border: 2px solid #6048e4;
	padding: 10px;
	color: #6048e4;
	font-weight: 600;
	font-size: 14px;
}

#report {
	margin: 0 auto 30px auto;
	max-width: 650px;
	width: 90%;
	padding: 15px;
	text-align: center;
	font: 16px/1.8 'Open Sans', Helvetica, Arial, sans-serif;	
}


.bbutton {
	background: #6048e4;
	padding: 10px;
	color: #fff;
	border:0;
	display: block;
	width: 50%;
	text-align: center;
	font: 16px/1.5 'Open Sans', Helvetica, Arial, sans-serif;	
	cursor: pointer;	
	margin: 50px auto 0 auto;
}

.bbutton:hover {
	background: #4399ed;
	padding: 10px;
	color: #fff;
}


.bbb {
		margin: 20px auto 50px auto;
	background: #4399ed;
	color: #fff;
}

.bbb:hover {
	background: #6048e4;
	color: #fff;
}

input[type="text"], 
input[type="email"], 
select, textarea {
	border: 1px solid #e5e5e5;
	padding: 5px;
	color: #666; 
	font: 16px/1.5 'Open Sans', Helvetica, Arial, sans-serif;	
	width: 100%;
	display: block;
	margin: 0 0 20px 0;	
}

input[type="text"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
	border: 1px solid #6048e4;
}

label {
	display: block;	
	text-align: center;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 700;
}

