#wrap {
        background:#EEE;
        width:470px;
        margin:10px auto 10px auto;
        padding:10px;
}
h1 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 170%;
	margin-bottom: 0.2em;
}
h2 {
	font-family: helvetica, sans-serif, arial;
	color: #9F141A;
	font-size: 150%;
	margin-bottom: 0.2em;
}
#contactform {
	width:450px;
	margin:10px auto 10px auto;
}
form {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin : 0;
	padding : 0;
}
fieldset {
	float : left;
	margin : 0 .5em 0 .5em;
	padding : 1em;
	border : 1px solid #713c1e;
	background : #ffffff;
}
fieldset div {
	width:180px; /* Width for modern browsers */
	border:0px solid ##713c1e;
	margin:0 auto 0 auto;
	padding:1px;
}
 
* html fieldset div {
	width: 200px; /* Width for IE5 */
	w\idth: 180px; /* Width for IE6 */
}
 
fieldset div input {
	width: 176px; /* Width for modern browsers */
	border : 3px double ##713c1e;
	padding : 1px;
}
 
* html fieldset div input {
	width: 180px; /* Width for IE5 */
	w\idth: 176px; /* Width for IE6 */
}
fieldset div br {
	display : none;
}
legend {
	font-weight : bold;
	color : #333;
	margin : 0;
	padding : 0.5em;
}
label {
	display : block;
}
label em {
	font-style : normal;
	text-decoration : underline;
	color : #900;
}
input {
	width: 180px;
	background: #fafbfc;
	border : 3px double #713c1e;
}
input#counter {
	margin:0px;
	border:3px double #713c1e;
	font-size: 100%;
}
input#submit {
	border: 3px double #cccccc;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background: #f0d6b3 url('fade.png') repeat-x;
	color: #333;
	font-size:10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:185px
}
input#counter:active, input#submit:active {
	border: 3px double #713c1e;
	border-top-color: #999;
	border-left-color: #999;
}
.comentarios {
	padding: 0;
	margin:5px auto 10px auto;
	background: #fafbfc;
	border : 3px double #713c1e;
	width: 180px;
	height:180px;
}
input:hover, textarea:hover {
	background:#fff;
}
input:focus, textarea:focus {
	border : 3px double #666;
	background:#fff;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:150%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}

.inputContacto {  width:180px; border:1px solid  #E4E4E4; height:20px; background-color:#F5F5F5; font-size:13px;}

