@charset "utf-8";

td.head {
	font:12px Tahoma;
	color:#2664BF;
	padding:0px;
	margin:0px;
}
.body{
	padding:15px;
	background-color:#f8fcfe;
	border:1px solid #e7ecee;
}
.message {
	font:14px/1.3em Tahoma;
	color:#454545;
	text-align:left;
	margin:0 0 0 10px;
}
.answer_caption {
	font:12px Tahoma;
	color:#2664BF;
	text-align:left;
	margin:10px 0px 5px 0px;
}
.answer  {
	font:14px/1.3em Tahoma;
	color:#454545;
	text-align:justify;
	margin:0px 0px 0px 0px;
}
.sign {
	font-family:Georgia;
	font-size:17px;
	color:#0b4e6f;
	text-align:left;
	margin:0px;
}
.date{
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#650000;
	letter-spacing:1px;
	text-align:right;
	margin-bottom:5px;
	float:right;
	width:200px;
	display:inline;
}
.tooltip{
	border:solid 1px #999;
	background-color:#CCC;
	padding:5px;
	position:absolute;
	width:auto;
	height:auto;
	overflow:hidden;
}
.email{
	font:13px Tahoma, Arial;
	color:#000;
	margin:2px;
	white-space:nowrap;
}
.email .caption{
	font-weight:bold;
	color:#00F;
}
.icq{
	font:13px Tahoma, Arial;
	color:#000;
	margin:2px;
	white-space:nowrap;
}
.icq .caption{
	font-weight:bold;
	color:#390;
}
.blue_line {
  color:#6699FF;
	text-align:left;
	display:none;
}
.faq_title {
	font:26px Tahoma, Arial;
	color:#9DBFC6;
	text-align:center;
	margin:25px 0 5px 0;
}
.faq_subtitle {
	font-family:Georgia;
	font-size:17px;
	color:#650000;
	text-align:center;
	margin:30px 0 12px 0;
}
.pp_button, .pp_pushed_button{
    color:#3399FF;
	cursor:pointer;
	font-size:14px;
	margin:0 5px 0 0;
}
.pp_button a:hover {
    color:#6F8DCC;
}
.pp_button a, .pp_pushed_button a{
	font:13px Tahoma, Arial;
	text-align:center;
}
.pp_pushed_button{
	font-weight:bold;
}


/*  POST FORM  */
.post_answer_head {
	font-family:Georgia;
	font-size:17px;
	color:#650000;
}
.post_answer_body {
	padding:15px;
	background-color:#f8fcfe;
	border:1px solid #e7ecee;
}


.post_answer_form_label {
	font:12px Tahoma;
	color:#2664BF;
	margin:10px 0 0 0;
}
.send_button input {
	padding:2px 10px;
}