#tablon {
	position: relative;
	width : 550px;
	height: 150px;
	overflow: hidden;
}
#tablon #up {
	position: absolute;
	top   :   0px;
	right :   0px;
	cursor: pointer;
}
#tablon #dn {
	position: absolute;
	bottom:   0px;
	right :   0px;
	cursor: pointer;
}
#tablon #sc {
	position: relative;
	width : 525px;
	height: 190px;
	margin :  0px  0px  0px  0px;
	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;
}


form p {
	position: relative;
	margin :  0px;
}
form input {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #C0C0C0;
}
form textarea {
	position: relative;
	font-family: Arial;
	font-size  : 12px;
	border: 1px solid #C0C0C0;
}

#form {
	position: relative;
	margin :  0px  0px  0px  0px;
	height : 175px;
}
#form #nombre {
	width : 225px;
}
#form #texto {
	width : 545px;
	height:  75px;
}
#form .btn {
	position: absolute;
	bottom:   0px;
	width : 545px;
	text-align: right;
}
#form .btn a {
	color: #333333;
}