.font-red{
color:#993333;
}


.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: #72000a 1px solid;
border-bottom-width: 0;
font: bold 12px Verdana;
line-height: 18px;
z-index: 200; 
background: #ececec;
width: 200px; 
}

.anylinkmenu ul{
margin: 0 0 0 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: #72000a 1px solid;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #72000a
}

.anylinkmenu a:hover{ 
background: #72000a;
color: #ffffff;
}
/*FORM*/
form {
color:#540B14;
font-weight:bold;
clear:both;
}

input, textarea, select,
input.nostyle, textarea.nostyle, select.nostyle {
background: #6c6b6b;
padding:2px;
clear:both;
color:#ffffff;
}

input, textarea, select {
border:1px solid #ccc;
}

input.nostyle, textarea.nostyle, select.nostyle {
border:none;
}

input:focus, textarea:focus {
background: #6c6b6b;
border:1px solid #993333;
} 
input.nostyle {
background:#6c6b6b;
border:;
padding:;
clear:both;
}
input.nostyle:focus {
background:#6c6b6b;
border:;
} 







