
#header {
    z-index: 9999;
}
.forum-table h2 {
    color: #FFFFFF !important;
}
.forum-table thead {
    background: none repeat scroll 0 0 #017777 !important;
}
.forum-table thead th {
    border: 0 none;
    color: #FFFFFF;
    padding: 10px 10px 5px 10px;

}
.forum-table tbody td {
    border: thin solid #017777;
    padding: 10px;
    min-height:50px;
}

.replyForm .submitButton{
    padding:10px;   
    border: thin solid #017777;
    width:120px;
    font-size:13px;
    font-weight:bold;
    
}
.replyForm input , .replyForm textarea{

    width:100%;
    padding:5px;   
    border: thin solid #017777;
    font-size:12px;
    font-family:sans-serif;   
}