
.comment-button{
	color: black;
	position: absolute;
	margin:0;
	padding:8px 20px;
	font-size:12px;
	line-height:14px;
	border:1px solid black;
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0;
	-webkit-box-shadow:inset 1px 1px 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(255,255,255,.4),0 1px 2px rgba(72,76,80,.25);
	-moz-box-shadow:0 1px 2px rgba(72,76,80,.25);
	box-shadow:0 1px 2px rgba(72,76,80,.25);
	font-weight:600;
	right:-1px;
	top:-1px;
	height: 39px;
	min-width: 80px;
	background: #ffb400;
}

.comment-button:hover{
}


a:link{
color:;
font-size:;
text-decoration:;
}

.add-comment-link{
font-size:110%;
text-decoration: none;
color: #762C1C;
}

.add-comment-link:hover{
color:#FF9D00;
}

.comment-button:active{
-webkit-box-shadow:0 1px 0 rgba(255,255,255,.8);
-moz-box-shadow:0 1px 0 rgba(255,255,255,.8);
box-shadow:0 1px 0 rgba(255,255,255,.8);
padding-top:11px;
padding-bottom:9px;
}

.add_comment_area{
outline: none;
display:block;
height:80px;
resize:none;
border: 1px solid black;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
box-shadow: inset 0 1px 4px rgba(0,0,0,.16);
border-bottom:0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
width: 600px;
margin:0;
}

.comment_area_bottom{
position: relative;
border: 1px solid black;
border-top: 1px dotted black;
border-top-left-radius: 0;
border-top-right-radius: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: block;
height: 32px;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding-left: 10px;
padding-top: 5px;
}

.comment-add-container{
	padding-top: 1em;
	width: 600px;
}

.user-name{
color: black;
font-weight:bold;
}

#add_comment_header{
background-repeat:no-repeat;
background-image: url('images/comment_user_add.png');
height:32px;
padding-left: 40px;
padding-top: 5px;
}

#comments{
border: 0;
font-family:Arial,Helvetica,sans-serif;
margin-top: 20px;
margin-bottom: 20px;
}

#comments-header{
padding-bottom:1em;
font-family:Arial,Helvetica,sans-serif;
font-size:120%;
}

.comment-container-header {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 5px;
border: 1px solid black;
margin-top: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
background: #FFF3D4;
border-bottom:0;
}

.comments-container{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 2em;
}

.comment-container-header a{
	text-decoration:none;
}


.comment-container-header img{
float: left;
margin-top:-5px;
}

.comment-container-text {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, .1);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0, .1);
padding: 0.6em;
border: 1px solid black;
border-top-left-radius: 0;
border-top-right-radius: 0;
padding-top: 1em;
background: #FFF3D4;
border-top: 0;
}