/*standaardelementen fomulier in content */


#Content .FormStyle img
{
    border: none;
    margin:0px;
}

#Content .FormStyle 
{
    font-size: 12px;
}

#Content .FormStyle td
{
    padding-top: 5px;
}

#Content .FormStyle input[type="text"] 
{

    border: 1px solid #e1cd9d; 
    margin-right: 10px; 
    margin-top: 2px;
    margin-left: 0px;
    padding-left: 3px;
    height: 17px; 
    }

#Content .FormStyle select 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    border: 1px solid #e1cd9d; 
	color: #404040; 
	font-size: 11px;
    /* margin-top: 20px; */
    height: 20px;

}

#Content .FormStyle select option{ 
	height: 22px;
	color: #404040;
}

#Content .FormStyle textarea
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    border: 1px solid #e1cd9d; 
	color: #404040; 
	font-size: 11px;
	padding: 2px 2px 0px 2px;
	margin-top: 2px; 
	width:450px;
	
}
#Content .FormStyle button[type="button"]  
{
    border: 1px solid #ad9663; 
    margin-top: 0px;
    margin-right: 10px;
    display: inline; 
    float: right; 
    height: 23px; 
    padding-right: 14px;
    padding-bottom: 3px;
    font-size: 10px; 
    line-height: 1.7em; 
    letter-spacing: 1px; 
    font-family: Georgia, Times New Roman; 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
    background: #ad9663 url(../images/buttons/btn-formbtn.gif) 100% 5px no-repeat; 
    border-right: 1px solid #ad9663; 
    cursor: pointer;
    
    }
    
#Content .FormStyle button[type="button"]:hover 
    {
    background-color: #10007b; 
    background-position: 100% -95px;
    border-color: #10007b 
        }


    
#Content .FormStyle button[type="reset"]  
{
    border: 1px solid #ad9663; 
    margin-top: 0px;
    display: inline; 
    float: left; 
    height: 23px; 
    padding-right: 17px;
    font-size: 10px; 
    line-height: 1.7em; 
    letter-spacing: 1px; 
    font-family: Georgia, Times New Roman; 
    text-transform: uppercase; 
    color: #ad9663; 
    text-align: center; 
    background: #FFFFFF url(../images/buttons/btn-formbtn.gif) 100% -195px no-repeat; 
    border-right: 1px solid #ad9663; 
    cursor: pointer;
    padding-bottom: 3px;
    }
    
#Content .FormStyle button[type="reset"]:hover 
    {
    color: #10007b;
    background-color: #FFFFFF; 
    background-position: 100% -295px;
    border-color: #10007b 
        }

/* buttons date edit field*/

#Content .FormStyle .DateEdit button[type="button"]  
{
    visibility:hidden;
    height: 1px;
    width: 1px;
	
    
    }

#Content .FormStyle .DateEdit button img
{
   visibility:hidden;
   height: 1px;
   width: 1px;
    
    }

#Content .FormStyle .DateEdit input {

   margin-right: 5px;
}

/* buttons styles for verification page */


#Content #FormOK .formcaption {

width: 80px;}


.formoutput {

  background: url(../../internet/images/backgrounds/bg-dotline-onwhite.gif) top repeat-x; 
  margin-bottom: 0; 

}


#tb_FormOK td {

  background: url(../../internet/images/backgrounds/bg-dotline-onwhite.gif) top repeat-x; 
  margin-bottom: 0;
  padding-top: 30px; 

}

.formoutput .formcaption{

   width: 130px;
   padding: 0 0 8px 0;
   display: block;
}


.formoutput .formvalue {
   width: 160px;
   padding: 0 0 0 15px;
   font-weight: bold;
}



#Content #FormOK .formvalue {
	
}

#Content #FormOK button[type="button"]  
{
    border: 1px solid #ad9663; 
    margin-top: 0px;
    margin-right: 0px;
    display: inline; 
    float: right; 
    height: 23px; 
    padding-right: 14px;
    padding-bottom: 3px;
    font-size: 10px; 
    line-height: 1.7em; 
    letter-spacing: 1px; 
    font-family: Georgia, Times New Roman; 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
    background: #ad9663 url(../images/buttons/btn-formbtn.gif) 100% 5px no-repeat; 
    border-right: 1px solid #ad9663; 
    cursor: pointer;
    
    }
    
#Content #FormOK button[type="button"]:hover 
    {
    background-color: #10007b; 
    background-position: 100% -95px;
    border-color: #10007b 
        }



