.bodyclass {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;	
}
.txt_blue {
	color: #9C70FF;
}
.line_blue {
	color: #d6c4ff;
}
.line_red {
	color: #ffbdee;
}
.txt_favorite_blue {
	color: #6623ff;
}
.txt_white {
	color: #FFF;
	font-size:14px;
	text-decoration:none;
	background-color: #8E64E8;	
}
.txt_white:hover {
	background-color: #6D4DB3;
}
.img_preview {
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.txt_dark_blue {
	color: #5B4196;
}
.txt_member {
	font-size: 12px;
	color: #5B4196;
}
.txt_member_light {
	font-size: 12px;
	color: #9C70FF;
}
.txt_small {
	font-size: 10px;
	color: #AAA;
}
.txt_grey {
	color: #666;
}
.gradient400 {
	background-image: url(images/gradient400.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.txt_red {
	color: #F3C;
}
.txt_orange {
	color: #D68000;
}
.message_box {
	background-image: url(images/message_bg.png);
	height: 150px;
	width: 250px;
	position: absolute;
	left:25px;
	bottom:25px;
}
.message_box_reversed {
	background-image: url(images/message_bg_reversed.png);
	height: 150px;
	width: 250px;
	position: absolute;
	left:-250px;
	bottom:15px;
}
.newmessage_box {
	background-image: url(images/newmessage_bg.png);
	height: 100px;
	width: 200px;
	position: absolute;
	top:25px;
}
.message_textarea {
	width:205px;
	height:85px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #5B4196;
	resize:none;
}
.wallpost_textarea{
	width:480px;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #5B4196;
	resize:none;
}
.comment_textarea{
	width:200px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #5B4196;
	resize:none;
}
.reply_textarea{
	width:290px;
	height:60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #5B4196;
	resize:none;
}
.searchfield {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #5B4196;
}
.message_selected {
	background-image: url(images/message_selected.png);
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}


