.preseter{ position:fixed; top:60px; left:0px; z-index:9500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preseter *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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:140px; 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:15px;
}
.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:25px;
    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;
}



div.button-primary{
    width: 100%;
    display: block;
    text-align: center;
}

.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%);
opacity: 0.95;
}
  
.button-primary:hover{

    opacity: 1;

}

a.button-primary:hover{
    color: inherit;
}



.option-selecter-con{

}

div.option-selecter-object{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.option-selecter-object{
    border: 1px solid rgba(255,255,255,0.1);
    padding: 3px 10px;
    cursor: pointer;
}
.option-selecter-object.active{
    border: 1px solid rgba(255,67,67,0.5);
}
