/* CSS DOCUMENT */

input
{
   font-family: arial;
   font-size: 12px;
   color: rgb(255,255,255);
   background-color: rgb(0,0,0);
   border: solid #BCAF9F 2px;
}

textarea
{
   font-family: arial;
   font-size: 12px;
   color: rgb(255,255,255);
   background-color: rgb(0,0,0);
   border: solid #BCAF9F 2px;
}

select
{
   font-family: arial;
   font-size: 12px;
   color: rgb(255,255,255);
   background-color: rgb(0,0,0);
   border: solid #BCAF9F 2px;
}

/* CSS DOCUMENT */

#blog_comment_form input
{
   font-family: verdana;
   font-size: 11px;
   color: rgb(255,255,255);
   background-color: rgb(0,0,0);
   border: solid #665A50 1px;
   width: 150px;
}

#blog_comment_form textarea
{
   font-family: verdana;
   font-size: 11px;
   color: rgb(255,255,255);
   background-color: rgb(0,0,0);
   border: solid #665A50 1px;
   width: 250px;
   height: 200px;
}

#blog_comment_form select
{
   font-family: verdana;
   font-size: 11px;
   color: rgb(255,255,255);
   background-color: rgb(0,0,0);
   border: solid #665A50 1px;
}



table.blog_comment_form
{
   border: 3px #2F231C solid;
   font-family: verdana;
   font-size: 11px;
   width: 80%;
   background-color: #2A1F19;
   
}




