/* CSS DOCUMENTO - FlexChat - Onlinesites Ltda - Todos os direitos reservados  - 2009 - Erivelton de Moura Cabral*/

*{
	font-family:Arial, Helvetica, sans-serif;
	color:#1E1E1E;
	font-size:12px;
}

Body{
	background:#FFF;
	background-image:url(../images/onlinesites_fundo.gif);
	background-position: bottom left;
	background-repeat:repeat-x;
	height:100%;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	width:497px;
	border-left:1px;
	border-left-style: solid;
	border-left-color: #666;
	border-right:1px;
	border-right-style:solid;;
	border-right-color:#666;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}
#rodape{
	background-image:url(../images/onlinesites_rodape.gif);
	height:38px;
	background-position:left;
	background-repeat:repeat-x;
}

.pontilhado{
	border-bottom:1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.pontilhado_no_auto{
	border-top:1px;
	border-top-style: dotted;
	border-top-color: #666;
}

/*LINKS*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #000;
}

a.link_fechar:link, a.link_fechar:visited, a.link_fechar:active {
	color: #FFF;
	text-decoration: none;
}
a.link_fechar:hover {
	color: #FC0;
	text-decoration: none;
}

/*FIM LINKS*/


/*FORMULARIOS*/

input {
	font:10pt Tahoma;
}

form {
	padding:0px;
	margin:0px;
}

legend {
	margin-right:1px;
	margin-bottom:0px;
	margin-left:1px;
	padding-right:1px;
	padding-left:1px;
	font:normal normal bold 12px Tahoma, Times, serif;
}

fieldset {
	border:1px;
	border-color:#333;
	padding:1px;
}
.form_cadastro{
	color: #000; border: 1px;border-style: solid; border-color: #666666; background: #F2F2F2;
}

.fonte_selecionado {
	color: #000;
	border: 1px;
	border-style: solid; 
	border-color: #666666; 
	background: #FFFF80;
}

.fonte_normal {
	color: #000; border: 1px;border-style: solid; border-color: #666666; background: #F2F2F2;
}


/*Titulos*/

.erro{
	font-size:14;
	color:#F00;
	font-weight:bold;
	}

.Titulo{
	font-size:15px;
	text-align:left;
	color:#000;
	font-weight:bold;
	
	}
	
.style1 {
	color: #547526;
	font-weight:bold;
	text-align:left;
	}
.style2 {color: #0000FF;
	color: #FF0000;
	font-weight:bold;
	text-align:left;
	}
.semfoto{
	font-size:10px;
	color:#FFF;}
