html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display: block;
}

html {
	background: url('site_bg.gif') repeat-x left top #fff;
	color: #646464;
	
/*	overflow-x: hidden; */
}

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0 auto; /*** Centers the design ***/
	text-align: left;
	width: 1070px;
	/***width: 1012px;***/
	/*** Because we centered the text in body we have to move the text back to left aligning ***/
	position: relative;
	font-size: 12px;
	line-height: 1;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {outline: 0;}

input{height: 20px;}

select,
textarea {
	border: 1px solid #687fa9;
	width: 210px;
	display: block;
	margin: 5px 0;
}

select {
	font-size:12px;
}

input:focus,
select:focus,
textarea:focus {
	background: #ebf0f7;
}




ins {text-decoration: none;}
del {text-decoration: line-through;}

.tar {text-align:right;}
.tac {text-align:center;}
.tal {text-align:left;}
.clb {clear:both;}
.cll {clear:left;}
.clr {clear:right;}
.flr {float:right;}
.fll {float:left;}
table {
	margin:25px;
	border-collapse: collapse;
}

table th {
	font-weight:bold;
}

table td,
table th {
	vertical-align:top;
	padding:3px;
}

input, select, button {vertical-align:middle;}

input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link,a:visited,a:hover,a:active {
	color: #000;
	text-decoration: none;
	text-transform: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size:12px;
}

a:hover, a:focus, a.on {
	text-decoration: none;
		font-size:12px;
	
	}

p {line-height: 1.2em;}

/*
 *  FORMS
 */
button {
	cursor: pointer;
	border: none;
}

button:hover {text-decoration: none;}

/*
 *  END FORMS
 */
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bold {font-weight: bold;}

.error {
	color: red;
}

h1 {font-size: 2.4em;}

h2 {font-size: 1.4em;}

.left {float: left;}

.right {float: right;}

div.error {
	color: red;
	border:1px solid red;
	margin:0 20px 5px 20px;
	padding:5px;
	line-height: 1.2em;
}

div.true-message {
	color: green;
	border:1px solid green;
	margin:0 20px 5px 20px;
	padding:5px;
	line-height: 1.2em;
}

header {
	height: 137px;
	background: url('logo_top_newm.jpg') repeat-x left 11px ;
	padding-top: 12px;
}
header #lleft{
	margin-top:-12px;
	height: 118px;
	width:852px;
	float:left;
	background: url('logo_top_newl.jpg') no-repeat left 11px;
}
header #lright{
	margin-top:-12px;
	height: 118px;
	width:150px;
	float:right;
	top:0;
	background: url('logo_top_newr.jpg') no-repeat right 11px;
}
header div#logo{
	height: 90px;
	/*background: #04255B;*/
	margin:0 0 20 0;
}
header h1 {
	text-indent: -9999px;
	margin: 12px 0 0 38px;
}

header h1 a {
	display: block;
	width: 282px;
	height: 66px;
	overflow: hidden;
	position:absolute;
	left:30px;

}

#lang {
	float: right;
	margin: 50px -50px 0 0;
	width:100px;
}

#lang li {display: inline;}

#lang li a {
	color: #fff;
	font-size: 13px;
	margin-left: 8px;
}

nav {
	clear: both;
	margin-top: 7px;
	padding-bottom: 11px;
}

nav ul li {
	float: left;
	margin-left: 26px;
}

nav ul li a {
	color: #000c23 !important;
	font-size: 16px!important;
}
nav ul li a:hover {
	color: #000c23 !important;
	text-decoration:underline;
	font-size: 16px!important;
}
#content {
	margin: 20px 340px 0 10px;

}	

.host_plans {
	display: inline-block;
	width: 217px;
	vertical-align: top;
}

.pp {
	background: url('pp.jpg') no-repeat left top #01B900;
	height: 250px;
	width: 194px;
	
	display: inline-block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	padding: 40px 10px 10px 10px ;
	vertical-align: top;
	margin:0 0 10px 0;
	behavior: url(/js/PIE.php);
}

