#Comments .comment {
	border-bottom: 1px solid #eee;
	padding-left: 80px;
	width: 540px;
	position: relative;
}
#Comments .comment li{list-style: none;	list-style-image: none;}
#Comments .gravatar {
	top: 0;
	left: 0px;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	padding: 10px;
	background: #fc3 url(/img/gravatar.gif);
}
#Comments .boss .gravatar {
	background-image: none;
}

#Comments .author,
#Comments .date {
	display: inline;
}
#Comments .author{
	font-family: Georgia, Georgia, serif;
	font-size: 24px;
	line-height: 40px;	
}
#Comments .author a {text-transform: none;}
#Comments .date {
	text-transform: uppercase;
	font-size: 10px;
	color: #444;
}
#Comments .message {margin-top: 20px;}



/***** Comments Form *****/
.form {
	position: relative;
	z-index: 1;
}
.form ul {
	margin-left: -10px;
	margin-right: -10px;
	zoom: 1;
}
.form li {
	list-style: none;
	list-style-image: none;
}
.form .col {
	display: inline;
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}
.form .one {
	clear: both;
	width: 620px;
	margin-left: 10px;
	margin-right: 10px;	
}
.form label {
	display: block;
}

.form .col .text-input {
	width: 288px;
	margin-bottom: 20px;
}
.form .one .text-input {
	width: 608px;
	margin-bottom: 20px;
	padding: 5px;
}

.form .required {
	color: #b33;
}

.form #message {
	min-height: 85px;
}

#CommentsError {
	display: none;
	padding: 9px;
	border: 1px solid #b33;
	margin: 0 10px 10px 10px;
	background: #fcc;
	color: #b33;
}
#CommentsError p {
	margin: 0;
}

/***** Textile Help *****/
#TextileHelp {
	width: 620px;
	font-size: 12px;
	line-height: 20px;
}
#TextileHelp .padding {
	width: 620px;
	height: 20px;
	display: block;
}
#TextileHelp th {
	background: #fc3;
	color: #222;
	font-weight: bold;
	padding: 5px 10px;
}
#TextileHelp td {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	vertical-align: top;
}
#TextileHelp a:visited {color: #b33;}
#TextileHelp .min-width img {width:600px;height:1px;}
#TextileHelp .min-width td {
	border: 0;
}

/***** Wait *****/
.ajax-overlay {
	position: absolute;
	background-color: transparent;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	padding: 10px;
	border: 1px solid #fc3;
	overflow: hidden;
	z-index: 2;
}
.ajax-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 10000px;
	height: 10000px;
	background-color: #fff;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;	
    z-index: 1;
}
.ajax-wait {
	position: absolute;
	width: 40px;
	height: 40px;
	left: -20px;
	margin-left: 50%;
	top: 20px;
	margin-top: 25%;
	background: transparent url(/img/loader.gif) no-repeat center center;
	z-index: 2;
}