#yj_whois { 

display:block; 

position:relative; 

font-size:12px; 

margin:10px; 

width:150px;

padding:2px 0;

}

.option {

display:block;

position:relative;

float:left;

padding-right:7px;

font-weight: bold;

padding-top: 2px;

color:#C31C4D;

height: 15px;

}

.option .check { 

border: none; 

background-repeat: no-repeat; 

background-position: center center; 

height: 15px; 

width: 15px;

float:left;

background-image:url(images/unchecked.png);

}

.check div.selected { 

background-image: url(images/checked.png); 

border: 0;

}

/*input box */

#domain { 

display:block; 

position:relative; 

background:none; 

padding:2px 2px 2px 2px; 

font-size:10px; 

color:#a5a5a5;

background-color:#FFF;

border-color: #a5a5a5;

clear:both; 

width:150px;

}

#domain_check {

display:block; 

position:relative; 

width:150px; 

height:20px; 

}

#responses { 

display:block; 

clear:both; 

padding:5px 15px;

margin:0px 0px 10px;

color:#E5E5E5;

line-height:15px;

display:none;

text-align:center;

letter-spacing:1px;

font-size:12px;

font-weight:bold;



}

#checkboxes{

padding:5px 0 0 10px;

vertical-align:middle;

}

.dtable{

width:600px;

height:400px;

text-align:center;

padding:0px;

margin:0;

background: url(images/whoislogo.png) no-repeat left top;

background-color:#303030;

overflow:hidden;

}

.dtable_in{

padding:0px;

margin-top:100px;

border-top:1px solid #090909;

border-bottom:1px solid #4d4d4d;

}



.dom_result_av,

.dom_result_ta{

padding:5px;

border-top:1px solid #4d4d4d;

border-bottom:1px solid #090909;

overflow:hidden;

font-size: 11px;

font-weight: bold;

}

.dom_result_av{

background:#303030 url(images/available.png) no-repeat 5px center;

color:#add576;

}

.dom_result_ta{

background:#303030 url(images/taken.png) no-repeat 5px center;

color:#F67A00;

}

a.yjwh_taken:link,

a.yjwh_taken:visited,

a.yjwh_taken:focus,

a.yjwh_taken:hover{

color:#F67A00;

text-decoration:none;

padding-left:10px;

}

a.yjwh_taken:hover{

text-decoration:underline;

}



a.yjwh_available:link,

a.yjwh_available:visited,

a.yjwh_available:focus,

a.yjwh_available:hover{

color:#add576;

text-decoration:none;

padding-left:10px;

}

a.yjwh_available:hover{

text-decoration:underline;

}


