/* CSS Document */

/* Table manage */
.table_feedback_main {
	width: 100%;
	text-align: center;
	background-image: url(table_bg/bg_01.gif);
	background-repeat: repeat;
	line-height: 18px;
}

.table_feedback_inside {
	width: 100%;
	text-align: center;
}

.table_feedback_frame {
	width: 100%;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.table_feedback_frame td {
	vertical-align: top;
}

.table_feedback {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.table_feedback th {
}

.table_form_feedback_textbox {
	width: 100%;
}

.table_form_feedback_textbox th {
	text-align: right;
	white-space: nowrap;
	width: 1%;
	font-weight: 100;
	color: #999999;
}

.table_form_feedback_textbox td {
	color: #FF0000;
}

.table_form_feedback_textbox input {
	width: 200px;
	background-image: url(table_bg/bg_08.gif);
	background-repeat: repeat-x;
	border-width: 0px;
	margin-bottom: 4px;
}

.table_form_feedback_radio {
	width: 100%;
}

.table_form_feedback_radio td {
	color: #999999;
}

.table_form_feedback_textarea {
	width: 100%;
}

.table_form_feedback_textarea textarea {
	width: 600px;
	height: 100px;
	border-width: 0px;
	background-image: url(table_bg/bg_01.gif);
	background-repeat: repeat;
}

.table_form_feedback_textarea td {
	color: #FF0000;
}

/* Contact */
.feedback_bg {
	background-color: #999999;
}

/* DIV */
#div_feedback_header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(table_bg/bg_05.gif);
	background-repeat: repeat-x;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-top: 2px;
}

/* Form */
.form_feedback {
	margin: 0px;
	padding: 0px;
}