/* Caixa de Comentários */
input, textarea, select 
 {font-family: verdana; 
 font-size: 11px;
 color: #86827D;
 border-top: 1px dashed #DFC6CB;
 border-left: 1px dashed #DFC6CB;
 border-right: 1px dashed #DFC6CB;
 border-bottom:1px dashed #DFC6CB;
        background-color: #FBF9F6;
        -moz-border-radius:8px 8px 8px 8px;
        text-align:center;
        }
/* Formatação dos Links */

a, a:link{
color:#DFC6CB;
cursor:ne-resize;
TEXT-DECORATION:dotted;
border-bottom: 1px dashed #86827D; 
}
a:hover {
color:#86827D;
cursor:ne-resize;
TEXT-DECORATION:dotted;
text-align:center;
border-bottom: 1px dashed #86827D;
}