#contactform {
	width: 450px;
	float:left;
}
#contactform form {
	font:normal 13px/18px Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin:0 0;
	padding:0;
}
#contactform fieldset {
	padding:10px 0;
	margin:0 0 15px 0;
}

#contactform form label {
	display:block;
	float:left;
	width:80px;
	padding:9px 0 0 0;
	margin:0px;
	text-align:left;
}
#contactform input.inpt, #contactform select {
	width: 280px;
	height: 24px;
	float:left;
	margin:5px 0 5px 0;
	padding: 4px 20px 4px 9px;
	background-color: #000;
	border: none;
	font:normal 13px/18px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color:#FFF;
}

#contactform textarea {
	width: 289px;
	height: 144px;
	border: 0;
	padding:10px;
	margin:5px 0 5px 0;
	background-color: #000;
	font:normal 13px/18px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color:#FFF;
}

form br {
	clear:left;
}

#contactform input.required {
	background-color: #000;
	
}

#contactform .select select:focus {
	border-color: #000;
}

label#load {
	display: none;
}
#submit-button
	{
		background-color: #000;
		width:105px;
		height:31px;
		border: 0;
		margin-left: 80px;
		margin-top: 10px;
		text-align: center;
		color:#FFF;
		font-size: 13px;
		cursor: pointer;
	}

#submit-button:hover
	{
		color:#c3c3c3;
	}
	
form.c1 input:hover,textarea:hover
	{
		border:none;
	}

.notes		{ background: none; }
.success	{ background-image: transparent url("imagenes/ok.png") no-repeat 0 0; height:30px;}
.error		{ background-image: transparent url("imagenes/error.png") no-repeat 0 0; height:30px;}
.notice		{ background: none; }

.notes,.notice,.success,.error
			{
				padding-left:40px;
				font-size:13px;
				color: #FFF;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;
			}

#note {width:100%; }