body {
	font-size: 16px; 
	font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;
	background: #f0f0f0;
	min-width: 300px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
a {
	color: #0088BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 10px 0;
}
div.form {
	width: 400px;
	margin: 100px auto;
	padding: 30px 30px 25px 30px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
}
div.form h2 {
	margin-top: 0;
	font-size: 26px;
}
div.form > p {
	color: #333;
}
div.form label {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	display: block;
	margin-bottom: 7px;
}
.small-text, .small-text p {
	font-size: 14px;
}
textarea {
	background: none repeat scroll 0 0 #fdfdfd;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	color: #555555;
	font-size: 14px;
	padding: 7px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
}
.btn {
	display: inline-block;
	text-decoration: none;
	font-family: 'Helvetica Neue', Helvetica, Arial,sans-serif;
	font-size: 16px;
	border-radius: 3px;
	color: #ffffff;
	background-color: #008bbf;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
	margin: 2px 0;
}
.btn:hover {
	text-decoration: none;
	background-color: #066EA8;
}
@media (min-width: 320px) and (max-width: 480px) {
    body {
    	background: #fff;
    }
    div.form {
    	width: 94%;
    	margin: 20px 3%;
    	padding: 0;
    	border: none;
    	background: #fff;
    }
}