form p {
	position: relative;
	margin :  0px;
}
form input {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #E0E0E0;
}
form textarea {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #E0E0E0;
}

#form {
	float: left;
	position: relative;
	width : 225px;
	height: 215px;
	padding-top: 145px;
}
#form #nombre {
	width : 225px;
}
#form #texto {
	width : 225px;
	height: 125px;
}
#form .btn {
	position: absolute;
	bottom:   0px;

	width : 225px;
	text-align: right;
}

#tablon {
	float: right;

	position: relative;
	width : 300px;
	height: 360px;
	background: #F3F1ED;
	overflow: hidden;
}
#tablon #up {
	position: absolute;
	top   : 165px;
	right :   5px;
	cursor: pointer;
}
#tablon #dn {
	position: absolute;
	bottom:   5px;
	right :   5px;
	cursor: pointer;
}
#tablon #sc {
	position: relative;
	width : 260px;
	height: 190px;
	margin :  0px  0px  0px 10px;
	overflow: hidden;
}
#tablon #msgs {
	position: relative;
}
#tablon #msgs p.a {
	margin :  0px  0px  0px  0px;
	font-weight: bold;
}
#tablon #msgs p.c {
	margin :  0px  0px  6px  0px;
}