#postnote
{
	position: absolute;
	width: 540px;
	height: 190px;
	top: 0px;
	left: 0px;
	display: none;
	padding: 10px;
}

#postnote textarea
{
 	left: 0px;
 	
	width: 400px;
	height: 370px;
}

#addpost
{
	display: none;
}

#fader, messageReply
{
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	border: 0px;
	background-color: black;
	filter:alpha(opacity=60); 
   	-moz-opacity: 0.6; 
   	opacity: 0.6; 
   	display: none;
}

.board_postContainer
{
 	border-bottom: 1px dotted #c6c6c6;
	margin-bottom: 5px;
}

.board_dashboardPost
{
	padding: 10px;
}

.board_profilePostAvatar
{
	position: relative; float: left;
}

.board_postTitle
{
	display: block; 
	width: 370px;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	margin-left: 65px;

}

.board_postText
{
	display: block; 
	width: 400px;
	font-size: 1em;
	float: right;
	
}

.board_subPost
{
	padding: 10px;
	margin-left: 70px;
	margin-right: 70px;
	background-color: #ebebeb;
	margin-bottom: 10px;
	
}

.board_commentAvatarContainerSmall
{	
	width: 35px;
	float: left;
}

.board_commentTextarea
{
	width: 200px;
	height: 30px;
	font-family: helvetica, arial;
}
.board_commentLink
{
	margin-top:25px;
	display:block;
	text-align:left;
}
.board_commentLink a
{
	color: #666666;
	text-decoration: none;
}

.buttonE
{
 	width:90px;
 	height:30px;
	background:url('../images/buttonEmpty.gif') no-repeat;
	padding-left:9px;
	border:none;
	font-size:1em;
	color:orange;
	text-align:center;
}
.postdate
{
	float:left;
	color:#aaaaaa;
	font-size:7pt;
	width:300px;
}
