/*FORMS*/
#submit {
margin:0 10px 0 0;
background: #8AD7A1;
font: 11px "Tahoma";
color: #2E8548;
padding:5px;
text-align: center;
border: #8AD7A1 1px solid;
width: 120px;
}
#author, #email, #url {
background: #F8F8F8;
font: 11px "Tahoma";
color: #4D4D4D;
padding:5px;
text-align: left;
border: #E4E4E4 1px solid;
margin-bottom: 5px;
width:97%;
}
input {
background: #F8F8F8;
font: 11px "Tahoma";
color: #4D4D4D;
padding:5px;
text-align: left;
border: #E4E4E4 1px solid;
}
textarea, #comment{
background: #F8F8F8;
font: 11px "Tahoma";
color: #4D4D4D;
padding: 5px;
text-align: center;
text-align: left;
border: #E4E4E4 1px solid;
margin-bottom: 5px;
width:97%;
}
input:focus, textarea:focus, #comment:focus, input.submit:focus, #author:focus, #email:focus, #url:focus {
background: #FFFFFF;
}
option {
background: #F8F8F8;
font: 11px "Tahoma";
color: #4D4D4D;
padding: 1px 5px;
text-align: left;
border-bottom: #E4E4E4 1px solid;
margin-bottom: 5px;
width:100%;
}
select {
background: #ffffff;
font: 11px "Tahoma";
color: #4D4D4D;
padding: 5px;
text-align: left;
border: #E4E4E4 1px solid;
margin-bottom: 5px;
width:80%;
}
radio {
background: #F8F8F8;
font: 11px "Tahoma";
color: #4D4D4D;
padding:5px;
text-align: left;
border: #E4E4E4 1px solid;
margin-bottom: 5px;
}