/* CSS Document */
body
{
	background-image: url(img/bgBody2.jpg);
}

#divGeral
{
	width: 760px;
	_width: 780px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -390px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
	background-color: #FFF;
	/*background-image: url(img/bgGeral.gif);
	background-repeat: repeat-y;*/
}

/* REGISTRO.COM */
#divRegistro, #divRegistro img
{
	float: left;
	border: none;
	color: #669934;
}

#divRegistro hr
{
	width: 760px;
	float: left;
	clear: both;
	margin: 0;
	margin-bottom: 10px;
	_margin-bottom: 0;
	border: 3px double #E4F3B6;
}

#divRegistro #divIdiomas
{
	float: right;
	width: 100px;
	margin-top: 30px;
}

#divRegistro #divIdiomas img, #divRegistro #divIdiomas a
{
	border: none;
	float: left;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #808080;
}

#divRegistro h1
{
	float: left;
	width: 100%;
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
	margin-left: 10px;
}

#divRegistro p
{
	flaot: right;
	clear: both;
	width: 750px;
	margin: 0;
	_margin-top: -20px;
	margin-left: 10px;
	_margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 35px;
}

#divRegistro form
{
	float: left;
	clear: none;
	width: 390px;
	_width: 400px;
	padding: 10px;
	margin:0;
	_margin-left: 10px;
	margin-bottom: 50px;
	background-color: #E4F3B6;
}
#divRegistro form h2
{
	clear: both;
	color: #010066;
	text-align: center;
	font-size: 13px;
	width: 100%;
	margin:0;
	margin-bottom: 10px;
	background-color: #fff;
	border: 3px double #E4F3B6;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#divRegistro form p
{
	clear: both;
	width: auto;
	text-align: center;
	margin:0;
	margin-bottom: 10px;
}

#divRegistro form label
{
	float: left;
	width: 120px;
	padding-top: 8px;
}

#divRegistro form input, #divRegistro form textarea
{
	float: left;
	width: 255px;
	margin: 5px;
	border: 1px solid #808080;
}

#divRegistro form textarea
{
	height: 75px;
}

#divRegistro form #vsRegistro
{
	font-size: 12px;
	color: #010066;
	font-weight: bold;
	text-align: center;
}

#divRegistro .clsInputCheckbox
{
	float: left;
	width: auto;
	border: none;
	vertical-align: center;
}

#divRegistro .clsLabelCheckbox
{
	float: left;
	width: 60px;
	padding-top: 3px;
	font-weight: bold;
	letter-spacing: 1px;
}

#divRegistro form #btnEnviar
{
	float: right;
	text-align: center;
	width: 80px;
	font-size: 10px;
	background-color: #E4F3B6;
	color: #010066;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #c8c8b0;
	border-bottom: 2px solid #c8c8b0;
}

#divRegistro form #btnEnviar:hover
{
	color: #808080;
	border-left: 2px solid #c8c8b0;
	border-top: 2px solid #c8c8b0;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #fff;

}



/* ADDRESSOR.COM */
#divAddressor
{
	float: left;
	width: 200px;
	margin-left: 50px;
}

#divAddressor h2
{
	float: left;
	_font-size: 16px;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	_margin-top: 10px;
	_margin-bottom: 5px;
}

#divAddressor p
{
	/*float: left;*/
	/*clear: both;*/
	width: 300px;
	line-height: 23px;
	margin: 0;
	margin-bottom: 10px;
}

#divAddressor a
{
	display: inline;
	color: #999965;
	text-decoration: none;
}

#divAddressor a:hover
{
	color: #010066;
	text-decoration: underline;
}

#divAddressor span
{
	color: green;
	font-weight: bold;
}

#divClientes
{
	float: left;
	width: 250px;
	margin:0;
	/*margin-top: -100px;*/
	font-size: 10px;
}

#divClientes h3
{
	_font-size: 14px;
	margin:10px;
	margin-left: 0;
}

#divClientes ul
{
	float: left;
	margin:0;
	margin-left: -35px;
	_margin-left: 0px;
	list-style-type: none;
	list-style-position: inside;
}

#divClientes li
{
	float: left;
	width: 140px;
	margin-bottom: 4px;
	padding: 0;
	padding-left: 10px;
	border-left: 8px solid #E4F3B6;
	text-align: left;
}

#divClientes a
{
	color: #669934;
}

