/* ------------ CAIXA DE COMENTARIO ------------ */
input, textarea, select
{font-family: Segoe UI;
font-size: 11px;
color: #A4C12E;
border-top:1px dashed #55504A;
border-left:1px dashed #55504A;
border-right:1px dashed #55504A;
border-bottom:1px dashed #55504A;
background-image: url("picture url");
background-color:#3B3733;
-moz-border-radius: 8px 200px 200px 8px;
}
/*----------- LINK -----------*/
a, a:link{
color: #55504A; height:0px;
cursor: sw-resize;
TEXT-DECORATION: none;
-moz-border-radius: 8px 8px 8px 8px;
}
a:hover {
color: #8A8379;
border-bottom: 1px dashed #8A8379;
cursor: nw-resize;
TEXT-DECORATION: none;
-moz-border-radius: 8px 8px 8px 8px;
}