body
{
    font-family: Arial,Helvetica,sans-serif;
    /*color: #838383;*/
    color:Black;
    font-size:12px;
    background-image:url(images/bg.jpg);
    background-repeat:repeat-x;
}

.wrapper
{
    width:728px; 
    margin:0 auto;
}

.wrapper h1
{
   margin:15px 0 20px 0;
   text-align:center; 
   font-size:42px;
}

.domain_input
{
    margin-bottom:15px;    
}

.domain_input input
{
    width:728px;
    height:35px;
    font: 18px arial,sans-serif bold;
    margin-bottom:3px;
    padding:0px;    
    
}

.tool_box
{
    margin-top:3px;
    padding-left:3px;    
}


.tool_box input
{
    width:118px;    
    margin-bottom:3px;
}

.footer
{
    border-top:1px solid #9E9E9E;   
    margin-top:15px;
    text-align:center;
    font-size:11px;
    width:728px;
}

.footer a
{
    color:#9E9E9E;
    
}

.caption
{
    background-color:#EBEFF9;    
    padding:4px 0px 4px 2px;
    color:Black;
    margin: 0 0 3px 0;
    width:728px;
    height:15px;
    font-weight:bold;
    border-top:1px solid #3366CC;
}

#result_text
{
       width:728px; 
}

.result_box
{
    margin-top:15px;
    display:none;
}

.pre_text
{
     white-space: pre-wrap;
}

.loader
{
    margin-top:15px;    
    text-align:center;
    display:none;
}

.banner1
{
    padding-bottom:10px;
    padding-top:10px;    
    width:728px;
    height:110px;
    margin:0 auto;    
}

.listed
{
    background-color:#FF4444;
    color:White;
}

.listed_sub
{
    background-color: #F5F5F5;
    color: Black;
    font-size:10px;
}

.listed_sub td
{
    padding-left:20px;    
    border-bottom:1px solid #FF4444!important;
    
}

.not_listed
{
    background-color:#66FF66;
    color:Black;
}

.close
{
    background-color: #F5F5F5;
    color: #999999;
}
