/*FORMS*/
input.submit {
background: #D7443D;
font: 11px "Tahoma";
color: #F8F8F8;
padding:5px;
text-align: center;
border: #D7443D 1px solid;
margin-top: 5px;
margin-bottom: 5px;
display: block;
width: 35%;
}
#submit {
float:right;
margin:0 10px 0 0;
background: #FE2E79;
font: 11px "Tahoma";
color: #FFFFFF;
padding:5px;
text-align: center;
border: #FE2E79 1px solid;
width: 120px;
}
#author, #email, #url {
background: #F8F8F8;
font: 11px "Tahoma";
color: #3B3B3B;
padding:5px;
text-align: left;
border: #E4E4E4 1px solid;
margin-bottom: 5px;
width:97%;
}
input {
background: #F8F8F8;
font: 11px "Tahoma";
color: #3B3B3B;
padding:5px;
text-align: left;
border: #E4E4E4 1px solid;
}
textarea, #comment{
background: #F8F8F8;
font: 11px "Tahoma";
color: #3B3B3B;
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: #3B3B3B;
padding: 1px 5px;
text-align: left;
border-bottom: #E4E4E4 1px solid;
margin-bottom: 5px;
width:100%;
}
select {
background: #ffffff;
font: 11px "Tahoma";
color: #3B3B3B;
padding: 5px;
text-align: left;
border: #E4E4E4 1px solid;
margin-bottom: 5px;
width:80%;
}
radio {
background: #F8F8F8;
font: 11px "Tahoma";
color: #3B3B3B;
padding:5px;
text-align: left;
border: #E4E4E4 1px solid;
margin-bottom: 5px;
}
