.bkbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.bkbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
    text-decoration:none;
}.bkbutton:active {
	position:relative;
	top:1px;
}
  .ui-slider .ui-slider-handle {  
        position: absolute;  
        z-index: 2;
        cursor: pointer;  
        background: url('images/slider/pointer.png') no-repeat 50% 50%;  
        outline: none;
        border:none;
        top: -15px;
    } 
    .ui-slider .ui-slider-range-min {
        background: url('images/slider/filled.png') repeat-x;
        z-index:1;
    }
    .ui-slider {
        background: url('images/slider/unfilled.png') repeat-x;
        z-index:1;
    }

a, a:link, a:visited { color: #000; font-weight: normal; text-decoration: none }
a:hover { color: #096; text-decoration: underline; }
h2 { font-size: 38px; margin: 0 0 0px; padding: 5px 0; color: #333; font-weight: normal; 	font-family: droid sans; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

#main {
	clear: both;
	width: 960px;
	padding: 60px 0 20px;
}

#content {
	float: left;
	width: 630px;
}

#chooseplan {
    width: 960px;
    position: relative; margin-top:180px;
}
#chooseplan .sb{
    width:190px;
    float:left;
}
#chooseplan .lb{
    width:290px;
    float:left;
}
#chooseplan h2 {
    text-shadow: 1px 1px black;
    color: white;
    font-size: 42px;
}
#chooseplan p {
	font-family: 'OpenSansRegular';
    font-size: 16px;
    color: #999;
}
#chooseplan a {
	font-family: 'OpenSansRegular';
    font-size: 40px;
    text-decoration: none;
    color: white;
    text-align: center;
}
#chooseplan input {
	font-family: 'OpenSansRegular';
    background: #F7BC41;
    border: 0;
    font-size: 18px;
    color: #000;
    width: 100px;
	   text-align:center;
}
#chooseplan .order {
	font-family: 'OpenSansRegular';
   	font-size:34px;
	color:#FFF;
	width:250px;
	padding-top:0px;
	background:d89736;
	
}
#chooseplan label .mored {
	font-family: 'OpenSansRegular';
   	font-size:20px;
	color:#000;
	width:250px;
	
}
#chooseplan label {
	font-family: 'OpenSansRegular';
    font-size: 12px;
	text-align:center;
}
#chooseplan .box {
    width: 175px;
    height: 42px;
	 padding: 5px 2px 2px 2px;
    position: relative;
    background-color: #F7BC41;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
	font-size:20px;
    float: left;
}
#chooseplan .box .pricelb {
   font-size:20px;
}
#chooseplan .box .price
{
	padding-top:8px;
}
#chooseplan .box a{
    font-size:30px;
	}
#chooseplan .box a hover{
    font-size:30px;
	color:#000;
	}
#chooseplan .orderbox {
    width: 175px;
    height: 48px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 7px;
    margin-left: 7px;
    margin-top: 3px;
    float: left;
    background: #d89736;
    background: -moz-linear-gradient(top,  #0574b1 0%, #0574b1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0574b1), color-stop(100%,#0574b1));
    background: -webkit-linear-gradient(top,  #0574b1 0%,#0574b1 100%);
    background: -o-linear-gradient(top,  #0574b1 0%,#0574b1 100%);
    background: -ms-linear-gradient(top,  #0574b1 0%,#0574b1 100%);
    background: linear-gradient(to bottom,  #0574b1 0%,#0574b1 100%);
}
#chooseplan .orderbox input{
	background:none;
	color:#fff;
	font-weight:bold;
	width:150px;
}
#chooseplan .orderbox label a{
	background:none;
	font-size:12px;
	text-decoration:underline;
}
.ps_server {
	background-image:url('./images/serverw.png');
    width:84px;
    height:110px;
    margin:auto;
    background-repeat:no-repeat;
    background-position:bottom;
	
}
.ps_servern {
    background-image:url('./images/serverw.png');
    background-repeat:no-repeat;
    width:84px;
    height:50px;
}

#s_1 {
    background-image:url('./images/server1.png');
}
#s_2 {
    background-image:url('./images/server2.png');
}
#s_3 {
    background-image:url('./images/server3.png');
}
#s_4 {
    background-image:url('./images/server4.png');
}