#contorno{
	position: relative;
	background-image: url(../imagenes/fondoformulario.jpg);
	background-repeat: no-repeat;
	width: 447px;
	height: 451px;
	top: 0px;
	float: right;
	right: 0px;
	margin-top: 6px;
	margin-bottom: 5px;
}
#contacto {
	position: relative;
	padding: 15px;
	width: 465px;
	height: auto;
	top: 70px;
	left: 15px;
	font-family: 'Raavi Regular';
	font-size: 18px;
	color: white;
	z-index: 1;
}
form input[type="text"] {
	position: relative;
	left: 8px;
	margin-bottom: 8px;
	font-size: 18px;
	resize: none;
	font-family: 'Roboto Slab', serif;
	width: 258px;
	border: 1px solid gainsboro;
}
textarea {
	position: relative;
	left: 8px;
	top: 0px;
	margin-bottom: 8px;
	font-size: 22px;
	resize: none;
	font-family: 'Roboto Slab', serif;
	width: 253px;
	border: 1px solid gainsboro;
}
form input[type="submit"] {
	position: relative;
	left: 157px;
	width: 60px;
	border: none;
	border-radius: 10px;
	color: #FFF;
	font-size: 11px;
	padding: 9px;
	padding-left: 8px;
	padding-right: 8px;
	font-style: italic;
	cursor: pointer;
	background-color: black;
}