.preseter{ position:fixed; top:60px; left:0px; z-index:9500 }
.preseter h3{ font-family:Verdana, Geneva, sans-serif; font-size:1.2em; margin:0.3em 0 1em; font-weight:normal; color:#eee; }
.preseter .the-icon{ position:absolute; left:100%; top:10px; background:transparent url('img/expand.png') no-repeat 0 0; width:36px; height:42px; cursor:pointer; }
.preseter .the-content{ position:relative; width:120px; border-radius:0 5px 5px 0; border:1px solid rgba(0,0,0,0.1); padding:2px 10px; color:#eee; padding-bottom:10px; 
background: #45484d;
background: -moz-linear-gradient(top, #45484d 0%, #232323 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#232323));
background: -webkit-linear-gradient(top, #45484d 0%,#232323 100%);
background: -o-linear-gradient(top, #45484d 0%,#232323 100%);
background: -ms-linear-gradient(top, #45484d 0%,#232323 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#232323',GradientType=0 );
background: linear-gradient(top, #45484d 0%,#232323 100%);
}
.preseter .alabel { font-family:Verdana, Geneva, sans-serif; font-size:11px; margin-left:2px; display:block; margin-bottom:5px;
}
.preseter .setting { margin-bottom:10px;
}
.preseter .sidenote { font-size:10px; font-style:italic; color:rgba(255,255,255,0.5); margin-bottom:10px;
}
.preseter input[type="text"]{background: none repeat scroll 0 0 #f9f9f9;
    border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #555;
    display: block;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
	width:90px;
	height:19px;
    padding: 5px;
    resize: none;
	box-shadow:0 0 2px 1px rgba(0,0,0,0.05);}
.select-wrapper{ background: url("img/select.png") no-repeat scroll right center #FAFAFA; width: 100px; height:28px; 
border-color: #CCCCCC #EEEEEE #EEEEEE #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    display: inline-block; }
.select-wrapper select{cursor: pointer;
height: 28px;
padding: 0;
margin-left:0;
opacity:0;
position: relative;
width: 100px;
z-index: 4; }
.select-wrapper span{    height: 26px;
    line-height: 26px;
    padding-left: 6px;
    position: absolute;
    z-index: 2;
	overflow: hidden;
    width: 90px;
}


.button-primary{ padding: 4px 12px; color: #ddd; background: #333; text-decoration: none; cursor: pointer; border:1px solid #777; background: #595959;
margin-top:10px;
display:inline-block;
border-radius:5px;
background: -moz-linear-gradient(top, #595959 0%, #3d3d3d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#3d3d3d));
background: -webkit-linear-gradient(top, #595959 0%,#3d3d3d 100%);
background: -o-linear-gradient(top, #595959 0%,#3d3d3d 100%);
background: -ms-linear-gradient(top, #595959 0%,#3d3d3d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#3d3d3d',GradientType=0 );
background: linear-gradient(top, #595959 0%,#3d3d3d 100%);}
  
.button-primary:hover{ background: #4c4c4c;
background: -moz-linear-gradient(top, #4c4c4c 0%, #7d7e7d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#7d7e7d));
background: -webkit-linear-gradient(top, #4c4c4c 0%,#7d7e7d 100%);
background: -o-linear-gradient(top, #4c4c4c 0%,#7d7e7d 100%);
background: -ms-linear-gradient(top, #4c4c4c 0%,#7d7e7d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#7d7e7d',GradientType=0 );
background: linear-gradient(top, #4c4c4c 0%,#7d7e7d 100%);}