/* forms */

fieldset
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.input-normal
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 440px;
	height: 20px;
	border: 0px;
	padding: 5px;
	color: #a9a9a9;
	line-height: 1.8;
	background-color: #efeeec;
}

.input-small
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 203px;
	height: 20px;
	border: 0px;
	padding: 5px;
	color: #a9a9a9;
	line-height: 1.8;
	background-color: #efeeec;
}

.select-normal
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 449px;
	height: 30px;
	max-height: 30px;
	overflow: hidden;
	border: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 8px;
	color: #a9a9a9;
	line-height: 1.8;
	background-color: #efeeec;
}

.select-small
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 213px;
	height: 30px;
	max-height: 30px;
	overflow: hidden;
	border: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 8px;
	color: #a9a9a9;
	line-height: 1.8;
	background-color: #efeeec;
}


.checkbox-normal, .checkbox-normal a, .checkbox-normal input, .checkbox-normal span
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	color: #a9a9a9;
	font-size: 12px;
	line-height: 1.8;
	text-align: left;	
	background-color: #efeeec;
}

.checkbox-normal
{
	display: inline-block;
	width: 430px;
	height: 25px;
	max-height: 25px;
	overflow: hidden;
	border: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.input-normal:hover, .input-normal:focus, .input-small:hover, .input-small:focus, .select-small:hover, .select-small:focus, .select-normal:hover, .select-normal:focus
{
	background-color: #e0dfde;
}

.input-normal-mandatory, .input-small-mandatory, .select-small-mandatory, .select-normal-mandatory, .checkbox-normal-mandatory
{
	background-image: url('../images/mandatory_field.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#div-input-file, #div-input-file2{
	height:30px;
	width:450px;
	margin:0px;
	font-size: 12px;
}

#div-input-file #file-original, #div-input-file2 #file-original2{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	font-size:18px;
}

.file-original-user {
	width:450px;
}

.div-input-file-user {
	padding: 0 92px;
    text-align: center;
    width: 450px;
}

.file-fake-user {
    width: 349px !important;
    border-right: 1px solid #efeeec !important;
}

#div-input-fake,#div-input-fake2{
	margin-top:-30px;
	width:450px;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 0;
	height: 28px;
	overflow: hidden;
	line-height: 0;
	background-color: #efeeec;
}

#div-input-fake #file-fake, #div-input-fake2 #file-fake2{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 5px;
	color: #a9a9a9;
	line-height: 12px;
	background-color: #efeeec;
}

#div-input-fake #file-fake-button, #div-input-fake2 #file-fake-button2{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
    border: 0 none;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    padding: 0px;
    width: 90px;
	line-height: 12px;
}


.textarea-normal
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 440px;
	height: 120px;
	border: 0px;
	padding: 5px;
	color: #a9a9a9;
	line-height: 1.8;
	background-color: #efeeec;
}
.textarea-normal:hover, .textarea-normal:focus
{
	background-color: #e0dfde;
}

/* homepage */

.input-search
{
	width: 140px;
	height: 20px;
	padding: 5px;
	background-color: white;
	border: 1px solid #e9e9e9;
	line-height: 1.8;
}

.input-newsletter
{
	width: 218px;
	height: 20px;
	padding: 5px;
	background-color: white;
	border: 1px solid #e9e9e9;
	line-height: 1.8;
}

.block-contact-form, .block-new-user-form
{
	width: 635px;
    min-height:500px;
	text-align: center;
    margin: 0 auto;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    padding-bottom: 40px;
    top: -15px;
}

.title-contact-space, .title-new-user-space
{
	width: 440px;
	margin: 10px 0px 15px 0px;
}

.input-general-space
{
	margin: 10px 0px 5px 0px;
}

.input-download-space
{
	margin: 20px 0px 15px 0px;
}

.btn-link-form,
a.btn-link-form:link,
a.btn-link-form:visited,
a.btn-link-form:active
{
	display: inline-block;
    background-color: #009fda;
    border-radius: 0px 0px 0px 0px;
    color: white;
    padding: 8px 10px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	line-height: 1.2;
	min-height: 16px;
}
a.btn-link-form:hover
{
	background-color: #1a1a1a;
}

.btn-form-blue,
a.btn-form-blue:link,
a.btn-form-blue:visited,
a.btn-form-blue:active,
a.btn-form-blue:hover
{
    color: white;
	font-size: 13px;
	font-weight: bold;
	border: 0px;
}

.btn-form-green,
a.btn-form-green:link,
a.btn-form-green:visited,
a.btn-form-green:active,
a.btn-form-green:hover
{
    color: white;
	font-size: 13px;
	font-weight: bold;
}

.btn-form-green-block
{
	display: inline-block;
	width: 450px;
	height: 32px;
	text-align: center;
	padding-top: 14px;
	line-height: 1.2;
	cursor: pointer;
	background-color: #73b633;
}
.btn-form-green-block:hover
{
	background-color: #009fd9;
}

.btn-form-blue-block
{
	display: inline-block;
	width: 450px;
	height: 32px;
	text-align: center;
	padding-top: 14px;
	line-height: 1.2;
	cursor: pointer;
	background-color: #009fd9;
}
.btn-form-blue-block:hover
{
	background-color: #73b633;
}

.btn-margin-to-form
{
	margin-top: 15px;
}

.block-input-btn-search
{
	display: block;
	width: 220px;
	height: 15px;
}

.space-horizontal-15
{
	margin-top: 15px;
}

.space-horizontal-20
{
	margin-top: 20px;
}

/* contacts & form new user */

.submit_button_contactos, .submit_button_new_user
{
    display: inline-block;
    width: 450px;
}

.btn-form-green-block-contactos, .btn-form-green-block-new-user
{
    float: right;
	display: inline-block;
	width: 145px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	background-color: #009fda;
}
.btn-form-green-block-contactos:hover, .btn-form-green-block-new-user:hover
{
	background-color: #1a1a1a;
}




.block-send-postal-form
{
	width: 635px;
    min-height:500px;
	text-align: center;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
    top: -15px;
}

#postal_image_selected
{
	max-width: 100%;
	max-height: 400px;
}