#fondo_contacto{
    width: 100%;
    height: 100%;
    background-image:url('../img/foto_preguntas2.jpg');
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
}

#main-container{
    padding-top: 30px;
    margin: 0 auto;
    width: 62%;
    height: auto;
}

#form-container{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    padding:15px;

    -moz-border-radius:12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
}

td{
	white-space:nowrap;
}

h2{
	font-weight:normal;
	font-size:12px;
	
	text-transform:uppercase;
	
	color:#000;
	margin-bottom:15px;
	
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
	padding-bottom:10px;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
        width: 185px !important;
}

td > button{
	text-indent:8px;
}

.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}