
/* comments ----------------------------------------------------------------- */


.comment_header
	{
	font-size: 75%;
	color: #666;
	margin-bottom: 8px;
	}

.comment_authenticate .comment_header
	{
	padding-top: 12px;
	}
	
.comment_authenticate .comment_header a
	{
	font-size: 150%;
	background: #307300;
	color: #fff;
	}
	
	
.comment .cnt,
.comment_form .comment_cnt
	{
	padding: 12px 4px 4px 4px;
	margin: 0px 0px 20px 0px;
	background: #fe8;
	}
	
#context .comment_form .comment_cnt
	{
	padding: 12px 4px 4px 4px;
	margin: 0px 0px 20px 0px;
	background: #d7d7d7;
	}
	
.comment .cnt h3
	{
	font-size: 122%;
	margin: 0px 0px 4px 0px;
	font-weight: normal;
	}
	
.comment .cnt p,
.comment_form .comment_cnt p
	{
	font-size: 75%;
	padding-bottom: 8px;
	}

.comment .cnt blockquote
	{
	font-style: italic;
	border-left: 8px solid #fc3;
	margin: 0px 0px 8px 4px;
	padding: 4px 4px 0px 8px;
	}

	
.comment .cnt p.nfo,
.comment .cnt ul li a
	{
	display: inline;
	color: #999;
	}
	
.comment .cnt ul,
.comment .cnt ul li
	{
	display: inline;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.comment .cnt ul li
	{
	font-size: 75%;
	padding: 0px 4px 0px 0px;
	margin: 0px 4px 0px 0px;
	border-right: 1px solid #fc3;
	}
	
.prs,
.comment_form .comment_header
	{
	color: #000;
	padding: 4px;
	display: block;
	background: #fc3;
	font-size: 75%;
	margin-bottom: 0px;
	}
	
#context .comment_form .comment_header
	{
	color: #307300;
	display: block;
	background: transparent;
	font-size: 180%;
	padding: 10px 4px 8px 4px;
	}

.prs a
	{
	color: #000;
	}
	
.prs img
	{
	display: none;
	}

.comment_form input,
.comment_form textarea
	{
	width: 98%;
	margin-bottom: 8px;
	margin-top: 2px;
	}

.comment_form textarea
	{
	height: 100px;
	}

.comment_form input.checkbox
	{
	width: 15px;
	float: left;
	margin-right: 4px;
	margin-top: 0px;
	}


.comment_form input.submit,
.comment_form input.reset
	{
	font-family: georgia, times, serif;
	width: 90px;
	height: 20px;
	font-size: 75%;
	float: left;
	margin-right: 4px;
	margin-top: 8px;
	}
	

#context .comment_form input.submit,
#context .comment_form input.reset
	{
	font-family: georgia, times, serif;
	width: 80px;
	height: 20px;
	font-size: 75%;
	float: left;
	margin-right: 4px;
	margin-top: 8px;
	}


/* action bg ----*/

	
.action_box
	{
	font-family: verdana, helvetica, sans-serif;
	width: 380px;
	position:absolute;
	z-index:1010;
	font-size: 70%;
	display: none;
	background: #c9c9c9;
	border: 2px solid #000;
	padding: 14px 10px 14px 10px;
	text-align: left;
	}

.action_box h4
	{
	font-size: 188%;
	font-weight: normal;
	}
	
.action_box h5
	{
	font-size: 130%;
	line-height: 130%;
	color: #fff;
	font-weight: normal;
	}
	
.action_box a
	{
	color: #000;
	border-bottom: 1px dashed #fff;
	}

.action_box a:hover
	{
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	}
	
.action_box .expl
	{
	color: #fff;
	}
	
.action_box hr
	{
	border: 0px;
	border-bottom: 2px solid #000;
	margin: 14px 0px 14px 0px;
	}
	

.action_box p
	{
	margin: 10px 0px 10px 0px;
	}

.action_box .captcha_username,
.action_box .captcha_password
	{
	width: 180px;
	display: inline;
	float: left;
	margin: 14px 10px 0px 0px;
	}

.action_box .captcha_username input,
.action_box .captcha_code input
	{
	width: 185px;
	border: 1px solid #000;
	}
	
.action_box .captcha_password input
	{
	width: 100px;
	border: 1px solid #000;
	}

.action_box .captcha_img
	{
	display: inline;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	background: #fff;
	width: 185px;
	text-align: center;
	}
	
.action_box .captcha_code
	{
	width: 180px;
	display: inline;
	float: left;
	margin: 0px;
	margin-top: 8px;
	}
	
.action_box input.submit,
.action_box input.reset
	{
	margin: 14px 10px 0px 0px;
	width: 60px;
	font-size: 100%;
	background: #000;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px;
	}
	
	
.action_box textarea
	{
	width: 380px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px;
	}
	
#action_bg
	{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	display: none;
	background:#fff;
	}

#action-background
	{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
	background:#fff;
	}
	
