/* CSS Document */
.clear {
	clear:both
}
.commentblock {
	width:400px;
	margin:0 auto;
	text-align:left;
	float:left;
}
.element * {
	padding:5px;
	margin:2px;
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left;
	width:75px;
	font-weight:700
}
.element input.text {
	float:left;
	width:270px;
	padding-left:20px;
}
.element .textarea {
	height:120px;
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url(../comments/images/iconCaution.gif) no-repeat 2px
}
.element #submit {
	float:right;
	margin-right:10px;
}
.loading {
	float:right;
	background:url(../comments/images/ajax-loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display:none;
}
.done {
	background:url(../comments/images/iconIdea.gif) no-repeat 2px;
	padding-left:20px;
	font-family:arial;
	font-size:12px;
	width:70%;
	margin:20px auto;
	display:none
}

.commentscontainer {
	width: 94%;
	margin: 0 auto;
	text-align: center;
}
.commentscontainer h1 {
	text-align:center;
	margin:30px 0 10px 0;
	font: normal Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing: 1.75em;
	display: block;
	color: #eee;
	font-size: medium;
}

ol.steps {
  font-family: verdana, tahoma, arial;
	font-size: small;
	margin: 20px 0;
	background: #333;
	padding: 0 0 0 35px;
	border: 1px solid #111;
	background: url(../comments/images/ul_bg_repeat.gif) repeat-y;
	text-align: left;
}
ol.steps li {
	margin: 0;
	padding: 15px 15px;
	color: #cbff78;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;
	background: #222;
}
ol.steps li h2 {
	font-size: small;
	padding: 5px 0;
	line-height: 1.6em;
	color: #fff;
}
ol.steps li p {
	color: #ccc;
	font-size: medium;
	font-weight: normal;
	border-top: 1px dashed #333;
	margin-bottom: 10px;
	background: transparent url(../comments/images/clock.gif) no-repeat 0 0;
	padding: 0 0 5px 20px;

}
ol.steps li.first { border-top: 1px solid #333; }
ol.steps li.last {	border-bottom: none; }

