@charset "iso-8859-1";
/* CSS Document */

.slyder_bg_color {
	background-color: #2c3400;
}

#saveoptionslide {
	border: 1px solid #2c3400;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px 0 #dad7d1;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #2c3400;
	background-repeat: repeat;
	background-position: center top;
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top,  #627d4d 3%, #1f3b08 8%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#627d4d), color-stop(8%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #627d4d 3%,#1f3b08 8%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #627d4d 3%,#1f3b08 8%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #627d4d 3%,#1f3b08 8%); /* IE10+ */
background: linear-gradient(top,  #627d4d 3%,#1f3b08 8%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */


}