/* 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/*custom css*/
body {
	font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif
}
a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
    text-decoration: underline;
	color: white;
}
#container {
	width: 768px;
	height: auto;
	margin: 10px auto;
}
#center {
	width: 60%;
	height: auto;
	margin: 0 22% 0 18%;
}
#divlogo {
	width: 100%;
	height: 100%;
	text-align: center;
}
#logo {
	display: block;
}
#divmsg{
	margin: 5px auto;
}
#titulo {
	display: block;
	padding: 5px 0;
	width: 100%;
	text-align: center;
#	background-color: #fbc99a;
#	background-color: #ffb613;
	background-color: #054a8b;
	text-shadow: #000 1px 1px 1px;
	border-radius: 5px;
#	font-weight: bold;
	color: white;
}
#divtexto {
	padding: 10px 0;
	display: block;
	width: 100%;
	text-align: justify;
	font-size: 14px;
}
#recaptcha_widget_div{
	margin: 0 auto;
	display: block;
	width: 318px;
}
#divcaptcha {
	padding: 20px 0;
	text-align: right;
}
#btngo, #btngow7{
	margin: 5px auto;
#	background-color: #337ab7;
	background-color: #03326b;
	border: none;
	color: white;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	border-radius: 5px;
}
#divfooter {
	background-color: #dbdbdb;
	font-size: 11px;
	width: 100%;
#	height: 20px;
	height: 120px;
}
#divanuncio, #divanuncio a{
	color: #dbdbdb;
}
#divanuncio {
	width: 250px;
	display: inline;
	float: left;
	padding: 5px 0 0 5px;
	font-weight: bold;

}
#divpowered {
	width: 160px;
	height: auto;
	display: inline;
	float: right;
	text-align: center;
	padding: 100px 5px 0 0;
	font-weight: bold;
	margin:5px 0 0 0;
/*	background: url("http://matrix.spfbl.net/logo.png") no-repeat;*/
/*	background: url("http://spfbl.net/wp-content/uploads/2017/03/spfbl_logo.png") no-repeat; */
	background: url("https://ensite.com.br/postmaster/img/spfbl_logo.png") no-repeat;
}
button{
    color: #666666;
    background-color: #DDDDDD;
}
li {
    margin-left: 10%;
    list-style-type: disc;
}
input {
    margin-left: 5%;
}
p {
    padding: 5px 0;
}
input[type=text] {
	width: 100%;
	padding: 10px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid #ccc;
	text-align: center;
}
input[type=text]:focus {
	border: 2px solid #555;
}
