/*------------------------------------------------------------------------
	cuisine_bbs.htm
  ------------------------------------------------------------------------*/
/* 
#bbsCounterBox {
	position: absolute;
	top: 45px;
	left: 2px;
	cursor: default;
	font-size: xx-small;
	letter-spacing: 0.5em;
	color: #FEFEFE;
}
 */
#inputFormBox {
	margin: 0 5px 0 5px;
}
	div.formItemBox {
		width: 590px;
		margin-top: 2px;
		text-align: left;
	}
		div.formItemBox label {
			width: 90px;
			float: left;
			text-align: right;
			font-size: x-small;
		}
		div.formItemBox input {
			border: solid 1px #993333;
		}

		div.formItemBox textArea {
			width: 490px;
			border: solid 1px #993333;
		}

	div.formButtomBox input {
		margin: 10px 0 0 0;
		padding: 2px 0 0 0;
		color: #330033;
		font-size: 16px;
		cursor: pointer;
		border: solid 1px #993333;
		background-image: URL("../res/focus.png");
	}
	div.messageBox {
		width: 85%;
		margin: 1em auto 0 auto;
		text-align: left;
		font-size: small;
		font-family: "Verdana", serif;
		border: solid 1px #993333;
		background-image: URL("../res/LtR_100.png");
		background-repeat: repeat-y;
		background-color: #FCFCFC;
	}
	div.messageTitleBox {
		color: #993333;
		padding: 2px 2px 0 10px;

		background-color: #FFF5F5;
		background-image: URL("res/title.png");
		margin: 2px;
		border: solid 1px #D76589;
	}
	div.messageInfomationBox {
		background-color: #993333;
		color: #FEFEFE;
		padding: 0 2px 2px 2px;
		text-align: right;
		font-size: xx-small;
		font-family: "Verdana", serif;
		border-style: solid;
		border-width: 0 0 2px 0;
		border-color: #993333;
	}
	div.messageContentsBox {
		padding: 2px 2px 2px 40px;
		font-size: x-small;
	
	}
	div.replyButtonBox {
		margin: 0 2px 2px 0;
		text-align: right;
	}
		div.replyButtonBox input {
		color: #330033;
		border: solid 1px #993333;
		font-family: "Verdana", serif;
		font-size: x-small;
		cursor: pointer;
		background-image: URL("../res/focus.png");
	}
	div.messageReplyBox {
		width: 100%;
	}
		div.messageReplyTitleBox {
			margin: 0 2px 0 20px;
			padding: 2px 2px 4px 2px;
			color: #993333;
			background-color: #FFF5F5;
			font-family: "Verdana", serif;
			border: solid 1px #D76589;
			background-image: URL("res/resTitle.png");
		}
			div.messageReplyTitleLefterBox {
				margin-left: 5px;
				float: left;
				font-size: x-small;
			}
			div.messageReplyTitleRighterBox {
				text-align: right;
				font-size: xx-small;
			}
		div.replyContentsBox {
			padding: 2px 2px 2px 60px;
			font-size: x-small;
		}
small {
	font-size: xx-small;
}

em.smallText {
	font-size: smaller;
	font-style: normal;
}
em.xx-smallText {
	font-size: xx-small;
	font-style: normal;
}
em.boldText {
	font-style: normal;
	font-weight: bold;
}