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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #eee url(../images/fundo.png) repeat-x;
	font: 12px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

li {
	color: #A33000;
}

a:link{
	text-decoration: none;
	color: #fff;
}

a:visited{
	text-decoration: none;
	color: #fff;
}

a:hover{
	text-decoration: none;
	color: #fff;
}

#logo{
	margin: 2px;
}

.btn a{
	margin-right: 10px;
	display: block;
	text-decoration: none;
	line-height: 25px;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #EEEEEE url(../images/btn.png);
	border: 1px solid #ccc;
}

.btn a:hover{
	background: #dd0000 url(../images/btn_hover.png);
}

.btn2 a{
	margin-right: 10px;
	display: block;
	text-decoration: none;
	line-height: 25px;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #EEEEEE url(../images/btn.png);
	border: 1px solid #ccc;
}

.btn2 a:hover{
	background: #EEEEEE url(../images/btn_hover.png);
}

#btnEnviar , #btnEnviar1, #btnEnviar2{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 25px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #EEEEEE;
	background-image: url(../images/btn.png);
	border: 1px solid #ccc;
}

#principal{
	color: #000;
}

#login{
	margin: 0;
	padding: 0;
	position: absolute;
	border: 1px solid #999999;
	background: #fff;
	width: 300px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -150px;
}

#content{
	border: 0px solid;
	width: 200px;
	height: 160px;
	background: #fff;
	margin-top: 25px;
}

#tudo{
	margin: 10px;
}
