body{
	padding:22px 20px 20px;
	margin:0;
	background:#F7FDF7;
	font-size:100%;
	font-family:tahoma, verdana, arial;
}
body#small_page{
	padding:0 10px;
	font-size:.8em;
	background:#fff;
}
.hidden{
	visibility:hidden;
}
#TB_overlay {
  background-color: #000; /* ......... ..... */
  height: 100%; /* ........ .................... */
  left: 0; /* ............ ........ ......... */
  opacity: 0.50; /* ............ ................... */
  position: fixed; /* ........................ .................. */
  top: 0; /* ............ ........ ........ */
  width: 100%; /* ........... .................... */
  z-index: 100; /* ............... ..... ... ............ .................. */
}
#extreme{
	margin:0 auto;
	width:760px;
	background:#fff;
	margin-bottom:10px;
	padding:10px;
	padding-left:40px;
	background:#FF6C5A url('/img/icon/exclamation.png') no-repeat 13px 50%;
	font-size:.8em;
	color:#fff;
}
#page{
	margin:0 auto;
	width:810px;
	background:#fff;
	padding-bottom:10px;
	border:1px solid #E4E4E4;
}
#logo{
	margin:17px;
	margin-right:0;
	float:left;
}
#logo a{
	float:left;
	width:155px;
	height:29px;
	text-indent:-9999px;
	background:url('/img/logo.gif') no-repeat;
}
#auth{
	float:right;
	margin:12px 12px 0 0;
	margin-bottom:0;
	margin-left:0;
	width:505px;
}
#auth table{
	float:right;
	border-collapse:collapse;
}
#auth td{
	font-size:.65em;
	color:#39AC39;
	padding-right:3px;
	text-align:right;
}
#auth input.text{
	padding:0 2px;
	border:1px solid #ccc;
	width:200px;
}
#auth button.submit{
	float:right;
	height:40px;
	padding-bottom:5px;
	font-size:.75em;
}
#left-menu{
	clear:both;
	float:left;
	width:193px;
}
#left-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#left-menu li{
	float:left;
}
#left-menu a{
	float:left;
	width:173px;
	padding:4px 0 6px 20px;
	font-size:1.05em;
	color:#66CC66;
}
#left-menu .active a{
	color:#fff;
	background:#66cc66 url('/img/menu-active-bg.gif') repeat-y left;
}
#left-menu ul ul a{
	float:left;
	width:158px;
	padding:4px 0 6px 35px;
	font-size:.7em;
	color:#2D872D;
	background:url('/img/submenu.gif') no-repeat 22px 50%;
}
#left-menu .active ul a{
	color:#2D872D;
	background:url('/img/submenu.gif') no-repeat 22px 50%;
	backgrounc-color:none;
}
#left-menu .active ul .active a{
	font-weight:bold;
}

