/***** FORUM *****/

div.forum div.content {
	margin: 0px 0px 0px 00px;

    width: 100%;
}

div.forum div.content h2 {
	margin: 6px 0px 2px 0px;
	padding: 0px 0px 0px 0px;

	font-size: 1.0em;
	font-weight: bold;

	text-transform: uppercase;

    float: left;
}

div.forum div.content p.text { 
    clear: both;

    margin: 0;
    padding: 0;
}

div.forum div.content span.date {
	float: right;

	margin: 6px 0px 2px 0px;

	font-weight: bold;
}

div.forum div.content span.date span.comment {
	font-weight: normal;

    padding-left: 5px;
}

div.forum div.content p.reply {
    text-align: right;
    
    padding: 0;
    margin-top: 0;
}

div.forum div.content p.author {
    clear: both;

    font-weight: bold;
    
    padding: 0;
    margin: 0;
}

div.forum div.content .reply-to {
    padding: 0;
    margin: 0;

    font-weight: normal;
}

span.border {
	display: block;

	padding: 2px;
	padding: 1px 2px 1px 2px;

	background-color: #fff;
}

input.textbox, textarea.textbox {
	background-color: #fff;

	border: 1px solid #000;
}

span.invisible {
    display: none
}
