.Name {
	float: left;
	width: 100px;
}
.Namebox {

	width: 300px;
	clear: right;
}
#MYforumBox {
	background-color: #ECF5FF;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.PostForumTitle {
	height: auto;
	width: 99%;
	background-color: #C1DFFF;
	margin-bottom: 15px;
	padding: 3px;
}

.Email {
	float: left;
	width: 100px;
}
.Emailbox {

	width: 300px;
	clear: right;
}
.WebAddress {
	float: left;
	width: 100px;
}
.WebAddressBox {

	width: 300px;
	clear: right;
}
.Comment {
	float: left;
	width: 100px;
}
.CommentBox {

	width: 300px;
	clear: right;
}

