@charset "UTF-8";
/* CSS Document */

/*
body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
*/

#Comments
{
margin:0px;
background:0px;
display:block;
padding-bottom:20px;
}

.CommentBox
{
	background-color:#FFFFFF;
	border: 1px dotted #990000;
	padding:5px;
	margin-top:15px;
	width:400px;
	margin-bottom:15px;
	font-size: 12px;
	color: #590D10;
}

#commentHeading
{
	font-weight:bold;
	font-size: 13px;
	color: #590D10;
}

input
{
font-size: 11px;
font-style: normal;
border: 1px solid #ACACAC;
background-color: #FBFBFB;
margin-bottom:2px;
width:260px;
}

textarea
{
font-size: 12px;
font-style: normal;
border: 1px solid #ACACAC;
background-color: #FBFBFB;
margin-bottom:2px;
}

select
{
font-size: 11px;
font-style: normal;
border: 1px solid #ACACAC;
background-color: #FBFBFB;
}


label
{
width: 100px;
float: left;
text-align: right;
margin-right: 8px;
font-size: 11px;
display: block;
}

legend
{
	color:#993300;
	font-size:13px;
	font-weight:bold;
}

fieldset
{
width:425px;
padding-top:15px;
border:solid #CCCCCC 1px;

}

.submitBtn
{
	width:100px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
}

