/* CSS Document */
* { margin:0; padding:0;}
html{ font-family:tahoma, arial;}
body{
	background: url(http://adomains.ru/images/fill_header.gif) left top repeat-x #FFFFFF;
	font-size:100%;
	line-height:1.5em;
	color:#1D1D1D;	
}
img{ border:0px none; margin:0; padding:0; vertical-align:top;}
/**********font size***************/
#header{font-size:0.6875em; line-height:1.28em;}
#footer{font-size:0.6875em; line-height:1.28em;}
/********** end font size***************/

input, textarea, select{ 
	font-family:tahoma, arial;
	color:#6E7B89;  font-size:1em;
	border:1px solid #DEE2E7;
	
}
#form input{ height:17px;}
#form select{ width:45px;}

.inp_h{ margin:0 0 3px 0;}

/****************** GLOBAL ***********************************************/
.w100{ width:100%;}
.h100{ height:100%;}
.float{ float:left; margin:0;}
.right{ text-align:right;}
.title { display:block; margin:0; padding:0;}

.indent, .box , .row, .row, .row_1, .row_2, .block, .block_1, .block_2, .block_3, .block_4
{ 
	margin:0; 
	padding:0; 
	width:auto; 
	height:auto; 
	background:none;
}
.in5{ padding-bottom:5px;}
.in10{ padding-bottom:10px;}
.in15{ padding-bottom:15px;}
.in20{ padding-bottom:20px;}
/********************* END GLOBAL ********************************************/

ul {list-style:none;}

li a { 
	padding:0 0 0 41px;
	font-weight:bold;
	
	text-decoration:none;
	line-height:27px;
}
li a:hover {text-decoration:underline;}

.col { float:left;}
.right{ text-align:right;}
.clear { clear:both;}

/***************links**************/
a{ color:#FFFFFF;}
a:hover{ text-decoration:none;}
.link{ color:#FFCC1D; font-weight:bold;}
.link_1{ color:#1D1D1D; font-weight:bold;}
/**************end links**************/

/***************txt***************/
h1, h2{ margin:0; padding:0;}
h1 {text-indent:-10000px; background:url(http://adomains.ru/images/logo.gif) no-repeat left top; height:58px;}
.txt_1{ color:#FFCC1D;}
.txt_2{font-size:1.09em;}
/***************end txt***************/

.main {margin:0 auto;}

#header .column_1{ text-align:right; height:64px;}
#header .column_1 .indent {padding:26px 15px 0 0;}
#header .indent {padding:19px 33px 0 36px;}
#header .menu{ height:62px; text-align:center; width:709px; margin:0 auto;}
#header .menu .indent{ padding:11px 0 0 11px;}
#header .fill_menu{ background:url(http://adomains.ru/images/fill_menu.gif) 0 0 repeat-x;}
#header .bg_menu_left{ background:url(http://adomains.ru/images/bg_menu_left.gif) left top no-repeat;}
#header .bg_menu_right{ background:url(http://adomains.ru/images/bg_menu_right.gif) right top no-repeat; height:45px;}
#header .ban{text-align:center; margin:0 0 0 0; padding:0 0 0 7px;}

/*******************box #1*********************************/
.box .left_top{ background:url(http://adomains.ru/images/left_top.gif) left top no-repeat;}
.box .right_top{ background:url(http://adomains.ru/images/right_top.gif) right top no-repeat;}
.box .left_bot{ background:url(http://adomains.ru/images/left_bot.gif) left bottom no-repeat;}
.box .right_bot{ background:url(http://adomains.ru/images/right_bot.gif) right bottom no-repeat; width:100%;}

.box .side_top{ background:url(http://adomains.ru/images/side_top.gif) left top repeat-x #515C68;}
/***************************end box #2**************************/
.sep_3{ background:url(http://adomains.ru/images/sep_3.gif) 0 0 repeat-x;}
/***************************page**************************/




#footer {color:#515C68; font-weight:bold;}
#footer a{color:#515C68; font-weight:bold; text-decoration:none;}
#footer a:hover{text-decoration:underline;}
#footer .column .indent {padding:14px 0 0 44px;}
#footer .column_1 { text-align:right;}
#footer .column_1 .indent {padding:12px 44px 0 0;}



* {
	margin:0;
/*	padding:0;*/
}
body {
	font-size:100%;
	font-family:'Arial Narrow', Tahoma, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}
a {
	color:#4B698E;
}
a img{
	border:none;
}
table{
	width:100%;
}
/* struct */

#wrapper {
	position: relative;
	width:709px;
	height:100%;
	margin:10px auto 50px auto;
	background:#FFFFFF;
	font-size:16px;
	padding:15px;
}


/* login */

#login {
	font-size:12px;
	color:#4B698E;
	text-align:right;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#B2B2B2;
	padding:2px 2px 10px 2px;
}
#login a {
	color:#B2B2B2;
	font-weight:bold;
}
#login span {
	padding:0px 0px 0px 3px;
}
#login a:hover {
}
/* header */

#header {
	
	position:relative;
}
#header h2 {
	padding:15px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	font-size:22px;
	color:#3B5270;
	font-weight:normal;
}
#header #nav ul {
	margin:15px 0px 15px 0px;
}
#header #nav ul li {
	display:inline;
	font-size:16px;
	padding:0px 5px 15px 5px;
}
#header #nav ul li.active {
	background:url('{images_url}/images/menu_active.gif') no-repeat 50% 100%;
	font-size:18px;
}
#header #nav ul li.active a {
	text-decoration:none;
	font-weight:bold;
}
#header #nav ul li a {
	color:#4B698E;
	text-decoration: underline;
}
#header #nav ul li a:hover {
	text-decoration:none;
}
/* main */

#main {
}
/* content */

#content {
	text-align:left;
	padding:10px 0px 0px 0px;
	background:#FFFFFF;
}
#content h2 {
	font-size:17px;
	color:#8495A8;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	line-height:15px;
}
#content .col {
	padding:5px 20px 5px 23px;
	height:1%;
}
#content .col .block {
	float:left;
	width:235px;
	margin:0px 1px 0px 0px;
}
#content .col .block_arm1 {
	float:left;
	width:235px;
	margin:0px 1px 0px 12px;
}
#content .col .block_arm {
	float:left;
	width:200px;
	margin:0px 1px 0px 12px;
}
#content .col .block .content {
	padding:0px 0px 0px 13px;
	position:relative;
	z-index:100;
}
#content .col .links {
	margin:10px 0px 0px 0px;
}
#content .num {
	font-size:32px;
}
/* footer */

