div.error {
	border: 1px dashed red;
	padding: 5px 5px 5px 58px;
	min-height: 40px;
	margin-top: 15px;
	background: url("../../images/error.png") 5px 0 no-repeat;
}

div.paymentType {
	display: none;
}

table.listingTable tr th,
table.listingTable tr td,
table.vpsControl tr td label,
table.sampControl tr td label {
	padding:	0 2px;
	/* font-size:	smaller;*/
}

table.vpsListTable tr td {
	padding: 0px 2px;
	font-size: smaller;
}

table.vpsListTable tr td a {
	color: #00F;
	text-decoration: none;
}
.indicator_red
{
width: 20px;
height: 20px;
background: url('../../images/indicator.png') 0 0 no-repeat;
}
.indicator_green
{
width: 20px;
height: 20px;
background: url('../../images/indicator.png') 0 -20px no-repeat;
}
.gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	width: 352px;
	background: #eeeeee url('../../images/gradback.png') repeat-x;
}
.gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #a0a0a0 url('../../images/gradback.png') repeat-x;
	border-top: 2px solid #d0d0d0;
	border-bottom: 1px solid #fff;
}
.gradient-style td
{
	padding: 0px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	background: #eeeeee url('../../images/gradback.png') repeat-x;
}
.gradient-style tr
{
	height:34px;
}
.floatedCell {
  float:left;
  background-image:url('../../images/gradback.png') repeat-x;
  margin: 0px;
  padding: 0 2px;
}
a.actionButton {
	color: #FFF;
	width: 160px;
	height: 25px;
	display: inline-block;
	font-size: 16px;
	background: url("/userlogin/images/button.png") 0 0 no-repeat;
	font-weight: bold;
	font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-left: 40px;
	margin-bottom: 1px;
	text-decoration: none;
}

a.actionButton:hover {
	background: url("/userlogin/images/button.png") 0 -30px no-repeat;
}

a.actionButton:active {
	background: url("/userlogin/images/button.png") 0 -60px no-repeat;
}

.downArrow {
background: url("../../images/arrow2.png") 0 0 no-repeat;
width:30px;
height:18px;
display:block;
}
.downArrow:hover {
background: url("../../images/arrow2.png") 0 -17px no-repeat;
}
.downArrow:active{
background: url("../../images/arrow2.png") 0 -34px no-repeat;
}
table.payTable {
	width: 100%;
	border: 1px solid black;
	border-collapse:collapse;
}
table.payTable tr th{

}

table.payTable tr td {
	border: 1px solid black;
	padding: 0px 2px;
	text-align: center;
}
div.auth_key
{
	border: 1px solid black;
	text-align:center;
	color:grey;
	padding:0px;
	margin:0px;
	background:url("../../images/cloth_0.jpg") repeat-x;
	height: 24px;
	
}
div.success
{
margin:0;
border:0;
float:right;
color:green;
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
padding:0 6px;
}
#domain_name
{
text-align:center;
padding: 2px;
font-family: Verdana, Geneva, sans-serif;
border: 0px;
}
#ts3info{
margin:10px;
border: red solid 1px;


}
.ts3validspan{
text-decoration:underline;
color:blue;
cursor:pointer;
}
.vz-hidden{
visibility:hidden;
}
.renews{
background-color:#dadada;
    padding:5px 10px;
    border:1px solid #a1799c;

}
#makrotest{
cursor:pointer;
color:#c78b17;
}
.smslistshowname{
background-color:#ECECEC;
padding:3px;
margin:3px;
}
.smslistshowname:hover{
background-color:#BAB5B5;
}
.intel_logo{
	background: url('/images/logos/intel_logo.svg') no-repeat;
	height: 50px;
	width: 55px;
	background-position: top;
	background-size: 55px 40px ;
}