/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	font: 600 18px 'Open Sans', sans-serif;
	text-align: center; 
	margin: 20px 0;
}

form {
	background-color: #f3f8fc;
	border: 3px solid #89c7ef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 575px; 
	margin: 0 auto;
}

form #recaptcha_widget_div {
	margin: 20px auto; 
	width: 375px;
}

form #recaptcha_privacy, form #recaptcha_logo {
	font-size: 0;
	display: none;
}

form > input#email {
	display: none;
}

form > input#submit {
	margin: 0px auto 21px; display: block;
	text-align: center;
	background: #286398; /* Old browsers */
	background: -moz-linear-gradient(top,  #286398 0%, #3b85c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#286398), color-stop(100%,#3b85c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #286398 0%,#3b85c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #286398 0%,#3b85c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #286398 0%,#3b85c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #286398 0%,#3b85c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#286398', endColorstr='#3b85c8',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 2px 0px 0px rgba(22, 81, 129, 1); 
	border: medium none;
	border-radius: 5px;
	height: 36px;
	width: 190px;
	font: 700 16px/36px 'Lato', sans-serif;
	color: #fff;
	cursor: pointer;
}