body {
	background-color: #FFFFFF;	
	background-image:  url(images/bg.png);
	text-align: center;
	font-family:verdana, arial, sans-serif;
}

form  {
	margin: 0;
}


#postbox{
	width:260px;
	background:#ffffff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;	

	font-size:11px;
	text-align: center;
	padding-bottom: 15px;
	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: 1px solid #999999;
		border-bottom: 1px solid #999999;				
		}	
		
.item {
		color:#333333;
		font-size:11px;
		font-weight:normal;
		text-align: left;
		padding-top:7px;
		padding-left: 15px;
	}	
		
input {
	background-color: #FFFFFF;
	height: 17px;
	border: 1px  #999999;
	font-size:11px;
}

textarea {
	border: 1px solid #999999;
}

.wid{
	width: 225px;
}



