#container
{
    width: 940px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #3C3C3C;
}

#sub_left
{
    padding:5px;
    height: auto;
    width: 680px;
}

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

#pers
{
     margin-top:10px;
     padding-top: 5px;
     padding-left:5px;
     padding-right: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: 11px;
     color: #444;
}

#sub_right
{
    float: right;
    width: 220px;
    padding:5px;
    padding-top:15px;
}

#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: 50%;
    float:left;
    padding-top:10px;
    
}


#splitright
{
    width: 50%;
    float:right;
    padding-top:10px;
}


#left_content
{
    padding: 10px;
    -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
{
	padding-top: 10px;
	text-decoration: underline;
	padding-bottom: 5px;
}

#left_content ul
{
	padding-left: 25px;
}

#left_content ul li
{
	list-style-type:disc;
	padding-top: 2px;
}  padding-top:10px;
}

.thanksbox
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height: auto;
    padding-top: 10px;
}


.floatclear
{
    clear: both;
} 

.offerte-container
{
    width: 710px;
    left: 50%;
    margin-left: -450px;;
    position: relative;
    background-color: white;
    padding: 20px 20px 20px 20px;
}

#form_title
{
    font-size: 12pt;
    text-align:center;
    margin-bottom: 20px;
}

#form_measurements
{
    width: 200px;
    float: left; 
} 

#form_afmetingen_textarea
{
    height: 450px;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    min-height: 450px;
}

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


#form_measureimage
{
    float:right;
} 

#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: 8pt;
    
}  

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

#form_contact_name
{
    width: 236px;
    float: left;
}  

#form_street
{
    width: 316px;
    float: left;
}  

#form_house_number, #form_house_addition, #form_postalcode
{
    width: 120px;
    float: left;
    padding-right: 10px;
}  

#form_place
{
    width: 316px;
    float: left;
}  
#form_remarks
{
    width: 390px;
    float: left;
}  

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

#form_floortype_checkbox, #form_glasstype_checkbox
{
    width: 236px;
    float: left;
}  

#form_scaffolding_radio
{
    width: 250px;
    float: left;
}

#form_business_vat, #form_business_name, #form_taxrate
{
    width: 236px;
    float: left;
}

#form_building_age
{
    width: 160px;
    float: left;
}

#form_building_age_input
{
    width: 140px !important;
}

#form_building_remarks_input
{
    width:540px !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;
}

