body#pbbs {
	background-color: #FFFFFF;	
	background-image:  none;	/*url(images/bg.png);*/
	text-align: center;
	font-family:verdana, arial, sans-serif;
}

form.pbbs  {
	margin: 0;
}


#postbox{
	width:180px;
	background:#ffffff;
	border-right: none;	/*1px solid #999999;*/
	border-bottom: none;	/*1px solid #999999;*/
	border-left: none;	/*1px solid #999999;*/	

	font-size:10px;
	text-align: center;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}


#posttitle {
		color:#333333;
		font-size:10px;
		font-weight:bold;
		background-image:  url(images/title_bar.jpg);		padding:2px;
		text-align: center;
		letter-spacing: .2em; 
		border-top: none;	/*1px solid #999999;*/
		border-bottom: none;	/*1px solid #999999;*/				
		}	
		
.item {
		color:#333333;
		font-size:10px;
		font-weight:normal;
		text-align: left;
		padding-top:8px;
		padding-left: 2px;
	}	
		
input.wid {
	background-color: #FFFFFF;
	height: 16px;
	border: 1px solid #999999;
	font-size:10px;
}

textarea.wid {
	border: 1px solid #999999;
}

.wid{
	width: 175px;
}



