#chainselect { padding: 10px; }

#chainselect_wrap select { margin: 10px 0 !important; padding: 3px !important; width: 100% !important; 
  -webkit-box-shadow:rgba(255, 255, 255, 0.74902) 0 1px 0;
  background-image:-webkit-gradient(linear, 0 0%, 0 100%, color-stop(0.01, #F8F8F8), to(#E1E1E1));
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #BBBBBB;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(255, 255, 255, 0.74902) 0 1px 0;
  color:#666666;
  cursor:default;
  float:right;
  height:32px;
  outline:none;
  position:relative;
  text-align:left;
  text-decoration:none;
  vertical-align:middle;
}

#chainselect_wrap { margin: 10px 0 !important; padding: 5px 10px !important; }

#chainselects_submit  {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	margin-top: 10px;
	padding:0px;
    border-radius: 4px;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
	cursor:pointer;
}

#chainselects_submit {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #cccccc;
	-moz-box-shadow: 0 1px 2px rgba(170, 170, 170, 0.2), inset 0px 1px 0px #f8f8f8;
	-webkit-box-shadow: 0 1px 2px rgba(170, 170, 170, 0.2), inset 0px 1px 0px #f8f8f8;
	box-shadow: 0 1px 2px rgba(170, 170, 170, 0.2), inset 0px 1px 0px #f8f8f8;
	color: #666666;	text-shadow: 0px 1px #ffffff;

	}

#chainselects_submit:hover {
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
	border: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	color: #444444;
}

#chainselects_submit:active {
	background: #eeeeee;
	box-shadow: none;
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
}

#chainselect_wrap #chainselects_loading { background: url(ajax-loader.gif) no-repeat center; !important; display: none; float: right !important; height: 30px !important; margin: 5px 0 0 0 !important; width: 55px !important; } 