#footer {
	
	height:1px;
}
/**/

.line {
	height:2px;
	background:url('{images_url}/images/hr.png') no-repeat 50% 0%;
}
/* cols */

.col .form {
	margin:275px 0px 0px 0px;
}
.col .form textarea {
	border:solid 1px #ECEBDE;
	width:198px;
	height:34px;
}
.col .form .button {
	text-align:right;
	margin:10px 22px 0px 0px;
}
.col .form label {
	color:#6D86A0;
	font-size:10px;
	position:relative;
}
.col .form label span {
	float:right;
	width:100px;
	text-align:right;
	margin:0px 25px 0px 0px;
}
/* items */

.item {
	position:relative;
}
.item span {
	position:absolute;
	right:10px;
	top:0px;
	font-size:10px;
	color:#6D86A0;
	padding:1px 0px 0px 0px;
}
.item.plus {
	background:url('{images_url}/images/table_plus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 20px;
}
.item.minus {
	background:url('{images_url}/images/table_minus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 20px;
}
.item em {
	position:absolute;
	right:70px;
	top:0px;
	font-style:normal;
}
/* reg page */

.reg {
	text-align:center;
}
.reg h3 {
	font-size:17px;
	font-weight:normal;
	text-align:center;
	margin:10px 0px 5px 0px;
}
.reg h4 {
	font-size:12px;
	color:#989897;
	font-weight:normal;
}
.reg .form {
	padding:45px 0px 0px 0px;
	width:530px;
	margin:0px auto 0px auto;
	text-align:left;
}
.reg .form table td {
	padding:0px 0px 17px 0px;
}
.reg .form label {
	font-size:17px;
	width:100px;
	line-height:15px;
	display:block;
	text-align:right;
	padding:0px 10px 0px 0px;
}
.reg .form input.txt {
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	width:397px;
}
.reg .form .termtouse {
	width:498px;
	height:180px;
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	color:#989897;
	overflow: scroll;
	background:#FEFEFC;
	font-size:13px;
	padding:10px 15px 10px 15px;
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
}
.reg .form .button {
	text-align:right;
	margin:35px 0px 30px 0px;
}
.reg .form .button input.btn {
	margin:0px 0px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
}
.reg .form .login-links {
	text-align:right;
	color:#000;
}
.reg .form .login-links a {
	color:#000;
}

.reg .form tr.alert label, tr.alert input.txt {
	color:#FF0000;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.reg .form td.input .alert input.txt, .reg .form tr.alert input.txt {
	border:solid 1px #FF0000;
}
/* profile */

.profile {
	text-align:center;
}
.profile .form {
	padding:45px 0px 0px 0px;
	width:530px;
	margin:0px auto 0px auto;
	text-align:left;
}
.profile .form label {
	font-size:17px;
	width:200px;
	line-height:15px;
	display:block;
	text-align:right;
	padding:0px 10px 0px 0px;
}
.profile .form input.txt {
	border:none;
	border-top: solid 1px #8998B5;
	border-left: solid 1px #8998B5;
	font-size:17px;
	padding:5px 10px 5px 10px;
	width:290px;
}
.profile .form .button {
	text-align:center;
	margin:35px 0px 30px 0px;
}
.profile .form .button input.btn {
	margin:0px 0px 0px 15px;
	font-size:20px;
	font-family:'Arial Narrow';
}
.profile .form table td {
	padding:0px 0px 17px 0px;
}
/**/

#content h2.title-line {
	font-size:18px;
	font-weight:bold;
	color:#000;
	background:url('{images_url}/images/h2_line.gif') repeat-x 0% 60%;
	margin:20px 22px 10px 22px;
	padding:0px 0px 0px 15px;
}
#content h2.title-line span {
	background:#EAEEF2;
	padding:0px 10px 0px 5px;
}
/* pay history */

