/* ----------------------------------------- RESET BROWSERS -----------------------------------------*/

*{outline-color:invert;outline-style:none;outline-width:medium;}  
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, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
margin: 0; padding: 0; border: 0; outline: 0; font-weight: normal; font-style: inherit; font-size: inherit;  
font-family: inherit; vertical-align: baseline;  
}  
:focus {outline: 0; }  
body {line-height: 1; color: black; background: white; font-size:100.01%;}  
ol, ul { list-style: none;}  
table { border-collapse: separate; border-spacing: 0;}  
caption, th, td { text-align: left; font-weight: normal;}  
blockquote:before, blockquote:after,  
q:before, q:after {content: "";}  
blockquote, q {quotes: "" "";}  
strong{ font-weight: bold; }  
body,input,select,textarea { font-family:Tahoma, Arial, sans-serif;	font-size:11px;	color:#1b4450; line-height:15px; }  

/* ----------------------------------------- FIM DO RESET BROWSERS -----------------------------------------*/

form {
	margin-top:15px;
}

fieldset {
	margin:0 auto;
	border:none;
	width:514px;
}

input {
	border:none;
	background-color:transparent;
	font-size:13px;
	padding:1px;
}

textarea {
	border:solid 1px #34576b;
	background-image:url(../img/bg-textarea.gif);
	font-size:13px;
	padding:1px;
}

body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	margin:0;
}

#container {
	margin:0 auto;
	width:600px;
	height:auto;
	overflow:hidden;
}

#topo {
	width:100%;
	height:133px;;
}

#logo h1 a {
	width:260px;
	height:133px;
	text-indent:-9999px;
	display:block;
	float:left;
}

#logo h1 a {
	text-indent:-9999px;
	display:block;
	background-image:url(../img/marca-ebrand.gif);
	background-repeat:no-repeat;
}

#titulo {
	width:207px;
	height:133px;
	float:right;
	background-image:url(../img/titulos/titulo-banco-talentos.gif);
	background-repeat:no-repeat;
}

#menu {
	margin:30px auto 0 auto;
	width:514px;
	height:37px;
}

#menu .white-space {
	width:6px;
	height:37px;
}

#menu ul {
	display:inline;
	float:left;
}

#menu ul li {
	display:inline;
	float:left;
	width:124px;
	height:37px;
}

.titulo-02 {
	margin:30px auto 0 auto;
	width:514px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#b94536;
	font-weight:bold;
}

.geral-input {
	margin-top:10px;
	background-image:url(../img/bg-form.gif);
	background-repeat:repeat-x;
	border:solid #34576b 1px;
	height:22px;
}