
/*geral*/

* { margin: 0; padding: 0; }

#txtfloat fieldset legend span{width: 0; height: 0; overflow: hidden; position: absolute;}
#txtfloat fieldset{	border: none;}

#fundo{
		position: absolute;
		top: 0px;
		left: 0%;		
		width: 100%;
		height: 1690px;
		background-color: black;
		overflow:hidden;
		z-index:5001;
		-moz-opacity: 0.5;
		opacity:.50;
		filter: alpha(opacity=50);}
		

	/*float*/

#areafloat h1{font: bold 16px "Trebuchet MS", arial, helvetica, sans-serif;
text-decoration:none;
padding-left:15px;
padding-top: 50px;
color: #a3238e;}

#areafloat{
	width: 500px;
	height: 200px;
	z-index:5002;
	background: url(imagens/chat_privado.gif) no-repeat right top;
	background-color:#E8EDF3;
	left:50%;
	margin-left: -250px;
	position: relative;	
	top: 50%;
	margin-top: -250px;
	 }
	

#txtfloat{font: 11px arial, helvetica, sans-serif;
	padding-left:15px;
	line-height:20px;
	color: #a3238e;}

#bt_enviar {padding-left: 3px;}


#txtfloat a:link,
#txtfloat a:visited,
#txtfloat a:active{
	color: #a3238e;
	text-decoration: none;
	font-weight: bold;}
	
#txtfloat a:hover{color: #fff; background-color: #a3238e;font-weight: bold;}

#txtfloat form{padding-top: 10px;}

#txtfloat p{padding-top: 6px;}
	
		

/*diagramação forms geral*/
.form-minimini {width: 30px; margin-left: 10px;}
.form-mediomini {width: 50px;}
.form-mini {width: 70px;}
.form-pequeno {width:115px;margin-left: 3px;}
.form-grande {width:250px;}
.form-medio {width:200px;}
.form-super {width:300px;}
.form-comen {width:275px; height: 50px;}
.form-texto {width:300px; height: 60px;}

/*tipografia forms geral*/
.form-minimini,
.form-mediomini,
.form-mini,
.form-pequeno,
.form-grande,
.form-medio,
.form-super,
.form-texto,
.form-comen {font: 11px arial, helvetica, sans-serif; text-decoration: none;}

.form{font: 11 px arial, helvetica, sans-serif; color: #666666;}

.form-minimini,
.form-mediomini,
.form-mini,
.form-pequeno,
.form-grande,
.form-medio,
.form-super,
.form-comen {color: #666;}