table.pay_history {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0px 0px 10px 0px;
}
table.pay_history th {
	height:30px;
	background:url('{images_url}/images/table_border.gif') repeat-y 100% 0%;
	border-right:solid 1px #D3D2C2;
	background:#E2F4FF;
	font-weight:normal;
	font-size:14px;
	color:#000;
	text-align:center;
}
table.pay_history th a.up {
	background:url('{images_url}/images/arrow-up.gif') no-repeat 100% 55%;
	padding:0px 17px 0px 0px;
	color:#000;
}
table.pay_history th a.down {
	background:url('{images_url}/images/arrow-down.gif') no-repeat 100% 55%;
	padding:0px 17px 0px 0px;
	color:#000;
}
table.pay_history th a.no {
	background:url('{images_url}/images/arrow-no.gif') no-repeat 100% 55%;
	padding:0px 9px 0px 9px;
	color:#000;
}
table.pay_history td {
	border-right:solid 1px #D3D2C2;
	height:20px;
}
table.pay_history {
}
/* ----- */

table.pay_history .date {
	width:190px;
	width:145px;
}
table.pay_history td.date {
	padding:0px 0px 0px 45px;
}
table.pay_history td.date_ar {
	text-align:center;
}
table.pay_history .date span {
	font-size:10px;
}
table.pay_history .bank {
	width:105px;
}
table.pay_history td.bank {
	padding:0px 0px 0px 15px;
	font-size:10px;
}
table.pay_history .summ {
	width:100px;
	padding:0px 0px 0px 20px;
}
table.pay_history td.summ .plus {
	background:url('{images_url}/images/table_plus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 25px;
}
table.pay_history td.summ .minus {
	background:url('{images_url}/images/table_minus.gif') no-repeat 0% 50%;
	padding:0px 0px 0px 25px;
}
table.pay_history td.comment {
	font-size:10px;
	padding:0px 0px 0px 15px;
}
table.pay_history .saldo {
	width:100px;
	border:none;
}
table.pay_history td.saldo {
	padding:0px 45px 0px 20px;
	text-align:right;
}
table.pay_history td.saldo_ar {
	text-align:center;
	border:none;
}
table.pay_history td.name {
	padding:0px 0px 0px 42px;
}
table.pay_history td.type {
	padding:0px 10px 0px 10px;
	text-align:center;
}
table.pay_history .actions{
	border:none;
}
table.pay_history td.actions {
	padding:0px 10px 0px 10px;
	text-align:center;
	width:250px;
}
table.pay_history td.actions span{
	padding:0px 15px 0px 15px;
}
table.pay_history .domain{
padding:0px 0px 0px 67px;
text-align:left;
width:230px;
}
table.pay_history td.status, table.pay_history td.conf{
	text-align:center;
}
table.pay_history td.date_start, table.pay_history td.date_end{
	text-align:center;
	font-size:10px;
	color:#6D86A0;
}
table.pay_history .date_end{
	border:none;
	padding:0px 90px 0px 0px;
}
/* ----- */

.pager {
	position:relative;
	padding:0px 0px 0px 42px;
	margin:10px 0px 10px 0px;
	font-family:Arial Narrow;
	font-size:14px;
}
.pager a {
	color:#000;
	padding:0px 3px 0px 3px;
}
.pager a.active {
	text-decoration:none;
}
.pager .left {
}
.pager .left select.select{
	color:#6D86A0;
	border:solid 1px #ccc;
	font-family:Arial Narrow;
}
.pager .left input.btn{
font-size:15px;
}
.pager .right {
	position:absolute;
	top:0px;
	right:18px;
}
/* ----- */

ul.link_list {
	list-style:none;
}
/* --- --*/

table.table_1 {
	width:100%;
}
table.table_1 a {
	color:#000;
}
table.table_1 td {
	vertical-align:top;
}
table.table_1 td.col_1 {
	padding:0px 0px 0px 42px;
}
table.table_1 td.col_1 span {
	color:#6D86A0;
}
table.table_1 td.col_2 {
}
table.table_1 .form label {
	color:#6D86A0;
}
table.table_1 .form input.txt {
	width:150px;
	border:1px;
	border-top: solid 1px #8998B5;
	border-left: solid 1px #8998B5;
	font-size:17px;
	padding:5px 10px 5px 10px;
}
table.table_1 .form .pay_text{
	width:205px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
table.table_1 .form .pay_text span{
	color:#225491;
}
table.table_1 .form .button {
	text-align:right;
	padding:5px 57px 0px 0px;
}

/* ------------ */
#content .sign{
	width:500px;
	margin:50px auto 50px auto;
	font-size:17px;
}
#content .sign p{
	margin:0px 0px 10px 0px;
}
#content .sign p span{
	color:#225491;
}
/* profile new */
.profile_new {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.profile_new .form{
	margin:20px 0px 10px 0px}
.profile_new .form table{
	width:100%;
}
.profile_new .form table th{
	height:32px;
	font-weight:bold;
	background:#E2F4FF;
	padding:0px 0px 0px 170px;
}
.profile_new .form td{
	vertical-align:top;
}
.profile_new .form td.desc{
	width:400px;
	padding:10px 20px 0px 200px;
}
.profile_new .form td.desc p{}
.profile_new .form td.desc p span{
	color:#225491;
}
.profile_new .form td.note{
	padding:10px 0px 10px 0px;
	font-size:12px;
	color:#898989;
	font-style:italic;
}
.profile_new .form td.input{
	padding:10px 0px 45px 0px;
}
.profile_new .form td.input sup{
	font-weight:bold;
	vertical-align:top;
	padding:10px 0px 0px 5px;
	font-size:17px;
	margin:10px 0px 0px 0px;
}
.profile_new .form td.input label{
	width:350px;
	float:left;
	text-align:right;
	font-size:17px;
	line-height:15px;
	display:block;
	padding:10px 10px 0px 0px;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.profile_new .form td.input input.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:275px;
}
.profile_new .form td.input textarea.text{
	width:455px;
	height:125px;
	margin:0px 0px 0px 200px;
	border:1px;
	border-top: solid 1px #8998B5;
	border-left: solid 1px #8998B5;
	padding:3px;

}
.profile_new .form td.input .select_label{
	width:395px;
}
.profile_new .form td.input select.select{
	width:252px;
	color:#6D86A0;
	padding:0px 0px 0px 5px;
	margin:7px 0px 0px 0px;
}
.profile_new .form td.input .alert label, .profile_new .form td.input .alert sup, table.table_3 tr.alert label{
	color:#FF0000;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.profile_new .form td.input .alert input.txt, .profile_new .form td.input .alert select.select, .profile_new .form td.input .alert textarea.text, .profile_new .form td.input .alert select, table.table_3 tr.alert input.txt{
	border:solid 1px #FF0000;
}
.profile_new .form .button{
	text-align:center;
	margin:30px 0px 30px 0px;
}
.profile_new .form .button input{
	font-size:34px;
	font-family:'Arial Narrow', Helvetica, sans-serif;
	padding:0;
}
.select_date{
	margin:0px 0px 5px 0px;
}
.select_date span{
	font-size:17px;
	font-family:'Arial Narrow', Helvetica, sans-serif;
	padding:0px 13px 0px 4px;
	vertical-align:bottom;
}
.select_date select{
	color:#6D86A0;
	padding:0px 0px 0px 0px;
	margin:7px 0px 0px 1px;
	text-align:left;
}
.select_date select.sel_date{
	width:40px;
}
.select_date select.sel_year{
	width:59px;
}
select.sel_country{
	width:295px;
	color:#6D86A0;
	padding:0px 0px 0px 0px;
	margin:7px 0px 0px 1px;
	text-align:left;
}
/**/
/* title */
h1.title{
	font-size:32px;
	font-family:'Arial Narrow';
	font-weight:normal;
	margin:0px 0px 0px 42px;
}
h1.title a{
	color:#000;
	text-decoration:underline;
}
h1.title a span{
	text-decoration:underline;
}
h1.title span{
	color:#6D86A0;
	font-size:14px;
	display:block;
}
h1.title.alert{
color:#FF0000;
}
/* table-2 */
.table_2 {
	width:100%;
}
.table_2 td{
	width:50%;
}
/**/
.version{
	text-align:right;
	padding:0px 22px 0px 0px;
}
/* whois */
table.whois td{
	width:50%;
	padding:10px 0px 30px 0px;
	font-size:18px;
	vertical-align:top;
}
table.whois td.col_1{
	padding:10px 0px 30px 290px;
}
table.whois td.col_2{
	padding:10px 0px 30px 0px;
}

table.whois td span{
	font-size:12px;
	color:#A1A196;
}
table.whois td input.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:260px;
}
table.whois td input.btn{
	font-size:22px;
	margin:0px 0px 2px 0px;
	padding:0px 2px 0px 2px;
}
table.whois td input.check{
	margin:0px 5px 4px 2px;
}
table.whois td .input{
	margin:5px 0px 0px 0px;
}
.whois_block pre{
	margin:20px 0px 0px 42px;
}

