﻿
#feedback	{
	margin-bottom: 30px;
	width:210px;
}
.feedback_panel	{
	margin-bottom: 10px;
	width:200px;
	background:#fff;
	height:auto;
	border:solid 1px #139033; 
}
#feedback h4	{
	border: 0;
	padding: 0;
	color: #ccc;
	height: auto;
	background: none;
	font-size: 1.8em;
	font-weight: bold;
}
#feedback h4 a, a:visited	{
	text-decoration: none;
	color: #ccc;

}
#feedback .txt	{
	border:solid 1px #ccc;
}
#feedback .txtbx, .calculator #feedback .txtbx input.txt	{
	width: 150px;
}
#feedback  ul	{
	padding-bottom:10px;
	border-bottom: solid 1px #ccc;	
}
#feedback  li	
{
	padding: 6px 0 6px 6px;
}
#feedback label	{
	color: #666;
	width: 200px;
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

#feedback a, a:visited	
{
	font-weight:bold;
	font-size:1.2em;
	color: #139033;
	font-weight: bold;
	text-decoration: underline;
}


#feedback img	{
	float: left;
	margin-top: 4px;
}

#feedback p	{
	text-align: left;
}
#feedback input.chk	{
	margin-right: 5px;
}
#feedback .clear	{
	border-bottom: solid 1px #ccc;
}


