/* @group Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* @end */

/* @group Defaults */
body {
	font-size: 62.5%;
	border-top: 6px solid #157a6c;
	color: #1a637b;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	background: url(../images/logo.gif) center;
	display: block;
	height: 341px;
	margin: 43px auto 23px;
	width: 340px;
	
}

h1 a {
	display: none;
}

p {
	font-size: 2em;
	text-transform: uppercase;
}

form {
	display: block;
	margin: 70px auto 0;
	width: 310px;
}

form p {
	text-transform: none;
	margin-bottom: 10px;
}

input {
	background: #bce4f3;
	border: none;
	color: #1a637b;
	display: block;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 8px;
	width: 295px;
		border-radius:10px;
	-moz-border-radius:10px;	
	-webkit-border-radius: 10px;	
}

.submit {
	float: right;
	width: 82px;
}

#bonito {
	clear: right;
	position: relative;
	margin-top: 90px;
	margin-bottom: -50px;
	z-index: 1;
}


#footer {
	background: #1a637b;
	padding: 60px 0;
	position: relative;
	z-index: 20;
}

#footer p {
	color: #FFF;
	font-size: 1.5em;
}

.error {
	background-color: #f4d4db;
	border: 2px solid #f4d4db;
	color: #882a43;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2.5em;
	list-style: none;
	margin: 0 auto 1em;
	width: 306px;
	border-radius:10px;
	-moz-border-radius:10px;	
	-webkit-border-radius: 10px;
	
	
}

.result {
	color: #157A6C;
	margin: 10px auto;
	line-height: 2em;
	text-transform: none;
	background-color: #b7ccc5;
	padding: 10px;
	width: 290px;
	border-radius:10px;
	-moz-border-radius:10px;	
	-webkit-border-radius: 10px;
	font-style: italic;
}


/* @end */