form {
	margin: 0px;
}
.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #cdcdcd;
	height: 23px;
	padding-top: 4px;
}
.campo-index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	height: 18px;
	padding-left: 4px;
	padding-top: 2px;
}
.CampoTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}
.CampoMsgMural {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	height: 105px;
	width: 240px;
	margin-bottom: 5px;
}
.CampoTextoMsgAnuncio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	width: 330px;
	height: 130px;
}