.clear{clear:both;}
#content{
	float:left;
	width:593px;
	padding:5px 0;
	margin-left:10px;
	border:1px solid #E4E4E4;
	background:#fcfcfc;
	font-size:.8em;
}
#footer{
	margin:0 auto;
	width:810px;
	margin-top:10px;
	font-size:.7em;
	color:#66c966;
}
#footer p{
	margin:0;
	text-align:right;
}
#footer a{
	color:#2D872D;
}
#copyright{
	text-align:right;
}
#content .big_error{
	text-align:center;
	display:block;
	font-size:10em;
	color:#333;
}
.big_error small{
	font-size:0.08em;
	font-weight:normal;
}
#content h1{
	font-weight:normal;
	margin:0;
	font-size:1.7em;
	color:#66cc66;
	margin-bottom:10px;
}
#page_error{
	margin:5px 0 10px;
	padding:0 10px;
	border-top:2px solid #FFC3B5;
	border-bottom:2px solid #FFC3B5;
	padding-left:35px;
	background:#FFEDE9 url('/img/icon/slash.png') no-repeat 10px 50%;
}
#page_accept{
	margin:5px 0 10px;
	padding:0 10px;
	border-top:2px solid #8ED594;
	border-bottom:2px solid #8ED594;
	padding-left:35px;
	background:#D9F1DD url('/img/icon/tick_circle_frame.png') no-repeat 10px 50%;
}
#page_notify_friendly{
	margin:5px 0 10px;
	padding:0 10px;
	border-top:2px solid #8ED594;
	border-bottom:2px solid #8ED594;
	padding-left:35px;
	background:#ff8c00 no-repeat 10px 50%;
}
#page_error p{
	margin:5px 0;
}
#authinfo{
	font-size:.7em;
	color:#666;
}
#authinfo p{
	text-align:right;
	margin:0;
}
#authinfo b{
	color:#333;
}
#authdata div{
	float:right;
	margin:0 10px;
}
#authdata p{
	margin:4px 0 4px 0;
	text-align:center;
	font-size:.7em;
}
#tabs{
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	width:583px;
	padding-left:10px;
	margin-top:5px;
	background:url('/img/point.gif') repeat-x bottom;
}
#tabs li{
	float:left;
}
#tabs a{
	float:left;
	padding:0 10px;
	height:25px;
	line-height:25px;
	font-size:.9em;
	color:blue;
}
#tabs .active a{
	border:1px solid #e4e4e4;
	border-bottom:1px solid #fff;
	background:#fff;
	color:#333;
	font-weight:bold;
}
#news{
	margin:10px 10px 5px;
}
.new{
	clear:both;
	float:left;
	width:513px;
	margin:10px 0;
}
.new small{
	float:left;
	color:#666;
	margin-top:5px;
	margin-left:10px;
}
.new h2{
	float:left;
	margin:0;
	font-weight:normal;
	font-size:1.3em;
	padding-left:12px;
	background:url('/img/new.gif') no-repeat left;
}
.new .title{
	margin-bottom:5px;
}
.new .text{
	float:left;
	clear:both;
	width:501px;
	padding-left:12px;
}
.page{
	clear:both;
	padding:0 10px 10px 10px;
}
.white{
	clear:both;
	background:#fff;
	border-bottom:1px solid #e4e4e4;
	float:left;
	width:100%;
}
.white .page{
	margin:10px 0;
}
.form table{
	margin:0 auto;
}
.form th{
	text-align:right;
}
.form .text{
	width:250px;
}
.form .info td{
	font-size:.8em;
	color:#666;
}
.form input{
	vertical-align:middle;
}
.page hr{
	border:0;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
}
.table{
	border-collapse:collapse;
	width:100%;
	clear:both;
	margin-top:5px;
	border-bottom:2px solid #ccc;
}
.table th{
	background:#f0f0f0;
	border-bottom:2px solid #ccc;
	padding:5px;
}
.table td{
	padding:5px;
}
.table .hover td{
	background:#E2F0FD;
}
.table .select td{
	background:#DDECC0;
}
.table h4{
	margin:0;
}
#myfile small{
	display:block;
	color:#999;
}
#myfile small a{
	color:#2D872D;
}
.listing{
	margin:10px 0 10px;
	height:20px;
}
.listing ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
.listing li{
	float:left;
}
.listing a{
	float:left;
	padding:3px 7px;
	background:#f0f0f0;
	margin-right:1px;
	color:#333;
}
.listing a:hover{
	background:#ccc;
}
.listing .active a{
	background:#D8F1D8;
	color:#359135;
	padding:2px 6px;
	border:1px solid #359135;
}
#mymoney small{
	display:block;
	color:#666;
}
#mymoney p{
	color:#666;
	margin:0;
	font-size:.8em;
}
#mymoney img{
	margin-right:5px;
}
#mymoney img{
	vertical-align:middle;
}
#mymoney .opacity{
	color:#999;
}
#mymoney .name{
	font-weight:bold;
}
#mymoney .opacity a{
	color:#A4A5FF;
	font-weight:normal;;
}
#upload_single input{
	vertical-align:middle;
}
#upload_single{
	width:355px;
	height:120px;
	margin:30px auto 0;
	text-align:center;
}
#upload_single p{
	margin:0;
}
#upload_single center{
	margin-top:10px;
}
#upload-progress{
	display:none;
	position:relative;
	top:25px;
}
#upload-progress #bar{
	width:355px;
	height:25px;
	background:#DBDBDB url('/img/progress-bg.gif') no-repeat;
	text-align:left;
}
#upload-progress #bar div{
	height:23px;
	width:0;
	position:relative;
	float:left;
	top:1px;
	left:1px;
	background:#00D328 url('/img/progress-active.gif') repeat-x;
}
#upload-progress #info, #swfup_table .info{
	margin-top:2px;
	width:355px;
	clear:both;
}
#upload-progress #info table, #swfup_table .info table{
	width:100%;
	font-size:.7em;
	color:#002786;
}
#swfup_table .info a{
	font-size:1em;
	padding:2px 0;
	color:green;
}
#swfup_table .info font{
	font-size:1em;
}
#upload-progress #info .stat, #swfup_table .info .stat{
	width:150px;
	text-align:left;
}
#upload-progress #info .percent, #swfup_table .info .percent{
	width:55px;
	text-align:center;
}
#upload-progress #info .speed, #swfup_table .info .speed{
	width:150px;
	text-align:right;
}
#upload-progress #info .time{
	text-align:left;
}
#upload-progress #info .lefttime{
	text-align:right;
}
#swfup_table{
	margin:10px;
	width:514px;
}
#swfup_table a img{
	border:0;
}
#swfup_table .bar{
	width:355px;
	height:25px;
	background:#DBDBDB url('/img/progress-bg.gif') no-repeat;
	text-align:left;
}
#swfup_table .bar div{
	height:23px;
	width:0;
	position:relative;
	float:left;
	top:1px;
	left:1px;
	background:#00D328 url('/img/progress-active.gif') repeat-x;
}
#swfup_table .name{
	position:absolute;
	margin-top:-21px;
	margin-left:40px;
	_margin-left:8px;
	font-weight:bold;
	z-index:10;
}
#swfup_table .name img{
	vertical-align:-2px;
}
#upload_mass{
	margin-top:10px;
	text-align:center;
}
#premium-table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
#premium-table th{
	background:#EBF8EB;
	padding:5px 0;
	border-bottom:2px solid #66CC66;
	border-left:1px solid #C5EAC5;
	width:90px;
}
#premium-table th div{
	position:absolute;
	margin-top:-29px;
	float:left;
	text-align:center;
	padding-bottom:10px;
	padding-top:3px;
	background:url('/img/you.gif') no-repeat 50% bottom;
	width:110px;
}
#premium-table td{
	text-align:center;
	padding:5px 0;
	border-left:1px solid #C5EAC5;
}
#premium-table .hover td{
	background:#C5EAC5;
}
#premium-table .hover td.title{
	background:#B2E3B2;
}
#premium-table td.title{
	text-align:left;
	font-weight:normal;
	background:#EBF8EB;
	padding-left:10px;
}
#premium-table td.title, #premium-table th.first{
	border-left:0;
	width:auto;
}
#premium-price{
	width:100%;
	border-collapse:collapse;
}
#premium-price td{
	vertical-align:top;
}
#premium-price input{
	width:80px;
}
#premium-price th{
	background:#EBF8EB;
	padding:5px 0;
	border-bottom:2px solid #66CC66;
	border-left:1px solid #C5EAC5;
}
#premium-price td.first, #premium-price th.first{
	border-left:0;
}
#premium-price td{
	text-align:center;
	padding:5px 0;
	border-left:1px solid #C5EAC5;
}
#premium-price b{
	font-size:1.3em;
	margin-top:5px;
	display:block;
	font-weight:normal;
}
#premium-price input{
	margin:10px 0 0;
}
#download{
	width:100%;
	margin-bottom:40px;
}
#download th{
	width:120px;
	text-align:right;
	padding-right:10px;
	font-weight:normal;
	color:#333;
}
#download td{
	font-size:1.3em;
	color:#666;
}
#download .name td{
	color:#000;
}
#download td img{
	vertical-aligm:middle;
}
#pay-method{

}
#pay-method .other{
	width:550px;
	border:1px solid #D7D774;
	background:#FAFAEC;
	padding:5px 10px;
	margin-top:10px;
}
#pay-method .active{
	width:550px;
	border:1px solid #66A9CC;
	background:#EBF4F8;
	padding:5px 10px;
	margin:10px 0 0;
}
#pay-method h2{
	font-size:1.2em;
	margin:0;
	padding:0 0 0 24px;
	color:#2E697E;
}
#pay-method h2.sms{
	background:url('/img/icon/mail.png') no-repeat left;
}
#pay-method h2.webmoney{
	background:url('/img/icon/webmoney.gif') no-repeat left;
}
#pay-method h2.yandexd{
	background:url('/img/icon/yd.gif') no-repeat left;
}
#pay-method h2.zpayment{
	background:url('/img/icon/zp.png') no-repeat left;
}
#pay-method h2.robox{
	background:url('/img/icon/roboxchange.png') no-repeat left;
}
#pay-method h2.paypal{
	background:url('/img/icon/paypal.png') no-repeat left;
	padding-left:225px;
}
#pay-method h2.moneybookers{
	background:url('/img/icon/moneybookers.gif') no-repeat left;
	padding-left:40px;
}
#pay-method h2.libertyreserve{
	background:url('/img/icon/liberty_reserve.png') no-repeat left;
	padding-left:55px;
}
#pay-method h2.perfectmoney{
	background:url('/img/icon/perfect_money.gif') no-repeat left;
	padding-left:20px;
}
#pay-method h2.liqpay{
	background:url('/img/icon/liqpay.png') no-repeat left;
	padding-left:50px;
}
#pay-method h2.webtopay{
	background:url('/img/icon/paysera.gif') no-repeat left;
	padding-left:125px;
}
#pay-method h2.paylink{
        background:url('/img/icon/paylinkcc.gif') no-repeat left;
        padding-left:80px;
}
#pay-method h2.jungle{
        background:url('/img/icon/jungle.gif') no-repeat left;
        padding-left:80px;
}
#pay-method h2.visa{
        background:url('/img/icon/visa.png') no-repeat left;
        padding-left:50px;
}
#pay-method h2.neosurf{
        background:url('/img/icon/neosurf.png') no-repeat left;
        padding-left:53px;
}
#pay-method h2.polipayment{
        background:url('/img/icon/polipayment.png') no-repeat left;
        padding-left:45px;
}
#pay-method h2.enets_sg{
        background:url('/img/icon/enets.png') no-repeat left;
        padding-left:75px;
}
#pay-method h2.nganluong_vn{
        background:url('/img/icon/nganluong.png') no-repeat left;
        padding-left:32px;
}
#pay-method h2.dragonpay_ph{
        background:url('/img/icon/dragonpay.png') no-repeat left;
        padding-left:90px;
}
#pay-method h2.dineromail_ar{
        background:url('/img/icon/dineromail.png') no-repeat left;
        padding-left:125px;
}
#pay-method h2.redpagos_uy{
        background:url('/img/icon/redpagos.png') no-repeat left;
        padding-left:125px;
}
#pay-method h2.paybyme_tr{
        background:url('/img/icon/paybyme.png') no-repeat left;
        padding-left:62px;
}
#pay-method h2.ttnet_tr{
        background:url('/img/icon/ttnet.png') no-repeat left;
        padding-left:62px;
}
#pay-method h2.easypayua{
        background:url('/img/icon/easylogo2.gif') no-repeat left;
        padding-left:75px;
}
#pay-method h2.okpay{
	background:url('/img/icon/okpay.gif') no-repeat left;
	padding-left:55px;
}
#pay-method h2.astropay{
	background:url('/img/icon/astropay.png') no-repeat left;
	padding-left:79px;
}
#pay-method h2.cashu{
	background:url('/img/icon/cashu2.png') no-repeat left;
	padding-left:52px;
}
#pay-method h2.paysafecard{
	background:url('/img/icon/paysafe.png') no-repeat left;
	padding-left:58px;
}
#pay-method h2.giropay{
	background:url('/img/icon/giro.png') no-repeat left;
	padding-left:58px;
}
#pay-method h2.sofort{
	background:url('/img/icon/sofort.png') no-repeat left;
	padding-left:48px;
}
#pay-method h2.bitcoin{
	background:url('/img/icon/bitcoin.png') no-repeat left;
	padding-left:25px;
}
#pay-method h2.paymentwall{
	background:url('/img/icon/paymentwall.png') no-repeat left;
	padding-left:45px;
}
#pay-method h2.altpay{
	background:url('/img/icon/logo_sml.gif') no-repeat left;
	padding-left:75px;
}
#pay-method h2.visamaster{
	background:url('/img/icon/visamaster.gif') no-repeat left;
	padding-left:90px;
}
#pay-method h2.mastercard{
	background:url('/img/icon/mastercard.png') no-repeat left;
	padding-left:42px;
}
#pay-method h2.visamasteramexjcb{
	background:url('/img/icon/visamasteramexjcb.png') no-repeat left;
	padding-left:100px;
}
#pay-method h2.openbucks_big{
	background:url('/img/icon/openbucks.png') no-repeat left;
	padding-left:115px;
}
#pay-method h2.mk{
	background:url('/img/icon/mk.gif') no-repeat left;
	padding-left:65px;
}
#pay-method h2.mkpayy{
	background:url('/img/icon/mobile.png') no-repeat left;
	padding-left:25px;
}
#pay-method h2.t2p{
	background:url('/img/icon/t2pl.png') no-repeat left;
	padding-left:25px;
}
#pay-method h2.qiwi{
	background:url('/img/icon/qiwi.jpg') no-repeat left;
	padding-left:45px;
}
#pay-method h2.w1{
	background:url('/img/icon/w1.jpg') no-repeat left;
	padding-left:45px;
}
#pay-method h2.reseller{
	padding-left:40px;
}
#pay-method h2.gigapeta{
	background:url('/img/icon/gigapeta.gif') no-repeat left;
}
#pay-method p{
	margin-bottom:0;
	line-height:20px;
}
#small_page #pay-method{
	margin:10px 0;
}
#pay-method b.sms{
	margin:0;
	padding:1px 5px;
	color:#fff;
	background:#66C766;
}
#pay-method .country, #kupi_premium .country{
	margin:10px 0 5px;
	font-weight:normal;
	font-size:1.3em;
	color:#333;
}
#pay-method .operator img, #kupi_premium .operator img{
	vertical-align:middle;
	margin-right:5px;
}
#pay-method .operator p{
	margin:0;
}
#kupi_premium .operator p{
	margin:2px 0;
}
#wm-pay{
	width:50px;
}
#rules div{
	font-size:.9em;
}
#rules li{
	margin:5px 0;
}
#rules li li{
	margin:0;
}
#ftp-account{
	border:1px solid #84C4E2;
	background:#EDF6FB;
	padding:5px 10px;
	margin-bottom:10px;
}
#ftp-account h2{
	margin:0;
	color:#333;
	font-weight:normal;
	font-size:1.3em;
	margin-bottom:10px;
}
#counter{
	float:left;
}
#other{
	float:right;
}
#kupi_premium{
	margin:0 0 10px;
	padding:5px 10px;
	background:#FF6C5A url('/img/kupi_premium.gif') no-repeat right bottom;
	color:#fff;
}
#kupi_premium .num_table{
	border:1px solid red;
	color:#333;
	margin-bottom:5px;
	padding:0;
}
#kupi_premium .num_table .fieldset{
	background:#fff;
	padding:18px 10px 10px;
	margin-top:-13px;
}
#kupi_premium h2{
	margin:0 0 10px;
	font-weight:normal;
	font-size:1.5em;
}
#kupi_premium .num_table h2{
	margin:5px 0 0;
	color:#666;
	text-align:center;
}
#kupi_premium .num_table p{
	padding:0 0 10px;
	text-align:center;
}
#kupi_premium .num_table legend{
	background:#fff;
	padding:3px 10px 10px;
	font-size:1.3em;
	margin-left:10px;
}
#kupi_premium p{
	font-size:.85em;
}
#kupi_premium .sms{
	background:#D81800;
	padding:2px 3px;
}
#kupi_premium .num_table .sms{
	color:#fff;
}
#kupi_premium .tt ul{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
#kupi_premium .tt li{
	padding-left:20px;
	background:url('/img/icon/cross_circle.png') no-repeat left;
}
#adminfile small{
	display:block;
}
.ram1{
	padding:5px;
	background:#E3F8E3;
}
.ram2{
	border:1px solid #66CC66;
	padding:5px 10px;
	background:#fff;
}
#client{
	margin-bottom:10px;
}
#client .icon{
	float:left;
	width:80px;
	text-align:center;
	margin-top:25px;
}
#client .icon img{
	border:0;
	text-decoration:none;
}
#client .icon b{
	display:block;
	width:80px;
	text-align:center;
	text-decoration:underline;
	font-size:.9em;
}
#client .text{
	padding-left:100px;
}
#client .text ul{
	padding:0 0 0 15px;
}

