#faleeditor {
}
#faleeditor #top{
	background-image: url("../img/comum/form_top.png");
	height: 29px;
}

#faleeditor #bt_close{
	background: url("../img/comum/btn-close.gif") no-repeat center;
	height: 16px;
	width: 16px;
	float: right;
	margin: 5px;
	cursor: pointer;
}

#faleeditor #title{
	background: #ffffff;
	height: 29px;
	background-image: url( "../img/comum/tit-faleeditor.gif" );
	background-repeat: no-repeat;
}

#faleeditor #content{
	background: #ffffff;
	padding: 10px;
}

#faleeditor form *{
	border: none;
}

#faleeditor form div{
	float: left;
	margin: 2px;
}

#faleeditor form label{
	font-family: Arial;
	float: left;
	width: 120px;
}

.inpt{
	background: url( "../img/comum/bginput.gif" ) no-repeat;
	height: 30px;
	padding:5px;
}

#faleeditor form #nome, #email, #assunto{
	width: 170px;
	margin-bottom: 5px;
}

.msga{
	background: url( "../img/comum/bgtextarea.gif" ) no-repeat;
	height: 151px;
	padding:5px;	
}

#faleeditor form textarea{
	width: 185px;
	height: 140px;
}

#faleeditor form br{
	clear: left;
}

#area_erro{
	width: 323px;
	color: #FF0000;
}
