body {
	margin: 0;
	padding: 0;
	color: #7e8081;
	background-color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

#forumside {
	width: 173px;
	padding: 0;
	margin: 50px 0 0 28px;
}

#forumside .section {
	margin: 0 0 0 0;
	padding: 0;
	background: #fff3d3 url(../../img/web/default/round_bottom.gif) no-repeat left bottom;
}

#forumside .section strong {
	color: #f3a134;
	font-size: 12px;
	font-weight: bold;
}

#forumside .section p {
	padding: 5px 7px 5px 13px;
	margin: 0;
}


#forumside .section .button {
	padding: 0 7px 7px 6px;
	margin: 0;
}


#forumside .section fieldset  {
	border: 0;
	margin: 0;
	background-color: #fff3d3;
}

#forumside .section fieldset label {
	display: block;
}

#forumside .section fieldset select {
	font-size: 10px;
	width: 138px;
}

#forumside .clear {font-size: 1px; height: 10px;}

#forumside .bottom {
	padding: 0;
	margin: 0;
	border: 0;
}

#forumside .help {
	 padding-left:20px; 
	 color: #7e8081; 
	 font-size: 10px;
}

/******************* STATUS MESSAGE STYLES ********/

.errorMessage {
	color:red;
}

.successMessage {
	color:green;
}

.statusLink {
	text-decoration:underline;
}

/******************* STATUS MESSAGE STYLES ********/