.forum_header{
    font:12px tahoma;
    text-align: center;
    color: #818181;
    padding: 3px;
   border: 2px #D6D6D6 solid;
}
.fontablt{
    font:12px tahoma;
    }

.info_bar{ 
  font: 12px tahoma ;
color: #000;/*
  background-color: #AFA8A2;
  border: 2px #E1DECF solid;*/
   }

SELECT {
    font-size: 12px Tahoma;
    border: 2px #E1DECF solid;
}
textarea {
    font:12px tahoma;
	padding: 5px;
	height: 180px;
	width: 400px;
	border: 1px solid #E1DECF;
}

textarea:hover {
 	background-color: #EEECE3;
}

.text_box{
    width: 400px;
    font:12px tahoma;
    border: 1px #E1DECF solid;
}

.text_box:hover{
 	background-color: #EEECE3;
}


.button{
  font:12px tahoma;
   background-color: #FFF;
    border: 1px #cccccc solid;
}
