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,
fieldset, form, 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;
}
body {
	color:#666666;
	font-family:tahoma;
	font-size:11px;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* final reset CSS */

#geral{
	width:948px;
	margin:0 auto;
}
#header{
	width:948px;
	height:88px;
	background:url(../img/header.jpg) no-repeat left top;
}

/* box Login */

.box-login{
	width:918px;
	height:35px;
	margin: 0 0 0 -10px;
	padding-left:30px;
	color:#fff;
	background:#ff7f00;
}
.box-login p{
	float:left;
	margin-top:12px;
}
.box-login p .txt{
	width:165px;
	margin-right:14px;	
}
.box-login p.box{
	display:inline;
	margin:6px 0 0 234px;	
}

.box-login p.login{
	display:inline;
	margin:5px 0 0 0;	
}

/* Content */

#content{
	width:908px;
	margin-top:22px;
	padding:0 20px;
}
#content h1
{
	color: #ff7f00;
	font-size: large;
	margin-bottom:20px;
	text-transform: uppercase;
	
	/*display:block;
	width:236px;
	height:21px;
	margin-bottom:20px;
	text-indent:-9999px;
	background:url(../img/new/tit.jpg) no-repeat left top;*/
}

#content p{
	width:490px;
	margin-bottom:25px;
	line-height:18px;
}

.btn-login
{
	margin: 3px 0 0 35px;
	width:60px;
	height:25px;
}


