form{
	border:0px solid red;
	background-color:;
	width:500px;
	float:left;
}

#campo{
	border:0px solid black;
	width:550px;
	font-size:14px;
	float:left;
	margin:2px 0px;
}

#campoTextarea{
	border:0px solid black;
	width: 550px;
	height:130px;
	font-family:arial;
	font-size:14px;
	float:left;
	margin:2px 0px;
}

#tag{
	border:0px solid black;
	width:170px;
	color:red;
	float:left;
	margin-top:5px;
}

input[type="text"]{
	border:1px lightGrey solid;
	width:290px;
	float:left;
	padding:4px 5px;
}

#input[class="sin"]{
	border:0px solid gray;
	background-color:transparent;	
}

select{
	border:0px solid lightGrey;
	
	margin-top:3px;
}

select, option{
	border:1px solid lightGrey;
	background-color:;
	width:302px;
	padding:4px 5px;
	float:left;
}

select:hover, option:hover{
	background-color:;
}

textarea{
	border:1px lightGrey solid;
	width:53.1%;
	font-family:arial;
	padding:3px 4px 3px 4px;
	resize: none;
	margin:0px 0px 0px 0px;
}

input:focus, textarea:focus, select:focus {
	border:1px solid lightGrey;
	outline:none;
}

#botonesEnviar{
	border:0px solid black;
	width:100%;
	height:;
	float:left;
}

#btnEnviar, #btnBorrar{
	width:120px;
}







#texto1{
	border:0px solid red;
	width:30px;	
	color:red;
	font-size:12px;
	text-align:center;
	font-family:arial;
	float:left;
	
	behavior: url(PIE.htc);

	border-radius: 10px;
}

#emailInput{
	border:0px solid red;
	width:30px;
	text-align:center;
	float:left;
	color:red;	
	font-size:12px;
	
	behavior: url(PIE.htc);
	
	border-radius: 10px;
}