#commentForm label.error { margin: 5px 0px; color:#FF0000;display:block;}
#commentForm input, #commentForm textarea { display:block;}
body {
margin:0px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}
a:link, a:visited {
color:#91af46;
font-weight:bold;
text-decoration:none;
}

a:hover, a:active {
text-decoration:underline;
}


.blue {
color:#91AF46;
}

#submit, #submit2, .submitButton {
border:none;
cursor:pointer;
height:33px;
overflow:hidden;
width:57px;
background:url(../images/button_sendit.gif) no-repeat;
display:block;
}

#submit span, #submit2 span, .submitButton span {
text-indent:-9999px;
display:block;
}

#name, #email, #phone, #plate, #date, #author, #url, .textArea {
background:url(../images/bg_input.gif) no-repeat;
border:none;
font-family:Arial, Helvetica, sans-serif;
height:31px;
width:210px;
padding:8px 0 0 5px;
font-size:12px;
color:#999999;
}

#message, #comment, .commentArea {
background:url(../images/bg_textarea.gif) no-repeat;
font-family:Arial, Helvetica, sans-serif;
border:none;
height:120px;
width:320px;
padding:8px 0 0 5px;
font-size:12px;
color:#999999;
resize: none;

}

.errormsg {
color:#FF0000;
margin:10px 0px;
font-weight:bold;
}


p {
color:#666;
line-height:18px;
}

li {
margin:0 0 0 12px;
color:#666;
line-height:18px;
}
