.nuvem-html {
border: 1px solid #333;
background: url('url-imagem de fundo') repeat;
margin: 10px 0 10px 0;
line-height: 30px;
text-align: center;
padding: 2px;
padding-top: 10px;
}
.nuvem-html a {
text-decoration: none;
}
.nuvem-html a:hover {
border-bottom: 1px dashed #ccc;
}
/* Search.
main-wrapper:
#search form {
border:1px solid #999999;
background:#E5E5E5;
padding:10px;
margin:0 10px 15px;
position:relative;
}
.searchtext {
padding:2px 5px;
color:#999;
font-size:11px;
line-height:15px;
height:15px;
width:87%;
border:2px solid #BBDAFD;
}
.searchsubmit {
position:absolute;
right:10px;
top:10px;
}