.bp {
	background: url('bp.jpg') no-repeat left top #0597EC;
	height: 250px;
	width: 194px;
	
	display: inline-block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	padding: 40px 10px 10px 10px ;
	vertical-align: top;
	margin-bottom: 10px;
	behavior: url(/js/PIE.php);
}

.cp {
	background: url('cp.jpg') no-repeat left top #FFAC28;
	height: 250px;
	width: 194px;
	
	display: inline-block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	padding: 40px 10px 10px 10px ;
	vertical-align: top;
	margin: 0 0px 10px 0;
	behavior: url(/js/PIE.php);
}

.plans {
	width: 217px;
	height: 100%;
	padding-top:1px;
}

#ppt {
  position:relative !important;
  top:-30px;
  left:5px;
  font-size:1.5em;
  color:#0AF100;
  height:0px;
  margin-right:30px;
}
#bpt {
  position:relative !important;
  top:-30px;
  left:5px;
  font-size:1.5em;
  color:#02C5FF;
  height:0px;
  margin-right:30px;
}

#cpt {
  position:relative !important;
  top:-30px;
  left:5px;
  font-size:1.5em;
  color:#FFB41A;
  height:0px;
  margin-right:30px;
}

.plan_price {
	display: block;
	margin: 8px 30px 0 10px;
	color: #ff6d00;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 2px #fec;  
}

.plans ul {
	margin-top: 12px;
}

.plans ul li {
	color: #fff;
	width:180px;
	display:block;
	font-size: 14px;
	padding: 4px 5px;
	border-bottom: 1px dotted #fff;
}

.plans ul li:last-child {border: none;}

.order {
	width: 217px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 4px;
}

.order a {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}

#order_g {
	background: #01B900;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	padding: 0 ;
	vertical-align: top;
	margin: 0 0 8px 0;
	behavior: url(/js/PIE.php);

}
#order_g:hover {
	background: #03D800;
	-webkit-box-shadow: 3px 3px 3px 0px #000;
	-moz-box-shadow: 3px 3px 3px 0px #000;
	box-shadow: 3px 3px 3px 0px #000;  
	cursor:pointer;
}
#order_b {
	background:#193C74;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	padding: 0 ;
	vertical-align: top;
	margin: 0 0 8px 0;
	behavior: url(/js/PIE.php);
}
#order_b:hover {
	background: #0597EC;
	-webkit-box-shadow: 3px 3px 3px 0px #000;
	-moz-box-shadow: 3px 3px 3px 0px #000;
	box-shadow: 3px 3px 3px 0px #000;  
	cursor:pointer;
}
#order_o {background: #FF7200;
	moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	padding: 0 ;
	vertical-align: top;
	margin: 0 0 8px 0;
	behavior: url(/js/PIE.php);
}
#order_o:hover {
	background: #FFAC28;
	-webkit-box-shadow: 3px 3px 3px 0px #000;
	-moz-box-shadow: 3px 3px 3px 0px #000;
	box-shadow: 3px 3px 3px 0px #000; 
	 
}
.plan_info {
	background: #7381A8;
	width: 215px;
	line-height: 20px;
	margin: 0px 0 10px 0;
}
.plan_info span {
	display: block;
	color:#fff;
	width: 215px;
	padding:5px;
}

.info {
	display: inline-block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	behavior: url(/js/PIE.php);
}

.main_cont {
	background:   #fff;
	width:100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	behavior: url(/js/PIE.php);
	padding: 6px 0px 20px 0px;
	display: block;
	margin: 0px 0px 17px 0;
}

.main_cont p {margin: 0 0 10pt 0!important;}

.main_cont h2 {
	padding:0 20px;
}

.main_cont div.txtmess {
  padding:20px 20px;
}


.main_cont div.message {
  padding:20px 20px;
  font-style:italic;
}
.main_cont th {
  text-align:left;
}


.main_cont h3 {
	color:#616161;
	font-size:14px;
	margin:6px 0 10px;
	/*padding:0 20px;*/
}



ul.list {
	margin-top:20px;
}

ul.list li {
	margin-bottom:10px;
}

div.article {
	padding:0 20px;
}

div.article p {
	margin:0;
}

div.article a {
	color:#FF6F00;
}

div.article ul {
	list-style-type:disc;
}

