.suscribirse{
background:#fff;
margin-top:15px;
padding:30px 0 50px;
min-height:380px;
border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
-webkit-border-radius:20px 20px 0 0;
}

#search{
position:relative;
width:460px;
height:36px;
margin:8px auto 0;
border:1px solid #aaa;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
box-shadow:1px 1px 4px #4d4d4d inset;
-moz-box-shadow:1px 1px 4px #4d4d4d inset;
-webkit-box-shadow:1px 1px 4px #4d4d4d inset;
}

#search .dominio{
float:left;
width:350px;
background:transparent;
padding:4px 8px;
font-size:22px;
}

#search .go{
position:absolute;
top:6px; right:8px;
width:27px; height:24px;
background:url(../img/search_icon.gif);
cursor:pointer;
}

#loading{
display:none;
padding-top:50px;
font-size:1.1em;
color:#666;
}

.resultados{
table-layout:fixed;
border-collapse:collapse;
border-color:#ccc;
}

.resultados th, .resultados td{
padding:6px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.resultados th{
padding:10px 5px;
background:#666;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#666));
background: -moz-linear-gradient(270deg,#ccc,#666);
color:#fff;
text-shadow:1px 1px 1px #000;
}

.resultados tr:hover td{
background:#ddd;
cursor:pointer;
}

.resultados tr.selected td{
background:#C00;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#900), to(#C00));
background: -moz-linear-gradient(270deg,#900,#C00);
text-shadow:1px 1px 1px #000;
font-weight:bold;
cursor:pointer;
color:#fff;
}

.btn{
display:block;
margin:10px auto 0;
width:170px;
color:#EAE6DB; 
padding:8px 0;
background-color:#666;
font:italic 18px "Georgia";
-moz-border-radius:6px; 
-webkit-border-radius:6px;
border-radius:6px; 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#222));
background: -moz-linear-gradient(270deg,#666,#222);
text-shadow:1px 1px 1px #000;
text-decoration:none;
text-align:center;
} 
	
.btn:hover {
background:#C00;
color:#fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#900), to(#C00)); 
background: -moz-linear-gradient(270deg,#900,#C00);
}

#msgerror, #captchaerror{
display:none;
margin-bottom:12px;
padding:8px 0;
background:#ffb;
border:1px solid #e9deb0;
text-align:center;
font-weight:bold;
font-size:10pt;
color:#333;
}

#subscribe p{
clear:both;
height:40px;
}

#subscribe label{
float:left;
display:block;
width:200px;
margin-right:15px;
padding-left:0;
line-height:28px;
text-align:right;
}

#subscribe input[type="text"]{
float:left;
margin:0;
width:220px;
}

#subscribe abbr{
line-height:28px;
margin-left:6px;
}
