#FormContacto{
	position:relative;
	top:2em; 
	left:0em;
	width:100%;
	height:31.5em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow:hidden;
	background-color:black;
    margin:0;
	padding:0;
	font:small Verdana,Sans-serif;
	line-height:1.6em;
	color:#333;
}

fieldset {
	float : left;
	margin-left: 1.5em;
	margin-top:1em;
	margin-right:0.5em;
	padding-left: 2em;
	padding-right:2.2em;
	border : 2px #B5CCBA;
	border: 2px solid white;
	background-color:transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:27.5em;
	width:18em;
}

#SetTexto{
	position:absolute;
	top:0em;
	left:24em;
	width:36em;
}

fieldset div {
	width:180px; /* Width for modern browsers */
	padding-bottom:0.5em;
}

legend {
	font-weight : bold;
	color : orange;
}

label{
	color:white;
	font-weight:bold;
}

input {
	width: 240px;
	background-color:#990000;
	border: 3px double grey;
	margin-top:5px;
	border: 1px outset #B37400;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	color:white;
	font-weight:bold;
}

input#visitante, input#correo, input#telefono, input#empresa, input#subject, textarea{
	text-indent:1em;
}

input#counter {
	margin-top:5px;
	font-size: 100%;
	text-align:center;
	font-weight:bold;
	color:white;
	border: 2px outset #B37400;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input#submit {
	border: 0;
	width:67px;
	height:24px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
input#counter:active, input#submit:active {
	border: 0;
}
textarea {
	padding: 0;
	margin-top:5px;
	background: #990000;
	border: 1px outset #B37400;
	width: 470px;
	height:180px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	overflow:auto;
}
input:hover, textarea:hover, input:active, textarea:active {
	background-color:#993322;
}
input:focus, textarea:focus {
	background:#993322;
	border: 1px outset #B37400;

}
