@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

body {
	font-family: 'Lato', sans-serif;
	color: #333;
	background-color: #FFF;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

h1 {
	font-size: 18px;
	border-bottom: 0px solid #333;
	padding-bottom: 10px;
}

h3 {
font-size:15px;
}

p {
	font-size: 13px;
	margin-bottom: 0px;
}

a {
	color: #666666;
	text-decoration: underline;
}
a:hover {text-decoration:underline;}
.form{
	width: 300px;
	margin: 30px auto;
	padding: 20px 20px 30px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
input[type='text'], input[type='email'], input[type='password'] {
	width: 250px;
	border-radius: 2px;
	border: 1px solid #CCC;
	padding: 3px;
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}

.form textarea {
	width: 250px;
	height: 100px;
	border-radius: 2px;
	border: 1px solid #CCC;
	padding: 3px;
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}
input[type='submit']{
	padding: 10px 25px 8px;
	color: #fff;
	background-color: #666666;
	text-shadow: rgba(0,0,0,0.24) 0 1px 0;
	font-size: 16px;
	border: 0px solid #6faf38;
	border-radius: 2px;
	margin-top: 10px;
	cursor: pointer;
}
input[type='submit']:hover {
	background-color: #333333;
}
