@charset "utf-8";
/* CSS Document */

img
{
	border:0px;
}

table
{
	border:0px;
}

/* Main Background colour */
.bgcolor
{
	background-color:#FFF;
}
/* Link Title */
.bold
{
 font-weight:bold;
}

.right {
	text-align:right;
}

.hide
{
	display:none;
	visibility: hidden;
}

.error
{
	border:thin solid #F00;
}

.news_bar_post
{
	font-weight:bold;
	font-size:0.7em;
}

.news_bar_type
{
	font-weight:bold;
}

.old p:first-letter {
  font-size: 3em;
  float: left;
}

.lname {
	width:50%;
}

.laddress {
	width:50%;
	text-align:right;
}

.sb_messages {
	width:342px;
	height:450px;
	overflow:auto;
	padding-left:3px;
}

.padding {
	padding: 10px;
	text-align:justify;
}

.comment_box {
	width: 600px;
	border: solid thin #000;
	margin-left: auto;
	margin-right: auto;
	height: 350px;
}

.comment_tbbox {
	width: 600px;
	height: 230px;
	text-align: center;
}

.comment_tblable {
	width: 600px;
	text-align: center;
	padding-top: 10px;
}


.inthebox {
	text-align:center;
	margin-top:20%;
	font-weight:bold;
}

.field {
	width: 160px;
	height: 30px;
	float: left;
}

.field_wrapper {
	width: 320px;
	text-align:center;
}

.avatar {
	width:100px;
	margin-right:15px;
	margin-top:15px;
	float: left;
	text-align:left;
}

.comment{
	float:left;
	max-width:70%;
}

.clear {
	clear:both;
}

.small_text{
	font-size:0.7em;
}