body {
    background: #fff;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Arial', Sans-Serif;
	color: #666;
	text-align: center;
	}
	
.class-for-14 {
	font-size: 1.4em;
	line-height: 1.8em;
	margin:0 0 -10px 0;

}	
.label {
	text-align:left;
	font-weight:bold;
	}
input {
	background: #eee;
	border:solid 1px #333;
	height:26px;
	font-size: 2em;
	padding: 2px;
	color:#666;
	width:400px;
	}
input:hover {
	border:solid 1px #147;
}
textarea {
	background: #eee;
	border: solid 1px #333;
	font-size: 2em;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	width:400px;
	}
.button {
	background: #7baecc;
	border:solid 2px #7baecc;
	font-size:1.4em;
	color: #fff;
	padding:1px;
	width:72px;
	height:32px;
	text-align:center;
	}

.button:hover {
	/*border:none;
	background: #fff;
	color:#7baecc;*/
}
	
.contactform {
	width:400px;
	margin:0 auto;
	}

