/* CSS Document */
label{
	display: block;
	float:left;
}
rowElem{
	clear:both;
	padding:4px 0px;
}
.formstyle input{
border:0; 
padding:4px; 
color:#3f3e43; 
border:solid 1px #3f3e43; 
/*background-color:#333333;*/
/*margin:0 0 20px; */
margin:0 0 5px 0; 
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px;
/*-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); 
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); 
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);		*/										
}
.formstyle textarea{
border:0; 
padding:4px; 
color:#3f3e43; 
border:solid 1px #3f3e43; 
/*background-color:#333333;*/
/*margin:0 0 20px; */
margin:0 0 5px 0; 
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px;
/*-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); 
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); 
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);		*/										
}
.formstyle select{
border:0; 
padding:4px; 

color:#3f3e43; 
border:solid 1px #3f3e43; 
/*background-color:#333333;*/
margin:0 0 20px; 
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px;
/*-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); 
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); 
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);			*/									
}
.formstyle submit{
	bposition:relative;
	border: 0;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	background-color: #FFF;
	color:#3f3e43;
	padding: 2px 5px 2px 5px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
}
.formstyle label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float:left;
}
.formstyle rowElem{
	clear:both;
	padding:4px 0px;
}
.searchbutton {
	height:34px;
	line-height:34px;
	color: #FFF;
	background-color:#f1582a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #f1582a;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
	cursor: pointer;
    cursor: hand;
}
.styled-select select {
   background: transparent;
   width: 200px;
   padding: 2px;
   font-family:'aller_lightregular', Sans-Serif;
   font-size:14px;
   color:#000000;
   line-height: 1;
   border: 0;
   height: 24px;
   -webkit-appearance: none; 
    border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
   }
   .styled-select {
   width: 180px;
   height: 24px;
   overflow: hidden;
   background: url(../picture_library/select_arrow.png) no-repeat right #FFF;
   border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
-webkit-box-shadow: 2px 2px 5px 0px #656565;
-o-box-shadow: 2px 2px 5px 0px #656565;
box-shadow: 2px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
   }
.styled-select-chain select {
   background: transparent;
   width: 100px;
   padding: 2px;
   font-family:'aller_lightregular', Sans-Serif;
   font-size:12px;
   color:#000000;
   line-height: 1;
   border: 0;
   height: 24px;
   -webkit-appearance: none; 
    border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
   }
   .styled-select-chain {
   width: 80px;
   height: 24px;
   overflow: hidden;
   background: url(../picture_library/select_arrow.png) no-repeat right #FFF206;
   border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
-webkit-box-shadow: 2px 2px 5px 0px #656565;
-o-box-shadow: 2px 2px 5px 0px #656565;
box-shadow: 2px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
   }   
 .styled-select-short select {
   background: transparent;
   width: 165px;
   padding: 2px;
   font-family:'aller_lightregular', Sans-Serif;
   font-size:14px;
   color:#000000;
   line-height: 1;
   border: 0;
   height: 24px;
   -webkit-appearance: none; 
    border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
   }
   .styled-select-short {
   width: 140px;
   height: 24px;
   overflow: hidden;
   background: url(../picture_library/select_arrow.png) no-repeat right #FFF;
   border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
-webkit-box-shadow: 2px 2px 5px 0px #656565;
-o-box-shadow: 2px 2px 5px 0px #656565;
box-shadow: 2px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
   }
     .styled-select-ultrashort select {
   background: transparent;
   width: 100px;
   padding: 2px;
   font-family:'aller_lightregular', Sans-Serif;
   font-size:14px;
   color:#000000;
   line-height: 1;
   border: 0;
   height: 24px;
   -webkit-appearance: none; 
    border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
   }
   .styled-select-ultrashort {
   width: 85px;
   height: 24px;
   overflow: hidden;
   background: url(../picture_library/select_arrow.png) no-repeat right #FFF;
   border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
-webkit-box-shadow: 2px 2px 5px 0px #656565;
-o-box-shadow: 2px 2px 5px 0px #656565;
box-shadow: 2px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
   }
   .styled-qty select {
   background: transparent;
   width: 60px;
   padding: 2px;
   font-family:'aller_lightregular', Sans-Serif;
   font-size:14px;
   color:#000000;
   line-height: 1;
   border: 0;
   height: 24px;
   -webkit-appearance: none; 
    border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
   }
   .styled-qty {
   width: 40px;
   height: 24px;
   overflow: hidden;
   background: url(../picture_library/select_arrow.png) no-repeat right #FFF;
   border-radius: 2px;
   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
-webkit-box-shadow: 2px 2px 5px 0px #656565;
-o-box-shadow: 2px 2px 5px 0px #656565;
box-shadow: 2px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
   }
   .styled-submit{
	position:relative;
	border: 0;
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
	margin-left:5px;
}
.styled-contact-submit{
	position:relative;
	border: 0;
	width:242px
	;height: 45px;
	margin-top:5px;
	color:#3f3e43;
	background-color: #FFF;
	padding: 2px 5px 2px 5px;
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #757575 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#757575)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#757575 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#757575 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#757575 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#757575 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#757575',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
    cursor: hand;
	margin-left:5px;
	font-size:16px;
	font-weight:bold;
}