#small h3{
	border-bottom:2px solid #66CC66;
	font-weight:normal;
	font-size:1.4em;
	margin:0 0 10px;
	padding:5px 0;
}
#small h3 img{
	vertical-align:middle;
	margin-right:5px;
}
#small .data{
	font-size:.8em;
}
#small .edit_table th{
	text-align:right;
	padding-right:10px;
}
.form .big textarea.text{
	width:500px;
	height:500px;
}
#price_mobile{
	width:100%;
}
#price_mobile h2{
	font-weight:normal;
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
}
#price_mobile #table h2{
	border:0;
	padding:0;
	margin:0 0 10px;
	font-size:1.3em;	
}
#price_mobile table{
	width:100%;
	border:0;
}
#listall{
	margin:20px 0 10px;
	font-size:1.3em;
}
#listall a{
	color:#333;
}
#wizard{
	padding:10px 0 0;
	text-align:center;
}
#wizard select{
	font-size:1.4em;
	width:300px;
}
#w_number .ram{
	padding:10px 20px;
}
#w_number p.info{
	line-height:20px;
	text-align:left;
	font-size:.9em;
}

.gigaselect{
	width:300px;
	float:left;
}
.gigaselect .gs_bar{
	width:300px;
	height:30px;
	float:left;
	background:url('/img/select.png') no-repeat top;
	text-decoration:none;
	cursor:pointer;
}
.gigaselect .gs_bar:hover{
	background:url('/img/select.png') no-repeat left -30px;
}
.gigaselect.active .gs_bar, .gigaselect.active .gs_bar:hover{
	background:url('/img/select.png') no-repeat left -60px;
}
.gigaselect .gs_icon{
	width:28px;
	height:28px;
	float:left;
	margin:1px 0 0 1px;
	text-align:center;
}
.gigaselect .gs_icon span{
	vertical-align:middle;
}
.gigaselect .gs_icon img{
	border:0;
	margin-top:6px;
}
#w_country .gs_icon img{
	margin-top:8px;
}
.gigaselect .gs_text{
	width:250px;
	line-height:28px;
	padding:0 5px;
	height:28px;
	float:left;
	margin:1px 0 0 1px;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-align:left;
}
.gigaselect .gs_list ul{
	position:absolute;
	background:#fff;
	border:1px solid #A0A0A0;
	border-top:0;
	width:298px;
	padding:0;
	margin-top:30px;
	z-index:999;
	overflow:auto;
	max-height:200px;
	list-style:none;
}
.gigaselect .gs_list a{
	padding:3px 6px;
	display:block;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	overflow:hidden;
}
.gigaselect .gs_list a:hover{
	background:#D9F6DC;
}
.gigaselect .gs_list a img{
	vertical-align:-3px;
	border:0;
	margin-right:7px;
}
#w_country .gs_list a img{
	vertical-align:0;
}
/*\*//*/
.gigaselect .gs_icon{
    display: block;
}
.gigaselect .gs_icon span{
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.lang th{
	font-size:.8em;
}
.lang textarea.text{
	width:300px;
	height:200px;
}
.form .lang .small{
	width:78px;
}
#lang{
	margin-left:560px;
	width:250px;
	position:absolute;
	top:2px;
}
#lang a{
	float:right;
	margin-left:3px;
	padding:2px;
}
#lang img{
	border:1px solid #fff;
}
#lang a.active{
	background:#66cc66;
}
#phone{
	float:right;
	margin:0 5px 5px;
	width:68px;
	height:31px;
	padding-top:28px;
	padding-left:22px;
	padding-bottom:41px;
	padding-right:22px;
	background:url('/img/phone.png') no-repeat left top;
}
#phone b{
	float:left;
	width:5px;
	margin:5px 0 0 0;
	height:10px;
}
#phone .p_space{

}
#phone .p_1{
	background:url('/img/phone.png') no-repeat left -100px;
}
#phone .p_2{
	width:6px;
	background:url('/img/phone.png') no-repeat -5px -100px;
}
#phone .p_3{
	width:6px;
	background:url('/img/phone.png') no-repeat -11px -100px;
}
#phone .p_4{
	width:7px;
	background:url('/img/phone.png') no-repeat -17px -100px;
}
#phone .p_5{
	width:6px;
	background:url('/img/phone.png') no-repeat -24px -100px;
}
#phone .p_6{
	width:6px;
	background:url('/img/phone.png') no-repeat -30px -100px;
}
#phone .p_7{
	width:6px;
	background:url('/img/phone.png') no-repeat -36px -100px;
}
#phone .p_8{
	width:6px;
	background:url('/img/phone.png') no-repeat -42px -100px;
}
#phone .p_9{
	width:6px;
	background:url('/img/phone.png') no-repeat -48px -100px;
}
#phone .p_0{
	width:6px;
	background:url('/img/phone.png') no-repeat -54px -100px;
}
#server_info fieldset{
	border:1px solid #66CC66;
	margin:10px 0;
}
#server_info legend{
	font-size:1em;
	background:#66CC66;
	padding:2px 5px 3px;
	color:#fff;
}
#server_info .disk{
	float:left;
	width:100%;
	margin:5px 0;
}
#server_info .text{
	float:left;
	font-weight:bold;
	margin-top:4px;
}
#server_info .progress{
	margin-left:100px;
	background:#e6e6e6;
	height:20px;
	border:1px solid #ccc;
}
#server_info .info{
	position:absolute;
	margin:2px 0 0 10px;
	width:370px;
}
#server_info .info span{
	float:right;
}
#server_info .bar{
	background:#C5D6EC;
	height:20px;
	border-right:2px solid #6591CD;
}
#upload-form-div button{
	vertical-align:top;
}