#forum a {
 color: #555555;
 font-size:11px;
 font-weight:bold;
 text-decoration:none;
}

#forum a:hover {
 border-bottom:1px dashed #000000;
 color: #e88464;
}

#forumlogo {
 margin: auto;
 margin-top: 10px;
 position: relative;
 background-image: url(/gfx/jpg/nge-forum.jpg);
 background-repeat:no-repeat;
 height: 550px;
 width: 386px;
}

#forumlink {
 position: absolute;
 top: 195px;
 left: 0px;
}

#forumlink a {
 width:400px;
 height:150px;
 display:block;
 background-image:url(/gfx/gif/enter_norm.gif);
}
 
#forumlink a:hover {
 border: 0;
 background-image:url(/gfx/gif/enter_hover.gif);
}

#forumlogin {
 width: 500px;
 margin: auto;
 background: #eee;
 padding: 5px;
 border: 1px dotted #ccc;
}

#forumlogin input {
 border: 1px dotted #aaa;
}

#forumsubmit {
 padding: 5px;
 vertical-align:middle; 
}
