* {
	outline: none;
	margin: 0;
	padding: 0;
}
table {
	border: 0;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
        background: #f5f5f5 url(rhv.png) right bottom no-repeat;
        background-attachment: fixed;
	font: 300 24px/150% 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 40px 30% 20px 20%;
	color: #666;
}
#smaller {
	font-size: 18px;
	line-height: 150%;
}
strong {
	font-weight: 700;
}
h1 {
	margin-bottom: 30px;
	font: 400 46px/100% 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	color: #aaa;
}
p {
	margin: 0 0 25px;
}
a {
	color: #09c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	font-size: 13px;
	line-height: 140%;
	border-left: 5px solid #ccc;
	padding: 0 0 10px 20px;
	margin-left: 5px;
}
form p {
	margin: 0;
	padding: 10px 0;
}
input, select, textarea {
	font: 300 14px/140% 'Open Sans', Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 3px;
	display: block;
	margin: 10px 0;
	width: 400px;
	background: #fff url('bg_input.png') top repeat-x;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	color: #333;
}
input:focus, select:focus, textarea:focus {
	/*box-shadow: 0 0 5px #09c;*/
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
		border: 1px solid rgba(81, 203, 238, 1);
}

::-webkit-input-placeholder, 
:-moz-placeholder, ::-moz-placeholder,
:-ms-input-placeholder {  
   color: #808080;  
}

.btn, .btn:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-width: 1px;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #51a351;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

	padding: 12px 20px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	clear: both;
	margin: 20px 0 0;
	text-decoration: none;

	font-weight: 400;
		font-size: 16px;
	line-height: 100%;
	box-shadow: 0 2px 2px #bbb;
	width: auto !important;

	cursor: pointer;
}
.btn:hover {
	box-shadow: 0 2px 2px #999;
}


@media (max-width: 767px) {
	html {
		background: #f5f5f5;
	}
	body {
		font: 300 18px/140% 'Open Sans', Arial, Helvetica, sans-serif;
		margin: 20px 10% 10px 10%;
	}			
	h1 { 
		font-size: 28px;
	}
	p {
		margin: 0 0 20px;
		text-align: justify;
	}
	form {
		border: 0;
		padding: 0;
		margin: 0;
	}
	input, select, textarea {
		width: 90% !important;
		padding: 10px !important;
	}
	.btn {
		width: 99% !important;
		padding: 12px 10px !important;
	}
}	