div.article ol {
	list-style-type:decimal;
}

div.article ul,
div.article ol {
	margin-left:20px;
	list-style-position:inside;
}

a.print {
	background: url('print.gif') no-repeat left bottom;
	width: 19px;
	height: 18px;
	float:right;
	margin-right:20px;
}

a.feedback {
	background: url('feedback.gif') no-repeat left bottom;
	width: 16px;
	height: 16px;
	float:right;
	margin-right:10px;
}

div.docs {
	padding:0 20px;
}

div.nondisplay ul li {
	padding-bottom: 20px;
}

.main_bot {
	clear:both;
	background: url('cont_bot.gif') no-repeat left bottom;
	height: 7px;
	position: relative;
	bottom: -7px;
	margin-top: 20px;
}

#domname {
	
}
#domname label{
	padding-bottom:20px;
	border-bottom:1px dotted #123368;
	margin-bottom:10px;
}
#domname input {
	width: 197px;
	height: 20px;
	font-size: 14px;
	padding: 0 3px;
	
}

#domselect input {
	width: 15px;
	height: 15px;
	font-size: 12px;
	padding: 0 3px;
	
}

.text_info {
 	display: inline-block;
	width: 280px;
	height: 130px;
	background:#EDF1FA; 

	vertical-align: top;
	padding: 10px 20px;	
	margin-bottom: 10px;
}

.title {
 	color: #2f4670;
 	margin-bottom: 15px;
}

.title a {
 	color: #2f4670;
}

.text_info p {
	color: #2f4670;
 	margin-bottom: 10px;
}

a.read_more {
	color: #ff6f00;
	background: url('arrow.gif') no-repeat right 6px;
	padding-right: 18px;
}

#sidebar {
	width: 320px;
	margin: 20px 10px 0 0;
}

.clients {
	width:300px;
	height:auto;
	background: #E7E8ED;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	padding: 3px 10px 10px 10px ;
	margin-bottom: 12px;
	behavior: url(/js/PIE.php);
}
.basket {
  width:300px;
  height:auto;
	background: #E7E8ED;
  	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  
    2px 2px 4px rgba(0, 0, 0, .2),  
    0px 0px 3px rgba(0, 0, 0, .1),
    inset 0px 10px 12px #fff,  
    inset 0px 20px 2px rgba(220, 220, 220, .7),  
    inset 0px 25px 25px #fff;  
    -moz-box-shadow:  
    2px 2px 4px rgba(0, 0, 0, .2),  
    0px 0px 3px rgba(0, 0, 0, .1),
    inset 0px 10px 12px #fff,  
    inset 0px 20px 2px rgba(220, 220, 220, .7),  
    inset 0px 25px 25px #fff;  
	padding: 3px 10px 10px 10px ;
behavior: url(/js/PIE.php);
  margin-bottom: 12px;
}
.clients h2.title {
	margin-bottom:5px;
}

.clients form div.butt {
	width:170px;
}

.clients form label {
	margin-bottom:5px;
	display:block;
	color:#2F4670;
}

.clients form input {
	width:140px;
	margin:2px 5px 2px 2px;
}

.clients form input,
.clients form button {
	border:1px solid #2F4670;
	vertical-align:top;
}

.clients form a {
	clear:left;
}

.clients form button {
	background:none;
	width:50px;
	height:19px;
	color:#2F4670;
}

.clients_tel {
	width: 300px;
	height: 20px;
	background: url('tel_bg.gif') no-repeat left top;
	padding: 10px;
	margin-bottom: 12px;
}

.clients_tel span {
	font-size: 20px;
	color: #6375a7;
	margin-left: 60px;
	font-weight: bold;
}

.special {
	width: 280px;
	height: 200px;
	background: url('offer.jpg') no-repeat left top;
	padding: 20px;
	margin-bottom: 10px;
}

.special h2 {
	margin-bottom: 88px;
}

.special p {
	color: #fff;
	line-height: 15px;
	margin-bottom: 10px;
}

.special a.read_more {	
	color: #06124c !important;
	background: url('arrow_b.gif') no-repeat right 6px !important;
}

