#contacto{
	width:340px;
	height:250px;
	background:url(../images/contacto.jpg) no-repeat;
	padding-top:73px;
	padding-left:18px;
}

	#contacto h3{
		font-size:15px;
		margin:2px;
		width:200px;
	}
	
	#contacto p{
		width:210px;
		font-size:12px;
		margin:0px;
	}

fieldset {
	border: 0;
}

label,input {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 5px;
}

label {
	width:235px;
	margin:1px;
}

input {
	font-size:14px;
	border: 1px solid #ccc;
	color: #000;
}

textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}

input.check {
	width:25px;
	border: 0px;
}

.submit {
	background-color: #fff;
	border: 1px solid #1f7be5;
	margin-top:10px;
	margin-bottom:10px;
	color: #000;
	}