div.form {
	width:240px;
	margin:0 auto;
	padding-top:20px;
}
form {
	width:240px;
	float:none;
	margin:auto;
}
h2.form {
	background:url(../../images/layout/btn-h2-bottom.gif) no-repeat 0 bottom scroll;
	width:208px;
	float:none;
	padding:0;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:2px;
}
dd#enviar-element { text-align:right; }
input#enviar {
	float:none;
	margin:0 auto;
	background:url(../../images/layout/btn-enviar-bottom.gif) no-repeat bottom scroll;
	width:87px;
	color:#68553b;
	padding:0;
	height:auto;
	text-indent:0;
	font-size:18px;
}
p.adicionado {
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:5px 0;
}
ul.lista li.recados {
	background:transparent url(../../images/layout/div-produtos.gif) no-repeat scroll 0 bottom;
	height:auto;
	padding:10px 0;
	min-height:50px;
	width:452px;
}

/* RESPOTA*/
div.resposta {
	float:left;
	width:auto;
	_clear:left;
	_width:98%;
	padding:1% 3%;
	margin:5px 10px 10px 10px;
	background-color:#FFFBF2;
	border:#F5F3F1 solid 1px;
}
div.resposta p {
	margin:0;
	padding:0;
	clear:left;
}
div.resposta a:link, div.resposta a:visited {
	float:none;
	width:auto;
	margin:0;
	border:0 none;
}
div.resposta h3 {
	width:100%;
	font-style:normal;
	font-size:14px;
	background:url(../../images/icons/back.png) no-repeat 0 center scroll;
	padding-left:25px;
}