#container
{
    width: 95%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #3C3C3C;
    text-align:center;
    
}

#sub_left
{
    height: auto;
    width: 100%;
    
}

#sub_left img
{
    -webkit-border-radius: 5px;
     border-radius: 5px;
}

#pers
{
     margin-top:10px;
     padding-top: 5px;
     padding-bottom:5px;
    -webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     background-color: #F5F5F5;
   font-size: 0.9em;
     color: #444;
}


#sub_right
{
    width: 100%;
    padding-top:15px;
    font-size: 1em;
}

#sub_right img
{
    -webkit-border-radius: 5px;
     border-radius: 5px;
}

#clear
{
    clear: both;
    padding-top:10px;
}


.centerimg
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.breakline
{
    width: 80%;
    color: #ECECEC;
    height: 1px;
}


#splitleft
{
    width: 100%;
    padding-top:10px;
    
}


#splitright
{
    width: 100%;
    padding-top:10px;

}


#left_content
{
    -webkit-border-radius: 5px;
     border-radius: 5px;
    -webkit-box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     box-shadow:  0px 0px 1px 1px rgba(190, 190, 190, 1);
     background-color: #F5F5F5;
}

#left_content h3
{
	text-decoration: underline;
	line-height: 2.5em;
}


#left_content ul li
{
	list-style-type:disc;
	line-height: 1.5em;
}

.thanksbox
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%
    height: auto;
    margin-top:2em;
    padding-top: 1em;
    padding-bottom: 1em;
}


.floatclear
{
    clear: both;
} 

.offerte-container
{
    width: 95%;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
    padding:5px;
}

#form_title
{
    font-size: 1em;
    text-align:center;
    margin-bottom: 1em;
}


#form_afmetingen_textarea
{
    height: 20em;
    width: 95%;
    max-width: 100%;
    min-width: 100%;
    min-height: 5em;
}

#form_afmetingen_texarea_hint, #form_scaffolding_hint
{
    color:rgb(136, 136, 136);
}


#form_measureimage img
{
	width: 100%;
	height: auto;
	margin-top: 0.5em;
} 

#form_measuring_guide
{
    text-align:center;
} 

#form_hr
{
     border: 0; height: 1px; background: #333; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); 
} 

#form_contact_label
{
    font-weight: bolder;
    font-size: 0.8em;
    
}  

#form_contact_field
{
    margin-top: 5px;
    width: 95%;
} 

#form_contact_name
{
    width: 95%;
}  

#form_street
{
    width: 95%;
}  

#form_house_number, #form_house_addition, #form_postalcode
{
    width: 95%;
}  

#form_place
{
    width: 95%;
}  
#form_remarks
{
    width: 95%;
}  

#form_remarks_field
{

    width: 95%;
} 

#form_floortype_checkbox, #form_glasstype_checkbox
{
    width: 95%;
}  

#form_scaffolding_radio
{
    width: 95%;
}

#form_taxrate_radio
{
    width: 95%;
}


#form_business_vat, #form_business_name
{
    width: 95%;
}

#form_building_age
{
    width: 95%;
}

#form_building_age_input
{
    width: 95% !important;
}

#form_building_remarks_input
{
    width: 95% !important;
}

#form_submit
{
    display: block;
    background-color: green;
    width: 200px;
    height: 50px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 12pt;
    font-weight: bold;
}

