label {
	float: left;
	width: 150px;
	font-weight: bold;
}

input, textarea, select {
	margin-bottom: 8px;
	vertical-align: middle;
}

#notas {
	color: #666666;
	font-size: 8pt;
}

.nota-izq {
	position: relative;
	float: left;
	left: 153px;
	margin-bottom: 5px;
}

.nota-der {
	position: relative;
	float: left;
	left: 273px;
	margin-bottom: 5px;
}

.forms br {
	clear: left;
}

#submitbutton {
	margin-left: 150px;
	margin-top: 5px;
	width: 90px;
}

#cancelbutton {
	margin-top: 5px;
	width: 90px;
}

#msgsent {
	background: #fdf4c3;
	border: 1px solid #ffcc66;
}

#msgsent p {
	padding-right: 8px;
	padding-left: 50px;
	background: url(../media/imgs/disp/mail_enviado.jpg) no-repeat 8px;
}