#Content #FormOK button[type="reset"] 
{
    border: 1px solid #ad9663; 
    margin-top: 0px;
    margin-left: -7px;
    display: inline; 
    float: left; 
    height: 23px; 
    padding-left: 18px;
    padding-bottom: 3px;
    font-size: 10px; 
    line-height: 1.7em; 
    letter-spacing: 1px; 
    font-family: Georgia, Times New Roman; 
    text-transform: uppercase; 
    color: #fff; 
    text-align: center; 
    background: #ad9663 url(../images/buttons/btn-formbtn_back.gif) 2% 5px no-repeat; 
    border-right: 1px solid #ad9663; 
    cursor: pointer;
    
    }

   
#Content #FormOK button[type="reset"]:hover 
    {
    background-color: #10007b; 
    background-position: 2% -95px;
    border-color: #10007b 
        }

.formoutput .heading {margin: 0; padding: 15px 0 15px 0; color:#947942; font-size: 16px; font-family: Georgia, Times New Roman; }
.formoutput .heading td {margin: 0; padding: 0 0 15px 0; color:#947942; font-size: 16px; font-family: Georgia, Times New Roman; }



        
 /* Calendar styles */
 
  


#Content .FormStyle  input.btn-show 
{
    width: 65px;
    height: 22px;
    margin-top: 10px;
    padding-right:20px; 
    background: #fff url(../images/links/link-arrow-r-11px.gif) 50px 4px no-repeat; 
    padding-top: 0px; 
    color: #947942; 
    border: 1px solid #e1cd9d;
    cursor: pointer;
    text-transform: uppercase; 
    font-family: Times New Roman, Georgia;
    letter-spacing: 2px; 
    font-size: 9px;
    line-height: 1.8em; letter-spacing: 2px; font-family: Times New Roman, Georgia;
    }

#Content .FormStyle input.btn-show:hover 
{
    background-position: 50px -194px; 
    border-color: #10007b; 
    color: #10007b; 
    }


.form-block.style01 .heading {margin: 0; padding: 0 0 15px 0; color:#947942; font-size: 16px; font-family: Georgia, Times New Roman; }
.form-block.style01 .heading td {margin: 0; padding: 0 0 15px 0; color:#947942; font-size: 16px; font-family: Georgia, Times New Roman; }

#tb_Form {width: 98%;}

.note {width: 96%;}




form input[type="file"]
{
    color: #000;
    border: 1px solid #e1cd9d; 
    padding: 3px;
    background: #FFFFFF;
}



/*elementen voor gelabelde formulieren */


.labelinformation {

   Display: block;
   margin-left: 0px;
   width: 12x;
   height: 12x;
   padding: 7px;
   position: absolute;
   background: #f7edd8 url(../images/form/ico_info.png) no-repeat right top;
   cursor:pointer;
   margin-top:2px;

}
.labelinformation_show {

   Display: block;
   font-size: 11px;
   line-height: 18px;
   color: #947942;
   margin-left: -178px;
   width: 180px;
   position: absolute;
   border: 1px solid #e1cd9d;
   padding: 10px 5px 0px 5px;
   background: #f7edd8 url(../images/form/ico_info_close.png) right top no-repeat; 
   cursor:default;
   margin-top:2px;
}

.labelinformation  ul {
   display: none;
   list-style: none;
   padding: 0px;
   margin: 0px;
   background:none;
}


li.information
{
   background:none;
   margin:0px;

}

li.information b
{
   margin:-7px;

}

@-moz-document url-prefix() {
li.information b
{
   margin:-8px;

}
 }

body form ul li {


}


.labelinformation li {
   list-style: none;
   background: none;


}


.infolabel {

  width:12px;
  margin: 0px 0 0 0 ;
  padding: 0px;
  line-height: 0px;
  font-size: 1px;

}



.form_fieldname {

   width:80px;

}

.form_field {

}

.inputtext {
   width: 100px;
   border: 1px solid #e1cd9d; 
}

.label_form {
   margin-left: -18px;
}


.form_bottom {
   color: #FFFFFF;
   font-size: 1px;
   padding-top: 5px; 
   padding-left:10px; 
   background: url(../../internet/images/backgrounds/bg-dotline-onwhite.gif) 0 0 no-repeat}
}



 /* Thank page styles */

#PageContainer .bedanktpagina img {

border: 0px;
}

.bedanktpagina td a{

  text-decoration: none;
  border-bottom: 0px;
}
