@import "basic.css";

#leadTxt {
	padding: 0 0 10px 0;
}

#postFeedback {
	padding: 20px 0 0 0;
	border-top: 1px solid #ddd;
}

#postFeedback h3 {
	font-size: 150%;
	margin: 0 0 -10px 0;
}

#postFeedback #error {
	margin: 0 0 20px 0;
	padding: 1px 10px;
	border: 1px solid #DB8915;
}

#inputForm {
	width: 760px;
	margin: 20px 0;
}

#inputForm table {
	width: 760px;
	border-collapse: collapse;
}

#inputForm table th {
	width: 160px;
	padding: 3px 0 3px 40px;
	background: url(../images/common_files/icon_hissu.gif) 0 3px no-repeat;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#inputForm table td {
	width: 560px;
	padding: 3px 0;
	text-align: left;
	vertical-align: top;
}

#inputForm table td input#comment-author {
	width: 250px;
	padding: 1px;
	border: 1px solid #7F9DB9;
	background: #fff;
	ime-mode: active;
}


#inputForm table td input#comment-email {
	width: 250px;
	padding: 1px;
	border: 1px solid #7F9DB9;
	background: #fff;
	ime-mode: inactive;
}

#inputForm table td textarea {
	width: 550px;
	height: 150px;
	padding: 1px;
	border: 1px solid #7F9DB9;
	background: #fff;
	ime-mode: active;
}

#inputForm p.btn {
	margin: 3px 0 0 200px;
}

#inputForm p.btn input {
	padding: 5px 10px;
}

#feedback .comment {
	width: 705px;
	padding: 1px 55px 0 0;
	border-top: 1px solid #ddd;
	position: relative;
}

#feedback .comment .commentNumber {
	margin: 0 0 0 0;
	font-size: 400%;
	color: #ddd;
	font-weight: bold;
	font-style: italic;
	font-family: "Arial","Helvetica","Verdana","‚l‚r ƒSƒVƒbƒN","Osaka",sans-serif;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#feedback .comment p {
	margin: 10px 0;
}

#feedback .comment p.posted {
}