#news_block {
	width: 280px;
	height:  170px;
	background: url('news_bg.jpg') no-repeat left top;
	padding: 10px 20px;
	margin-bottom: 10px;
}

#news_block h2 {
	margin-bottom: 10px;
}

#news_block span {
	font-weight: bold;
	color: #ababab;
	text-transform:capitalize;
}

#news_block h3 {
	font-size: 14px;
	color: #616161;
	margin: 6px 0 10px 0;
}

#news_block p {
	margin-bottom: 10px;
}

footer {
	height: 180px;
	background: #182F63 url('footer_bg_new1.png') no-repeat left bottom;
	clear: both;
	margin: 0 10px 5px 10px ;
	padding-top: 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	behavior: url(/js/PIE.php);
    overflow:hidden;
}
footer #rght{
	position:relative;
	float:right;
	bottom:-50px;
	right:0px;
	height:98px;
	background: #182F63 url('footer_bg_new2.png') no-repeat right bottom;
	width:100px;

}

footer ul {
	margin: 22px 0 0 240px;
}

footer ul li {
	display: inline;
	margin-right: 4px;
}

footer ul li a {
	color: #93a5c9 !important;
	text-transform: uppercase !important;
	font-size: 13px;
}

/*
 * ������������
 */
html.print,
html.print body,
html.print .main_cont {
	background:#fff !important;
}

html.print body div.article {
	color:#000;
}

html.print .nondisplay {
	display:none;
}

/*
 * form
 */

form.contacts {
	width:auto;
	padding:0 20px;
	margin-bottom:20px;
}

form.contacts label {
	width:130px;
	float:left;
	margin:0 20px 5px 0;
	color:#001F4F;
}

form.contacts div {
	clear:left;
}

form.contacts input {
	margin-bottom:5px;
	width:249px;
}

form.contacts select {
	margin-bottom:5px;
	width:249px;
	height:18px;
}

form.contacts select optgroup {
	font-style:normal;
}

form.contacts input,
form.contacts select,
form.contacts textarea,
form.contacts button {
	border:1px solid #687fa9;
}

form.contacts textarea {
	width:248px;
	margin:0px 0 10px 0;
	height:100px;
}

form.contacts button {
	border: 1px solid #687fa9;
	background: #fff;
	color: #001f4f;
}

div.pages {
	clear:both;
	margin: 20px 0;
	text-align: center;
}

div.pages ul,
 div.pages ul li {
	display: inline-block;
}

div.pages a,
div.pages span {
	display: inline-block;
	border: 1px solid #8a8a8a;
	padding: 3px; 
	margin: 0 8px 0 0;
	color: #8a8a8a !important;
	text-decoration:none !important;
}

div.pages a:hover,
div.pages a.on {
	border: 1px solid #047AA8;
	color:#047AA8 !important;
}

span#empty {
	color:#EFEFEF;
}

span#empty {
	border: 1px solid #E3EBEE !important;
	color: #E3EBEE !important;
}

/*copyright*/
#copy {	
	background: url('logo_bottom.png') no-repeat left top;

	float:left;
	padding-top: 50px;
	height: 70px;
	margin:10px 0 0 12px;
	color: white;
	font-size: 11px;
}

#copy a:link, 
#copy a:visited, 
#copy a:hover {
	margin-left:12px;
	padding: 0px;
	color: #7D91B6;
	font-size: 11px;	
	text-decoration: none;
	text-transform: uppercase;
}

.l {
	float: left;
}

.r {
	float: right;
}

#log_form,
#firm_form {
	display: none;
}

#selection,
#reg_form,
#log_form {
	padding: 0 20px;
	color:#001F4F;
}

#selection {
	padding: 1px 20px 0 20px;
	margin-bottom: 20px;
}

#selection label,
#selection input {
	vertical-align: middle;
}

#selection label {
	cursor: pointer;
}

#selection h2,
h2.paymtd,
#m-epay h2 {
	color:#001F4F;
	font-size:12px;
	margin:0;
	padding-bottom:10px;
	text-transform:uppercase;
}

#selection h2 {
	margin: 10px 0 5px 0;
	padding: 0;
}

