body {
	margin: 0px;
	padding: 0px;
	background-color: #FFE4B5;
}
.body12 {
	color: black;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.table {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: black;
	margin: 60px 0px 0px 50px;
}


.inputbox {
	border-top: #3F402F solid 1px;
	border-left: #3F402F solid 1px;
	border-bottom: #FBFFBB solid 1px;
	border-right: #FBFFBB solid 1px;
	background-color: #F1D7AB;
	font-family: verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
	padding-left: 5px;
}


iframe#servlet-dumper {
	position: absolute;
	visibility: hidden;
	top: -10px;
	left: 110px;
	width: 1px;
	height: 1px;
}

div#thank-you {
	position: absolute;
	visibility: hidden;
	top: 10px;
	left: 20px;
	width: 200px;
	height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: black;
	background: #FFFCC8;
	border: 2px #F8B840 outset;
	z-index: 3;
}
.button-item {
	background: #D1E0ED;
	text-decoration: none;
	vertical-align: bottom;
	height: 26px;
}
a.button-item {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	margin-left: 15px;
}
a.button-item:link {
	text-decoration: none;
}
a.button-item:visited {
	text-decoration: none;
}

a.button-item:hover {
	background: #FFFFFF;
	text-decoration: none;
}

.button-item span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #EF151A;
	border-width: 2px;
	border-style: solid;
	border-color: white #6C8E9A #6C8E9A white;
	background-color: inherit;
	height: 24px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	cursor: hand;
}


div.holder, div.holdertell, div.holderthankyou {
	width: 600px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div.holderthankyou {
	background-image: url( /site/comment/images/center-thankyou.jpg );
	text-align: center;
	border: 0px dashed blue;
}

div.holder {
	background-image: url( /site/comment/images/center-comment.jpg );
}
div.holdertell {
	background-image: url( /site/comment/images/center-tell.jpg );
}

div.holderthankyou table {
	table-layout: fixed; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: black;
	text-align: center;
	border: 0px dashed red;
}

