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: inherit;
	font-size: 100%;
	vertical-align: baseline
}
html {
	line-height: 1
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
q, blockquote {
	quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}
a img {
	border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fontes/OpenSans-Regular-webfont.eot");
	src: url("../fontes/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fontes/OpenSans-Regular-webfont.woff") format("woff"), url("../fontes/OpenSans-Regular-webfont.ttf") format("truetype"), url("../fontes/OpenSans-Regular-webfont.svg#OpenSans") format("svg");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Open Sans';
	src: url("../fontes/OpenSans-Bold-webfont.eot");
	src: url("../fontes/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fontes/OpenSans-Bold-webfont.woff") format("woff"), url("../fontes/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fontes/OpenSans-Bold-webfont.svg#OpenSans") format("svg");
	font-weight: bold;
	font-style: normal
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px
}
#geral {
	width: 460px;
	margin: 120px auto 25px;
	padding: 0 20px
}
h1 {
	text-align: center
}
#principal {
	text-transform: uppercase;
	font-size: 1.16em;
	text-align: center;
	height: 50px;
	line-height: 50px;
	width: 100%;
	display: block;
	margin: 45px 0 35px
}
label {
	color: #000000;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 12px;
	display: block;
	padding-top: 10px;
}

form {
	overflow: hidden
}
form p {
	float: left;
	width: 224px;
	text-align: left;
}
form p:nth-child(2n) {
	float: right
}
form p:first-child {
	margin-right: 10px
}
#submit {
	width: 100%;
	margin: 45px 0 30px
}
input[type=submit] {
	color: #FFF;
	width: 100%;
	margin: 0px;
	height: 40px;
	border: none;
	font-size: 1em;
	cursor: pointer;
	font-weight: bold;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s
}
input[type=submit]:hover, input[type=submit]:focus {
	box-shadow: 0px 0px 100px rgba(0,0,0,0.3) inset
}
input[type=submit]:active {
	box-shadow: 0px 0px 100px rgba(0,0,0,0.5) inset
}

input[type=button] {
	color: #FFF;
	width: 100%;
	margin: 0px;
	height: 40px;
	border: none;
	font-size: 1em;
	cursor: pointer;
	font-weight: bold;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s
}
input[type=button]:hover, input[type=button]:focus {
	box-shadow: 0px 0px 100px rgba(0,0,0,0.3) inset
}
input[type=button]:active {
	box-shadow: 0px 0px 100px rgba(0,0,0,0.5) inset
}

#erro {
	color: #F00;
	width: 100%;
	text-align: center;
	margin: 30px 0 -25px;
	line-height: 16px
}
input[type=text], input[type=password] {
	border: 2px solid #ebebeb;
	height: 16px;
	line-height: 16px;
	padding: 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 200px
}
input[type=text]#email, input[type=password]#email {
	width: 434px
}
strong {
	font-weight: bold
}
p {
	text-align: center
}
a {
	color: #7a7a7a;
	font-weight: bold;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s
}
a:hover, a:focus {
	color: #c93232
}
footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	text-align: center;
	color: #7a7a7a;
	margin-top: 25px
}
footer a {
	font-weight: normal;
	border-right: 1px solid #9b9b9b;
	box-shadow: 1px 0px 0px #dedede;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0
}
