form table td{border: 0 none}
input[type="text"], textarea{
	border: 0 none;
	padding: 2px 10px;
	width: 480px;
}
input[type="text"]{
	background: url(../img/contacto.png) no-repeat;
	height: 13px;
}
input[type="text"]:focus{
	background-image: url(../img/contacto1.png);
}
textarea{
	background: url(../img/contacto3.png) no-repeat;
	height: 140px;
	overflow: auto;
}
textarea:focus{
	background-image: url(../img/contacto4.png);
}
input[type="submit"]{
	background: #FFF url(../img/enviar.png);
	border: 0 none;
	width: 114px;
	height: 20px;
	color: #FFF;
	cursor: pointer;
}
#contactform{ margin: 0 auto;}
#contactform, #contactform table{
	width: 591px;
}
#contactform td{
	padding: 10px 0;
}
#contactform td.caption{
	width: 84px;
	padding-right: 4px;
	vertical-align: top;
}