.form-shape {
	width: 310px;
	margin:10px 0 20px 0;
}

.form-shape input[type=text],
.form-shape input[type=password] {
	width: 210px;
	border: 1px solid #687fa9;
	display: block;
	margin: 5px 0;
	padding: 0;
}
.form-shape 

#reg_form select {
	border: 1px solid #687fa9;
	width: 210px;
	display: block;
	margin: 5px 0;
}
#reg_form textarea {
	border: 1px solid #687fa9;
	width: 100%;
	height:100px;
	display: block;
	margin: 5px 0;
}

#reg_form select {
	font-size:12px;
}

.form-shape input:focus,
.form-shape select:focus,
.form-shape textarea:focus {
	background: #ebf0f7;
}

.form-shape p {
	padding: 0 !important;
}

.form-shape p a {
	font-weight: bold;
	text-decoration: underline !important;
}

.paymtd {
	clear: both;
	padding: 0 !important;
}

a.terms,
a.pay_method {
	color:#001F4F;
}

a.pay_method {
	text-decoration:none;
	text-transform:none;
}

#reg_form button,
#log_form button {
	border: 1px solid #687fa9;
	background: #fff;
	color: #001f4f;
	float: right;
	margin-right: 62px;
}

fieldset{
	padding: 0;
	margin: 4px 0 0 0;
	width: 100%;
	border: 1px solid #E2E5EC;
	display: block;
}

fieldset div {
	
	clear: both;
}

fieldset div label {
	display: inline;
	float: left;
	padding: 0px;
	font-size:14px;
	margin-left: 10px;
	margin-top:5px;
}
fieldset legend {
	font-size:14px;
	font-weight:bold;
	color: #001f4f;
	margin-left:10px;
}	
fieldset div input
 {
	font-size: 14px;
	width: 210px;
	border: 1px solid #687fa9;
	display: block;
	padding: 0;
	margin:5px 15px 0 0;
	float:right;
}
fieldset div select
 {
	font-size: 14px;
	width: 210px;
	border: 1px solid #687fa9;
	display: block;
	padding: 0;
	margin:5px 15px 0 0;
	float:right;
}
fieldset div input.tel
 {
	width: 50px !important;
	margin:5px 5px 0 0 !important;

}

#firm_form fieldset {
	padding: 0;
	margin: 4px 0 0 0;
	width: 100%;
	border: none;
	display: block;
}

#firm_form fieldset div {
	clear: none;
}

#firm_form fieldset div label {
	display: block;
	width:90px;
	height: 20px;
	float: left;
	
	padding: 0px;
	margin: 5px 0;
}

#firm_form fieldset div input[type=text],
#firm_form fieldset div input[type=password] {
	font-size: 14px;
	width: 210px;
	float: left;
	border: 1px solid #687fa9;
	display: block;
	margin: 5px 0;
	padding: 0;
}

#firm_form fieldset div input[type=checkbox] {
	display: inline;
	width: auto;
}

#firm_form fieldset legend {
	font-size:14px;
	font-weight:bold;
	color: #001f4f;
}	

#firm_form fieldset div select {
	width: 210px;
	height: 20px;
	border: 1px solid #687fa9;
	display: block;
	margin: 5px 0;
}

.hidden {
	display: none;
}

.payments li {
	margin-top: 5px;
	list-style-position: inside;
	list-style-type:disc;
}



#dom_check {
	margin:10px;
	padding:0px;
}


#addsale form button {
	background:#FC6B02;
	color:white;
	border:0px solid #687fa9;
	font-weight:bold;
	font-size:1.25em;
	height:23px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#dom_check th {
	color:#001F4F;
}

#dom_check table tr td {
	padding: 4px 0;
}

.dchk {
	margin-bottom: 10px;
}

.dchk label{
	display: block;
}

.dchk input  {
	border: 1px solid #687fa9;
	width: 210px;
}

.dchk img  {
  border: 0px solid #687fa9;
}


