body {
	font-family: arial;
}

form.qa_form {
	padding: 0;
	text-align: right;
}

form.qa_form table {
	width: 100%;
}


#qa_admin_form form.qa_form {
	padding: 0;
	text-align: right;
}

form.qa_form td {
	text-align: left;
}

form.qa_form td.qa_caption {
	width: 30%;
	color: #666;
	font: 11px arial;
	text-align: right;
	padding: 7px 10px 7px 0;
}

form.qa_form td.qa_texteditor {
	width: 100%;
	color: #666;
	font: 11px arial;
	padding: 10px;
}

form.qa_form td.qa_editor {
	width: 70%;
	color: #666;
	font: 12px arial;
	padding: 1px 10px;
}

form.qa_form tr.boss {
	display: none;
}




form.qa_form input {
	font: 12px arial;
	width: 100%;
}


form.qa_form input.input_check {
	width: 30px;
	margin-left: 0;
	padding-left: 0;
}

a.link_close {
	display: block;
	background: transparent url(/images/buttons/btn_close.png) no-repeat; 
	width: 89px; 
	height: 32px;
}

form.qa_form input.qa_form_butt {
	margin-left: 0;
	border: none;
	background: transparent url(/images/buttons/btn_send.png) no-repeat; 
	width: 89px; 
	height: 32px;
	margin: 15px 0 20px 0;
	padding: 4px;
	font: 14px arial;
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}

form.qa_form input.qa_form_reset {
	margin-left: 0;
	border: none;
	background: transparent url(/images/buttons/btn_cancel.png) no-repeat; 
	width: 89px; 
	height: 32px;
	margin: 15px 0 20px 0;
	padding: 4px;
	font: 14px arial;
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;
}

form.qa_form textarea {
	font: 12px arial;
	width: 100%;
}

form.qa_form select {
	font: 12px arial;
	width: 80%;
}

table.qa_main h2 {
	color: #666;
	font: 18px arial;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

table.qa_main a {
	display: block;
	width: 100%;
	color: #485b76;
	padding: 3px 8px;
}

table.qa_main a.selected {
	background-color: #fff;
	text-decoration: none;
}

table.qa_main a:hover {
	background-color: #ffc600;
	text-decoration: none;
}

td.qa_content a:hover {
	background-color: transparent;
	text-decoration: underline;
}

td.qa_content a span {
	background-color: transparent;
	font-weight: bold;
}

td.qa_content a:hover span {
	background-color: transparent;
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

div.qa_name {
	padding: 4px;
	font: 18px arial;
	font-weight: bold;
}

div.qa_mode {
	padding: 4px;
	font: 12px arial;
	font-weight: bold;
	color: #933;
}

div.qa_qtext {
	margin: 4px;
	padding: 8px;
	font: 12px arial;
	border-bottom: 1px dotted #333;
	background-color: #efefef;
}

div.qa_atext {
	margin: 4px;
	padding: 8px;
	font: 12px arial;
	border-bottom: 1px dotted #333;
	background-color: #fff;
}

div.qa_author {
	text-align: right;
	padding: 4px;
	font: 11px arial;
}


#page_navigation {
	padding-bottom: 5px;
	margin: 10px 0 0 0;
	clear: left;
	border-bottom: 1px dotted #333;	
	overflow: hidden;
	vertical-align: bottom;
}

#page_navigation a {
	float: left;
	width: 10px;
	text-align: center;
	font-size: 0.7em;
}

#page_navigation2 a {
	float: left;
	width: 10px;
	text-align: center;
	font-size: 0.7em;
}

#qa_public_block #page_navigation a {
	font-size: 11px;
	text-decoration: none;
	float: left;
	width: 15px;
	padding: 2px 6px;
	margin: 2px;
	text-align: center;
	border: 1px solid #666;
}

#qa_public_block #page_navigation a:hover {
	text-decoration: underline;
}

#page_navigation2 {
	padding-top: 5px;
	margin: 20px 0 0 0;
	clear: left;
	border-top: 1px dotted #333;
	overflow: hidden;
	vertical-align: bottom;
}

#qa_public_block #page_navigation2 a {
	font-size: 11px;
	text-decoration: none;
	float: left;
	width: 15px;
	padding: 2px 6px;
	margin: 2px;
	text-align: center;
	border: 1px solid #666;
}

#qa_public_block #page_navigation2 a:hover {
	text-decoration: underline;
}

a.current_page {
	background-color: #eee;
}


#qa_public_block a {
	font-size: 10pt;
	display: block;
	color: #674646;
	padding: 3px 8px;
	margin-bottom: 10px;
	overflow: hidden;
	aaaborder-top: 1px dotted #333;
	text-decoration: none;
}

#qa_public_block a:hover {
	color: #674646;
	text-decoration: underline;
}

#qa_public_block .qa_date_in_list {
	width: 75px;
	text-align: center;
	margin: 15px 0 5px 0;
	padding: 3px;
	font-size: 11px;
	color: #f00;
	text-decoration: none;
	
}

/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}









