
#stacks_in_154_page3 {
	border: solid #C24F24;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_156_page3 {
	padding: 15px 0px 15px 0px;
}
/* Start Contact Form stack CSS code */.stacks_in_117_page3formwrap{	margin: 0;}#stacks_in_117_page3comment{display: none;height: 0px;padding: 0px;margin: 0px;}.stacks_in_117_page3mail{padding: 0;}.stacks_in_117_page3fieldset{	border: none;	outline: none;	float : none !important;	text-align: left !important;}.stacks_in_117_page3formail{}.stacks_in_117_page3fieldset{	padding: 0 20px 0 3px;}#stacks_in_117_page3 label{display: block;margin: 10px 0 0 0;padding: 0 0 5px 0;line-height: 1.1em;}#stacks_in_117_page3 label *{display: inline;}#stacks_in_117_page3 .stacks_in_117_page3input{padding: 3px 7px 3px 7px;width: 100%;font-size: 12px;background: #FFFFFF;color: #252525;margin: 0;border: 1px solid #D8D8D8;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}#stacks_in_117_page3 textarea{padding: 7px;width: 100%;font-size: 13px;border: 1px solid #D8D8D8;background: #FFFFFF;color: #252525;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}.stacks_in_117_page3sendmail{margin-top: 20px;padding: 4px 7px 4px 7px;display: block;font-size: 12px;color: #444444;border: 1px solid #cccccc;background-color: #f4f4f4;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-moz-box-shadow: inset 0px 0px 8px #ffffff;-webkit-box-shadow: inset 0px 0px 8px #ffffff;box-shadow: inset 0px 0px 8px #ffffff;background-image: -o-linear-gradient(90deg , #e6e6e6 0%, #e6e6e6 45%, #f4f4f4 52%, #f4f4f4 100%);background-image: -webkit-linear-gradient(90deg , #e6e6e6 0%, #e6e6e6 45%, #f4f4f4 52%, #f4f4f4 100%);background-image: -ms-linear-gradient(90deg , #e6e6e6 0%, #e6e6e6 45%, #f4f4f4 52%, #f4f4f4 100%);background-image: linear-gradient(90deg , #e6e6e6 0%, #e6e6e6 45%, #f4f4f4 52%, #f4f4f4 100%);background-image: -moz-linear-gradient(bottom , #e6e6e6 0%, #e6e6e6 45%, #f4f4f4 52%, #f4f4f4 100%);text-shadow: rgba(255,255,255,1) 0px 1px 0px;cursor: pointer;}#sendmail:hover{cursor: pointer;}.stacks_in_117_page3response{display: none;width: 80%;border: 1px solid #D6392B;background: #FEF4FA;padding: 10px;margin: 20px auto 0 0;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}.stacks_in_117_page3loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_117_page3autoreplay{visibility: hidden;height: 0px;}/* End Contact Form stack CSS code */

/* Start doobox Chauffeur css */


@font-face {
    font-family: 'doobutlericons';
    src: url(../files/chauffeur_files/heydings_icons-webfont.eot);
    src: url(../files/chauffeur_files/heydings_icons-webfont.eot?#iefix) format('embedded-opentype'),
         url(../files/chauffeur_files/heydings_icons-webfont.woff) format('woff'),
         url(../files/chauffeur_files/heydings_icons-webfont.ttf) format('truetype'),
         url(../files/chauffeur_files/heydings_icons-webfont.svg#heydings_icons-webfont) format('svg');
    font-weight: normal;
    font-style: normal;

}



.stacks_in_207_page3wrapper{
width: 50px;
margin: 0 auto;

display : none;

}

 

.stacks_in_207_page3bulter{
cursor: pointer;
border: 1px solid #999999;
background: #252525;
width: 50px;
height: 50px;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
font-size: 16px;
color: #FFFFFF;
text-align: center;
line-height: 50px;
margin: 5px;
z-index: 1000001;
 
 
text-shadow: 0px -1px 0px #000000;
filter: dropshadow(color=#000000, offx=0, offy=-1); 





background: #252525; /* Old browsers */
 
background: -moz-linear-gradient(top,  #3E3E3E 0%, #252525 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3E3E3E), color-stop(100%,#252525)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3E3E3E 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3E3E3E 0%,#252525 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3E3E3E 0%,#252525 100%); /* IE10+ */
background: linear-gradient(top,  #3E3E3E 0%,#252525 100%); /* W3C */


}


.stacks_in_207_page3bulter:hover{
color: #EBEBEB;
background: #252525; /* Old browsers */
 
background: -moz-linear-gradient(top,  #2F2F2F 0%, #252525 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2F2F2F), color-stop(100%,#252525)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2F2F2F 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2F2F2F 0%,#252525 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2F2F2F 0%,#252525 100%); /* IE10+ */
background: linear-gradient(top,  #2F2F2F 0%,#252525 100%); /* W3C */

}

/* end doobox Chauffeur css */

