/* ----Elementos comunes ---- */

textarea, text {
padding: 4px;
font: 14px Arial, Helvetica, Sans-Serif;
background:#fff;
border:1px solid #CCCCCC;
width: 360px;
padding: 10px;
margin: 10px 0 15px 0;
color: #444444;
line-height: 1.7em;
}
checkbox {
float: left;
padding: 0px;
margin: 0px;
width: 20px !important;
}
form {
margin: 0;
padding: 0;
}
#container {
height: 500px;
width: 920px;
margin-top: 10px;
padding:0px;
text-shadow:1px 1px 0 #FFFFFF;
}
#display {
background: #FFF;
height: 233px;
width: 920px;
font-size: 12px;
margin:0px auto;
}
#display h4 {
margin: 0 0 4px 0;
line-height: 1.2em;
}

/* ---- Content ---- */

#content_container {
font-size: 14px;
padding: 10px 0px 10px 0px;
}
#content_container_2 {
height: 100%;
width: 100%;
}
* html #content_container{
display:inline-block;
}
#content {
border-left: 1px solid #D6D8D9;
border-right: 1px solid #D6D8D9;
color: #555555;
float: left;
font-size: 14px;
padding-left: 20px;
padding-right: 20px;
text-align: left;
width: 279px;
height: 350px;
}
.content_2 {
float: left;
}
p.tick {
font: 14px Arial, Helvetica, Sans-Serif;
}
/* ---- Formulario ---- */
.formulario {
font: 14px Arial, Helvetica, Sans-Serif;
width: 380px;
background: transparent;
margin-bottom: 10px;
padding: 0;
float: left;
}
.formulario label {
color: #333333;
display: block;
font: 14px Arial, Helvetica, Sans-Serif;
line-height: 1.3em;
}
.formulario .small {
color: #666666;
display: block;
font-size: 11px;
font-weight: normal;
}
#contactName, #email {
padding: 4px;
font: 14px Arial, Helvetica;
background:#fff;
border:1px solid #CCCCCC;
width: 360px;
padding: 10px;
margin: 10px 0 15px 0;
color: #444444;
line-height: 1.7em;
}
.formulario button {
background-color: transparent;
background-image: url("../../themes/bellota-iberica/img/button-medium.png");
width: 120px;
cursor: pointer;
background-repeat: no-repeat;
background-position: top left;
border: none;
color: black!important;
font-weight: normal;
font-size: 10px!important;
text-align: center;
text-decoration: none!important;
cursor: pointer;
display: block;
line-height: 18px;
height: 18px
}
.formulario button:hover 
{
background-position: left -18px;
}
.formblock .error {
color:red;
font-family: Arial, Helvetica;
font-size: 14px;
font-style: normal;
font-weight: bold;
padding-bottom: 10px;
display: block;
}
.clear {
clear: both;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}