.whois .form tr.alert label, tr.alert input.txt {
	color:#FF0000;
	font-family:'Arial Narrow', Helvetica, sans-serif
}
.whois .form td.input .alert input.txt, .whois .form tr.alert input.txt {
	border:solid 1px #FF0000;
}
/* domain reg */

table.domain_reg{
	width:100%;
}
table.domain_reg tr.alert{
color: #FF0000;
}
table.domain_reg tr.alert input.txt{
	border:solid 1px #FF0000;
}
table.domain_reg td{
	padding:10px 10px 10px 10px;
}

table.domain_reg .label{
	text-align:right;
	font-size:14px;
	line-height:16px;
}
table.domain_reg textarea.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:290px;
	height:200px;
}
table.domain_reg input.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:200px;
}
table.domain_reg select.select{
	color:#6D86A0;
	border:solid 1px #ccc;
	font-family:Arial Narrow;
	width:310px;
	padding:0px 0px 0px 0px;
}
table.domain_reg .button{
	text-align:center;
}
table.domain_reg .small_button{
	text-align:center;
	font-family:'Arial Narrow';
	font-size:18px;
}
table.domain_reg .button input.btn{
	font-family:'Arial Narrow';
	font-size:20px;
}
/* block whois */
.block_whois{
	width:225px;
}
.block_whois textarea {
	border:solid 1px #ECEBDE;
	width:198px;
	height:34px;
}
.block_whois .button {
	text-align:right;
	margin:10px 22px 0px 0px;
}
.block_whois label {
	color:#6D86A0;
	position:relative;
	padding:0px 0px 0px 5px;
}
.block_whois label span {
	float:right;
	width:100px;
	text-align:right;
	margin:0px 25px 0px 0px;
}
/* legend */

