
/*-- Body
--------------------------------------------------------*/

html, body{
	height:100%;
	padding:0px;
	margin:0px;
}

body {
	position:relative;
	background-color:#ffffff;
}

body, td {
	font-family:tahoma;
	color:#666666;
	font-size:12px;
}

td {
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6, p {
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}

h1 {
	font-size:16px;
	color:#1c4a8c;
	font-weight:normal;
}

a{
	color:#666666;
}

a:hover{
	color:#1c4a8c;
}

form, fieldset {
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
}

a, input {
	outline:0px;
}

/*-- Main block
--------------------------------------------------------*/

.css_main_block {
	position:relative;
	width:890px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

/*-- Main block / Top part
--------------------------------------------------------*/

.css_top_part {
	background-image:url('../img/top_bg.gif');
	background-repeat:repeat-x;
	background-position:left top;
	position:relative;
	width:890px;
	min-height:98px;
}

.css_top_part h1 {
	position:absolute;
	left:0px;
	top:20px;
	font-size:16px;
	font-weight:bold;
	color:#1c4a8c;
}

.css_top_part h1 a img {
	border:0px;
}

.css_top_part ul {
	padding:0px;
	margin:0px;
	position:absolute;
	right:0px;
}

.css_top_part ul li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	display:block;
	float:left;
	font-size:15px;
	color:#707070;
	padding-left:15px;
}

.css_top_part ul li a {
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	color:#b2b2b2;
	height:15px;
	position:relative;
	overflow:hidden;
	display:block;
}

.css_top_part ul li a:hover {
	background-position:left -15px;
	text-decoration:none;
	color:#4862ff;
}

.css_top_part ul li a:hover.css_active, .css_top_part ul li a.css_active {
	background-position:left -30px;
	cursor:default;
}

.css_top_part ul li a img {
	border:0px;
	height:15px;
}

.css_top_part ul li.css_top_menu_1 img, .css_top_part ul li.css_top_menu_1 a {
	width:87px;
}

.css_top_part ul li.css_top_menu_1 a {
	background-image:url('../img/top_menu_1.gif');
}

.css_top_part ul li.css_top_menu_2 img, .css_top_part ul li.css_top_menu_2 a {
	width:75px;
}

.css_top_part ul li.css_top_menu_2 a {
	background-image:url('../img/top_menu_2.gif');
}

.css_top_part ul li.css_top_menu_3 img, .css_top_part ul li.css_top_menu_3 a {
	width:72px;
}

.css_top_part ul li.css_top_menu_3 a {
	background-image:url('../img/top_menu_3.gif');
}

.css_top_part ul li.css_top_menu_4 img, .css_top_part ul li.css_top_menu_4 a {
	width:74px;
}

.css_top_part ul li.css_top_menu_4 a {
	background-image:url('../img/top_menu_4.gif');
}

.css_top_part ul li.css_sub_menu_1 img, .css_top_part ul li.css_sub_menu_1 a {
	width:47px;
}

.css_top_part ul li.css_sub_menu_1 a {
	background-image:url('../img/top_menu_5.gif');
}

.css_top_part ul li.css_sub_menu_2 img, .css_top_part ul li.css_sub_menu_2 a {
	width:47px;
}

.css_top_part ul li.css_sub_menu_2 a {
	background-image:url('../img/top_menu_6.gif');
}

.css_top_part .css_top_menu {
	top:26px;
}

.css_top_part .css_sub_menu {
	top:57px;
}

.css_top_part .css_rss {
	position:absolute;
	left:848px;
	top:96px;
}

.css_top_part .css_rss img {
	border:0px;
}

/*-- Main block / Content block
--------------------------------------------------------*/

.css_content_block {
	position:relative;
	width:890px;
	clear:both;
	min-height:460px;
	padding-bottom:20px;
	text-align:justify;
	line-height:130%;
}

/*-- Main block / Content block (cosmetics)
--------------------------------------------------------*/

.safari .css_content_block {
	min-height:475px;
}

/*-- Main block / Content block / Index page
--------------------------------------------------------*/

.css_content_block_index_page .css_text_block {
	float:left;
	width:338px;
}

.css_content_block_index_page .css_form_block {
	background-image:url('../img/form_2.gif');
	background-repeat:repeat-y;
	background-position:left top;
	float:right;
	width:526px;
	position:relative;
	top:4px;
	text-align:left;
}


/*-- Main block / Content block / Forsale page
--------------------------------------------------------*/

.css_content_block_forsale_page .css_text_block {
	width:526px;
}

.css_content_block_forsale_page .css_form_block {
	background-image:url('../img/form_2.gif');
	background-repeat:repeat-y;
	background-position:left top;
	float: left;
	width:526px;
	position:relative;
	top:4px;
	text-align:left;
}

.css_content_block_forsale_page .css_text_block2 {

	float: right;
	width:338px;
}


/*-- Main block / Content block / Index page / Domain form
--------------------------------------------------------*/

.css_domain_form {
	background-image:url('../img/form_1.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:526px;
	position:relative;
}

.css_domain_form fieldset {
	background-image:url('../img/form_3.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	position:relative;
	padding-left:22px;
	padding-top:10px;
}

.css_domain_form fieldset h1 {
	padding-top:10px;
	padding-bottom:8px;
}

.css_domain_form_table_1 {
	width:481px;
	position:relative;
}

.css_domain_form_table_1 td{
	position:relative;
	padding-bottom:3px;
}

.css_domain_form_table_1 label {
	padding-top:1px;
}

.css_domain_form_table_1 .css_dft1_left label {
	display:block;
	text-align:right;
	padding-right:5px;
	width:131px;
	white-space:nowrap;
}

.css_domain_form_table_1 .css_dft1_left p {
	display:block;
	text-align:right;
	padding-right:5px;
	padding-bottom: 2px;
	width:131px;
	/*white-space:nowrap;*/
}

.css_domain_form_table_1 .css_dft1_right input {
	border:1px solid #9c9c9c;
	font-size:12px;
	font-family:tahoma;
	color:#666666;
	width:343px;
	white-space:nowrap;
}

.css_domain_form_table_1 .css_dft1_right p {
	font-size:12px;
	font-family:tahoma;
	color:#666666;
	width:343px;
	padding-bottom: 0px;
/*	white-space:nowrap;*/
}

.css_domain_form_table_1 .css_dft1_merged_1 .css_dft1_right label {
	display:block;
	float:left;
	width:69px;
	text-align:right;
}

.css_domain_form_table_1 .css_dft1_merged_1 .css_dft1_right .css_dft1m_1 {
	width:117px;
	float:left;
}

.css_domain_form_table_1 .css_dft1_merged_1 .css_dft1_right .css_dft1m_2 {
	width:146px;
	float:right;
}

.css_domain_form_table_1 .css_dft1_merged_2 .css_dft1_right label {
	display:block;
	padding:0 0 0 3px;
	float:left;
	width:90px;
	text-align:right;
}
.safari .css_domain_form_table_1 .css_dft1_merged_2 .css_dft1_right label {padding-top:3px;}

.css_domain_form_table_1 .css_dft1_merged_2 .css_dft1_right .css_dft1m_1 {
	width:120px;
	float:left;
}

.css_domain_form_table_1 .css_dft1_merged_2 .css_dft1_right .css_dft1m_2 {
	width:122px;
	float:right;
}

.css_domain_form_table_1 .css_dft1_merged_3 .css_dft1_right label {
	display:block;
	float:left;
	width:54px;
	text-align:right;
}

.css_domain_form_table_1 .css_dft1_merged_3 .css_dft1_right .css_dft1m_1 {
	width:67px;
	float:left;
}

.css_domain_form_table_1 .css_dft1_merged_3 .css_dft1_right .css_dft1m_2 {
	width:212px;
	float:right;
}

.css_domain_form_table_1 .css_dft1_merged_4 .css_dft1_right label {
	display:block;
	float:left;
	width:9px;
	text-align:center;
}

.css_domain_form_table_1 .css_dft1_merged_4 .css_dft1_right .css_dft1m_label_1 {
	padding-left:3px;
	text-align:right;
	padding-right:1px;
}

.css_domain_form_table_1 .css_dft1_merged_4 .css_dft1_right .css_dft1m_label_2 {
	padding-right:3px;
	padding-left:1px;
	text-align:left;
}

.css_domain_form_table_1 .css_dft1_merged_4 .css_dft1_right .css_dft1m_label_3 {
	width:14px;
}

.css_domain_form_table_1 .css_dft1_merged_4 .css_dft1_right .css_dft1m_1 {
	width:32px;
	float:left;
}

.css_domain_form_table_1 .css_dft1_merged_4 .css_dft1_right .css_dft1m_2 {
	width:42px;
	float:left;
}

.css_domain_form_table_2 {
	width:481px;
}

.css_domain_form_table_2 td {
	padding-bottom:3px;
	padding-right:5px;
}

.css_domain_form_table_2 td label {
	display:block;
	padding-bottom:2px;
}

.css_domain_form_table_2 td select {
	margin-bottom:3px;
}

.css_domain_form_table_2 td select option {
	font-size:13px;
	color:#666666;
	font-family:tahoma;
}

.css_domain_form_table_2 td select label {
	font-size:11px;
	color:#666666;
	font-family:tahoma;
	font-weight:bold;
	font-style:normal;
}

.css_domain_form_table_2 .css_dft2_column_1 {
	width:115px;
}

.css_domain_form_table_2 .css_dft2_column_1 select {
	width:110px;
}

.css_domain_form_table_2 .css_dft2_column_2 select {
	width:150px; /* was 53 */
	display:none;
}

.css_domain_form_table_2 .css_dft2_column_3 select {
	width:107px; /* was 53 */
}

.css_domain_form_table_2 .css_dft2_column_4 select {
	width:97px; /* was 73 */
}

.css_domain_form_table_3 input {
	border:1px solid #9c9c9c;
	font-size:12px;
	font-family:tahoma;
	color:#666666;
	margin-bottom:3px;
	margin-right:5px;
}

.css_domain_form_table_3  {
	width:481px;
}

.css_domain_form_table_3 label {
	display:block;
	padding-bottom:4px;
}

.css_domain_form_table_3 .css_dft3_column_1 input {
	width:220px;
}

.css_domain_form_table_3 .css_dft3_column_2 input {
	width:96px;
}

.css_domain_form_table_3 .css_dft3_column_3 input {
	width:141px;
	margin-right:0px;
}

.css_domain_form textarea {
	border:1px solid #9c9c9c;
	font-size:12px;
	font-family:tahoma;
	color:#666666;
	overflow:auto;
	height:39px;
	width:479px;
	margin-bottom:3px;
}
.safari .css_domain_form textarea.comments {width:479px;}
.css_dft1_right textarea {width:343px;margin-bottom:0;}

.css_domain_form .css_domain_form_checkbox {
	width:460px;
	position:relative;
	padding-left:21px;
	font-size:11px;
	color:#707070;
}

.css_domain_form .css_domain_form_checkbox input {
	position:absolute;
	left:0px;
}

.css_domain_form .css_domain_form_submit {
	position:relative;
	bottom:-10px;
	padding-left:422px;
}
.css_domain_form label i {font-style:normal;color:#f00;font-size:.9em;position:relative;left:2px; display:none;}
.css_domain_form_checkbox label i {left:-2px;}
.css_dft3_column_1 label i {left:-82px;top:19px;}
.css_dft3_column_2 label i {left:-97px;top:19px;}
.css_dft3_column_3 label i {left:-145px;top:19px;}

.css_dft2_column_1 label i {left:-100px;top:19px;}
.css_dft2_column_2 label i {left:-119px;top:19px;}
.css_dft2_column_3 label i {left:-59px;top:19px;}
.css_dft2_column_4 label i {left:-70px;top:19px;}

.safari .css_dft2_column_2 label i {left:-118px;}
.safari .css_dft2_column_3 label i {left:-58px;}
.safari .css_dft2_column_4 label i {left:-69px;}

.css_domain_form label.err, .css_domain_form select.err, .css_domain_form .err option {color:#f00;}
.css_domain_form input.err, .css_domain_form textarea.err {border:1px solid #f00;}
h1 span.err {font-size:12px;font-weight:bold;line-height:1;color:#f00;padding:0 0 0 15px;position:relative;top:-4px;}
.css_domain_form_checkbox.err2 {padding:0 0 3px 21px;border:1px solid #f00;color:#f00;}
.css_domain_form_checkbox.err2 input {left:-1px !important;}

/*-- Main block / Content block / Index page / Domain form (cosmetics)
--------------------------------------------------------*/

.safari .css_domain_form_table_1 label {
	padding-top:3px;
}

.safari .css_domain_form_table_1 input {
	margin-bottom:0px;
}

.chrome .css_domain_form_table_1 label {
	padding-top:2px;
}

.css_domain_form_table_1 .css_dft1_right input.css_dft1_input_first {
	margin-bottom:3px;
}

.ie7 .css_domain_form_table_1 .css_dft1_right input.css_dft1_input_first, .ie6 .css_domain_form_table_1 .css_dft1_right input.css_dft1_input_first {
	margin-bottom:2px;
}

.ff2 .css_domain_form_table_2 .css_dft2_column_3 select, .ff3 .css_domain_form_table_2 .css_dft2_column_3 select {
	width:127px;
}

.chrome .css_domain_form_table_2 .css_dft2_column_3 select {
	width:127px;
}

.safari .css_domain_form textarea {
	width:345px;
}

.chrome .css_domain_form textarea {
	width:339px;
}

.ie6 .css_domain_form .css_domain_form_checkbox input, .ie7 .css_domain_form .css_domain_form_checkbox input {
	margin-top:-3px;
	left:-4px;
}

.ff2 .css_domain_form .css_domain_form_checkbox input, .ff3 .css_domain_form .css_domain_form_checkbox input {
	left:-4px;
}

.chrome .css_domain_form .css_domain_form_checkbox input {
	margin-top:0px;
	left:-4px;
}

.safari .css_domain_form .css_domain_form_checkbox input {
	left:-3px;
	margin-top:0px;
}

.ff2 .css_domain_form .css_domain_form_submit, .ff3 .css_domain_form .css_domain_form_submit  {
	padding-left:420px;
}

.chrome .css_domain_form .css_domain_form_submit  {
	padding-left:420px;
}

.chrome .css_domain_form_table_3 .css_dft3_column_3 input {
	width:144px;
}

.ff3 .css_domain_form_table_3 .css_dft3_column_3 input, .ff2 .css_domain_form_table_3 .css_dft3_column_3 input {
	width:144px;
}
.ff3 .css_content_block.pb25 {padding-bottom:30px;}
.safari .css_content_block.pb25 {padding-bottom:25px;}
.opera .css_content_block.pb25 {padding-bottom:30px;}

/*-- Main block / Content block / Contacts page
--------------------------------------------------------*/

.css_world_map {
	background-image:url('../img/world_map.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:614px;
	height:300px;
	position:relative;
	float:left;
}

.css_world_map_dot {
	position:absolute;
	left:154px;
	top:112px;
	cursor:pointer;
}

.css_world_map_dot img {
	border:0px;
}

.css_address_box {
	background-image:url('../img/address_box.gif');
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	left:178px;
	top:81px;
	width:208px;
	height:196px;
	color:#616161;
	padding-left:47px;
	padding-top:15px;
	cursor:pointer;
	display:none;
}

.css_address_box p {
	padding-left:7px;
}

.css_address_box img {
	position:absolute;
	left:29px;
	top:69px;
}

.css_address_block {
	width:265px;
	position:relative;
	float:left;
	color:#707070;
}

.css_address_block a{
	text-decoration:none;
	color:#707070;
}

.css_address_block a:hover {
	color:#1c4a8c;
}

/*-- Main block / Content block / Perfomance
--------------------------------------------------------*/

.css_perfomance_block_1 {
	color:#505050;
	background-color:#f7f7f7;
	padding-top:24px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:7px;
	margin-bottom:44px;
	left:-22px;
	width:890px;
	position:relative;
}

.css_perfomance_block_1 img {
	position:relative;
	margin-top:-7px;
	margin-bottom:-4px;
	margin-left:-8px;
}

.css_perfomance_block_1 a{
	font-style:italic;
	color:#505050;
}

.css_perfomance_block_1 a:hover {
	color:#1c4a8c;
}

.css_perfomance_two_columns {
	margin-bottom:13px;
	clear:both;
	width:890px;
}

.css_perfomance_two_columns td{
	width:50%;
}

.css_perfomance_two_columns .css_ptc_left {
	padding-right:26px;
}

.css_perfomance_two_columns .css_ptc_right {
	padding-left:26px;
}

/*-- Main block / Content block / Inventory block
--------------------------------------------------------*/

.css_inventory_block {
	position:relative;
	margin-top:-2px;
	padding-bottom:25px;
	/*min-height:465px;*/
}

.css_inventory_block div h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

.css_inventory_block div h2 a {
	text-decoration:none;
}

.css_inventory_block div p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.css_inventory_block div p a {
	text-decoration:none;
	color:#9f9f9f;
	/*padding-left: 10px;*/
}

.css_inventory_block div p a:hover {
	color:#1c4a8c;
}

/*-- Main block / Content block / News block
--------------------------------------------------------*/

.css_news_block {
	position:relative;
	margin-top:-2px;
	padding-bottom:25px;
}

.css_news_block div h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

.css_news_block div h2 a {
	text-decoration:none;
}

.css_news_block div .css_news_date {
	font-size:11px;
	color:#9f9f9f;
	display:block;
}

.css_news_block div p a {
	text-decoration:none;
	color:#9f9f9f;
}

.css_news_block div p a:hover {
	color:#1c4a8c;
}

/*-- Main block / Content block / News single
--------------------------------------------------------*/

.css_news_single {
	position:relative;
	margin-top:-2px;
	padding-bottom:25px;
}

.css_news_single h1 {
	padding-bottom:3px;
}

.css_news_single .css_news_date {
	font-size:11px;
	color:#9f9f9f;
	padding-bottom:10px;
	display:block;
}

.css_news_single p a {
	text-decoration:none;
	color:#9f9f9f;
}

.css_news_single p a:hover {
	color:#1c4a8c;
}

.css_send_to_a_friend {
	padding-bottom:11px;
}

.css_news_single .css_send_to_a_friend a{
	background-image:url('../img/mail.gif');
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:23px;
	font-size:13px;
	text-decoration:none;
	color:#666666;
}

.css_news_single .css_send_to_a_friend a:hover {
	color:#1c4a8c;
}

.css_news_single .css_send_to_a_share {
	background-image:url('../img/share.gif');
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:23px;
	font-size:13px;
	text-decoration:none;
}

.css_news_single .css_send_to_a_share a{
	background-repeat:no-repeat;
	background-position:0px 2px;
	font-size:11px;
	text-decoration:underline;
	color:#666666;
	margin-left:3px;
}

.css_news_single .css_send_to_a_share a:hover {
	color:#1c4a8c;
}

.css_news_single .css_send_to_a_share a.css_stas_1 {
	background-image:url('../img/imgs/1.gif');
	padding-left:13px;
}

.css_news_single .css_send_to_a_share a.css_stas_2 {
	background-image:url('../img/imgs/2.gif');
	padding-left:18px;
}

/*-- Main block / Content block / Perfomance 2
--------------------------------------------------------*/

.css_perfomance_domains_left {
	position:relative;
	width:440px;
	float:left;
	left:1px;
	border-right:1px solid #bcbcbc;
	min-height:340px;
	left:5px;
	margin-top:42px;
}

.css_perfomance_domains_right {
	position:relative;
	width:440px;
	float:left;
	border-left:1px solid #bcbcbc;
	min-height:340px;
	right:-4px;
	margin-top:42px;
}

.css_perfomance_domains_left h1 {
	background-image:url('../img/sold_domains.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:26px;
	padding-top:1px;
	margin-left:48px;
	position:relative;
	top:-42px;
	padding-bottom:2px;
	padding-top:3px;
}

.css_perfomance_domains_right h1 {
	background-image:url('../img/bought_domains.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:26px;
	padding-top:1px;
	margin-left:32px;
	position:relative;
	top:-42px;
	padding-bottom:2px;
	padding-top:3px;
}

.css_perfomance_domains_left table, .css_perfomance_domains_right  table{
	position:relative;
	margin-top:-31px;
}

.css_perfomance_domains_left td, .css_perfomance_domains_right td {
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	height:42px;
}

.css_perfomance_domains_left td a, .css_perfomance_domains_right td a{
	text-decoration:none;
}

.css_perfomance_domains_left td a img, .css_perfomance_domains_right td a img{
	border:0px;
}

.css_perfomance_domains_left .css_pd_left {
	width:160px;
	text-align:right;
}

.css_perfomance_domains_left .css_pd_center {
	text-align:center;
}

.css_perfomance_domains_left .css_pd_right {
	padding-right:33px;
}

.css_perfomance_domains_right .css_pd_right {
	width:160px;
}

.css_perfomance_domains_right .css_pd_center {
	text-align:center;
}

.css_perfomance_domains_right .css_pd_left {
	padding-left:33px;
	text-align:right;
}

/*-- Main block / Content block / Consulting
--------------------------------------------------------*/

.css_consulting {
	padding-left:20px;
	color:#666666;
}
.css_consulting div p {
	padding-bottom:3px;
}

.css_consulting div {
	
}

/*-- Main block / Content block / Testimonials
--------------------------------------------------------*/

.css_testimonials {
	padding-left:20px;
	color:#666666;
}

.css_testimonials_in {
	background-image:url('../img/dots_1.gif');
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:16px;
	padding-bottom:35px;
}

.css_testimonials_in p {
	padding-bottom:3px;
}

.css_testimonials_in div {
	text-align:right;
	font-style:italic;
}

/*-- Main block / Content block / Page navigator
--------------------------------------------------------*/

.css_page_navigator {
	text-align:right;
	color:#9f9f9f;
	font-size:11px;
	padding-right:8px;
}

.css_page_navigator a{
	text-decoration:none;
	color:#9f9f9f;
}

.css_page_navigator a:hover {
	color:#1c4a8c;
}

/*-- Footer
--------------------------------------------------------*/

.css_footer {
	border-top:1px solid #b2b2b2;
	position:relative;
	width:890px;
	min-height:50px;
	color:#666666;
}

.css_footer .css_copy {
	position:absolute;
	top:21px;
	left:0px;
}
.css_footer .css_sign_up_form fieldset {
	float:right;
	width:222px;
	position:relative;
	right:-2px;
}

.css_footer .css_sign_up_form fieldset {
	padding:15px 0 0;
	height:40px;
}

.css_footer .css_sign_up_form .css_sign_up_input {
	width:156px;
	border:1px solid #9c9c9c;
	font-size:12px;
	font-family:tahoma;
	color:#666666;
	position:relative;
	top:-5px;
}
.css_footer .css_sign_up_form fieldset div {
	color:#f00;
	font-weight:bold;
}

/*-- Modifications
--------------------------------------------------------*/

.css_perfomance_block_1 {
margin-bottom:26px;
}
.css_content_block{
  padding-bottom:10px !important;
  min-height:470px;
  -height:468px;
}

.css_perfomance_domains_right .css_pd_left {
	padding-left:26px;
}

.css_world_map_dot img{ vertical-align: top;}
.css_world_map { background-image: url(/img/world_map.gif);}

#seller .css_dft3_column_1 .dijitTextBox, #seller .css_dft3_column_2 .dijitTextBox, #seller .css_dft3_column_3 .dijitTextBox{
margin-bottom: 3px;
}
#seller .css_domain_form_table_3 input{
margin-right:8px;
}
#seller .css_domain_form_table_3 .dijitTextBox{
margin-right:6px;
}

#cb{
top:10px;
}

