body   { background-color: white; background-image: none }


#postbox {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	background-color: FFF;
	background-repeat: repeat; background-attachment: scroll; background-position: 0 0;
	margin: auto;
	width: 260px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #CBCFC1
	}


#posttitle       {
	color: #555;
	font-size: 12px;
	font-family: chicago,HiraKakuPro-W6;
	font-weight: normal;
	background-color: CBCFC1;
	text-align: center;
	padding-top: 2px;
	border-bottom: 1px solid #555
	}
		
.item  {
	color: #555;
	font-size: 11px;
	font-family: chicago,HiraKakuPro-W6;
	font-weight: normal;
	background-color: FFF;
	text-align: left;
	padding-top: 7px
	}	
		
input  { color: #333333; font-size: 10px; font-family: HiraMaruPro-W4, Osaka, "MS p Gothic", arial; background-color: #fff; height: 15px; border: solid 1px #555 }
textarea  { color: #333333; font-size: 10px; font-family: HiraMaruPro-W4, Osaka, "MS p Gothic", arial; background-color: #fff; border: solid 1px #555 }