.legend{
	color:#6D86A0;
	padding:0px 0px 0px 530px;
}
.legend div{
	padding:2px 0px 2px 0px;
}
/* informer_legend */
.informer_legend {
	padding:10px 0 10px 200px;
}
.informer_legend dd {
	padding:5px 0 10px 40px;
}

.form-search{
		width:214px;
		float:right;
		font-family:'Arial Narrow';
}
.form-search label{
	font-size:14px;
	color:#6D86A0;
	text-align:left;
	display:block;
}
.form-search input.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
}
.form-search input.btn{
	float:right;
	margin:0px 22px 0px 0px;
	font-size:14px;
}
/* domain */
.domain_folders label{
	font-size:17px;
	font-family:'Arial Narrow';
}
.domain_folders select.select{
	font-family:'Arial Narrow';
	font-size:14px;
	color:#6D86A0;
	width:250px;
}
.domain_folders input.btn{
	font-size:15px;
	margin:0px 0px 1px 0px;
}
/* table_3 */
table.table_3{
	width:100%;
	margin:10px 0px 10px 0px;
}
table.table_3 td{
	text-align:center;
	padding:3px 0px 3px 0px;
}
table.table_3 th{
	height:30px;
	background:url('{images_url}/images/table_border.gif') repeat-y 100% 0%;
	background:#E2F4FF;
	font-size:14px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
}
table.table_3 td.input{
	width:240px;
	text-align:left;
	padding:0px 0px 5px 0px;

}
table.table_3 .label{
	font-size:17px;
	line-height:15px;
	padding:0px 10px 0px 0px;
	text-align:right;
}
table.table_3 input.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 10px 4px 0px;
	width:240px;
}
table.table_3 .button{
	text-align:right;
	margin:20px 0px 0px 0px;
}
table.table_3 .button input.btn{
	margin:0px 10px 0px 0px;

}
/* table 4*/
table.table_4{
}
table.table_4 td{
	vertical-align:top;
	padding:0px 0px 0px 0px;
}
table.table_4 td.col_1{
border-right:solid 1px #ccc;
	width:50%;
}
table.table_4 td.col_2{
	width:50%;

}
.domain_reg-1{
	margin:10px 0px 0px 0px;
}
.domain_reg-1 td.label{
	vertical-align:middle;
	width:30px;
}
.domain_reg-1 .input input.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:150px;
}
.domain_reg-1 textarea.txt{
	border:none;
	border-top: solid 1px #EDECDF;
	border-left: solid 1px #EDECDF;
	font-size:17px;
	padding:5px 10px 5px 10px;
	margin:0px 0px 4px 0px;
	width:405px;
	height:200px;
}
.domain_reg-1 select.select{
	color:#6D86A0;
	border:solid 1px #ccc;
	font-family:Arial Narrow;
	width:310px;
	padding:0px 0px 0px 0px;
}
.domain_reg-1 .button .btn{
	font-family:'Arial Narrow';
	font-size:18px;
	margin:0px 0px 10px 0px;
}
.domain_reg-1 .small_button {
	text-align:center;
	font-family:'Arial Narrow';
	font-size:18px;
}
table.domain_reg-1 tr.alert{
color: #FF0000;
}
table.domain_reg-1 tr.alert input.txt{
	border:solid 1px #FF0000;
}

.arm
{
	font-size:24px!important;
}

/* released_domains */

table.rereg-inner-table {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0px 0px 10px 0px;
	color:#000;
}

table.rereg-inner-table a {
	color: #000 !important;
}

table.rereg-inner-table th {
	height:30px;
	background:#E2F4FF;
	font-weight:normal;
	font-size:14px;
	color:#000;
	text-align:center;
}
.rereg-row-even {
	background: #d0d0cc;
}