.dchk input:focus {background: #ebf0f7;}

.taken {
	background: url('cancel_16.png') no-repeat 3px top;
	padding-left: 24px
}

.tk {
	color: #ff0000;
}

.fe {
	color: #008e00;
}

.dresult {
	width: 100% !important;
	margin:0px;
	padding:0px;
}	

.dresult tr td {
	border-bottom: 1px dotted #666;
}

.dresult tbody tr:hover {
	background: #ebf0f7;;
}

tr.odd td {
  background:#F4F5FF;
}

tr.even td {
  background:#E7E8ED;
}

tr.odd:hover td,
tr.even:hover td {
  background:#fff;
}

div.busy {
	color:red;
	margin-bottom:5px;
}



.roundel {
	display: inline-block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 0px ;
	-moz-box-shadow: 3px 3px 3px 0px ;
	box-shadow: 3px 3px 3px 0px ;  
	behavior: url(/js/PIE.php);
}

.controlpanel {
  background: url('icons/04/16/30.png') no-repeat left center;
  width: 100px;
  height: 18px;
  padding-left:20px;
  float:right;
}


.butround{
	border:2px solid #aaa;
	font-size:16px;
	min-width:100px;
	line-height:16px;
	padding:1px 8px 1px 8px;
	margin:5px;
	cursor:pointer;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #fff,
						inset 0px 20px 2px rgba(220, 220, 220, .7),
						inset 0px 25px 25px #fff;
	-moz-box-shadow:    2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #fff,
						inset 0px 20px 2px rgba(220, 220, 220, .7),
						inset 0px 25px 25px #fff;
	-ms-box-shadow:     2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #fff,
						inset 0px 20px 2px rgba(220, 220, 220, .7),
						inset 0px 25px 25px #fff;
    -o-box-shadow:      2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #fff,
						inset 0px 20px 2px rgba(220, 220, 220, .7),
						inset 0px 25px 25px #fff;
    box-shadow:         2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #fff,
						inset 0px 20px 2px rgba(220, 220, 220, .7),
						inset 0px 25px 25px #fff;
}

.butround:hover{
	
	padding:1px 8px 1px 8px;
	margin:5px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;

    -webkit-box-shadow:	2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #ccc,
						inset 0px 20px 2px rgba(255, 255, 255, .7),
						inset 0px 25px 25px #ccc;
	-moz-box-shadow:    2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #ccc,
						inset 0px 20px 2px rgba(255, 255, 255, .7),
						inset 0px 25px 25px #ccc;
	-ms-box-shadow:     2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #ccc,
						inset 0px 20px 2px rgba(255, 255, 255, .7),
						inset 0px 25px 25px #ccc;
	-o-box-shadow:      2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #ccc,
						inset 0px 20px 2px rgba(255, 255, 255, .7),
						inset 0px 25px 25px #ccc;
	box-shadow:         2px 2px 4px rgba(0, 0, 0, .2),
						0px 0px 3px rgba(0, 0, 0, .1),
						inset 0px 10px 12px #ccc,
						inset 0px 20px 2px rgba(255, 255, 255, .7),
						inset 0px 25px 25px #ccc;
}

.but {
	padding-left:22px;
	margin-left:4px;
}
.delete{
	background: url('icons/03/16/01.png') no-repeat ;
}
.userdata{
	background: url('icons/01/16/02.png') no-repeat ;
}
.services{
	background: url('icons/01/16/41.png') no-repeat ;
}
.payments{
	background: url('icons/01/16/46.png') no-repeat ;
}
.password{
	background: url('icons/04/16/33.png') no-repeat ;
}
.exit{
	background: url('icons/03/16/01.png') no-repeat ;
}
.button {
	background:#FC6B02!important;
	color:white!important;
	width:120px;
	text-align:center;
	padding-top:3px;
	border:0px solid #687fa9!important;
	font-weight:normal!important;
	font-size:1.1em!important;
	height:20px!important;
	cursor:pointer;
	-moz-border-radius: 15px!important;
	border-radius: 15px!important;
}


div.umenu a.umenu:link,a.umenu:visited,a.umenu:active {
	display:block;
	width:100%;
	height:20px;
	font-size:12px;
	line-height:20px;
	color: #000;
}

div.umenu a.umenu:hover {
		text-decoration: none;
		border-right:3px solid #616F9C;	
		font-size:12px;
		text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
	}
