#cmt_topbar {
	background-image:url('img/comments/logo.png');
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	height:100px;
	text-align:right;
	margin-top:20px;
}



#comment_num {
	position:relative;
	right:15px;
	font-size:1.5em;
	color:#ff8a00;
	
}

#newcomment {
	position:relative;
	font-size:1.2em;
text-decoration:none;
	top:7px;
	right:8px;
}
#commentlist {
	list-style:none;
	position:relative;
	top:-50px;
	left:-20px;
}

.comment_scotch{
font-family: "Bradley_B";
	position:relative;
	background-image:url('img/comments/scotch.png');
	background-repeat:no-repeat;
	height:60px;
	width:362px;
	padding:10px;
	padding-top: 3px;
	text-align:center;
line-height:100%;
	font-size:1.1em;
	z-index:2;
}
.comment_scotch a {
	
	text-decoration: none;
}
.comment_text {
font-family:"Helvetica";
	border:1px solid #000;
	width:540px;
	padding:10px;
	position:relative;
	top:-30px;
	left:70px;
	z-index:1;
	font-size: 1em;
}
#scotch_v {
	position:relative;
	left:30px;
	top:5px;
	float:left;
	z-index:2;
}
#newcomment_form {
	background-color:#e8d7a6;
	font-family:"Helvetica";
	position:relative;
	float:left;
	padding:20px;
	left:20px;
	top:15px;
	border:1px solid #000;
	width:500px;
	
}
#postcomment {
font-family: "Gentium";
	font-size:2em;
}
#comment_labels{
font-family: "Andika";
list-style:none;
font-size:1.5em;

}

#comment_labels li {display:inline;}
.label_nome {margin-left:-40px;}
.label_mail {margin-left:80px;}
.label_web {margin-left:0px;}


#comment_form {
margin-top:-25px;
}
.comment_input {
	border:1px solid #000;
	height:40px;
	width:160px;
	font-size:1.3em;
}

#comment {
	width:100%;
	font-size:1.2em;
	border:1px solid #000;
	font-family: "Helvetica";
}

#submit_btn {
position:relative;
background-color:#fed; 
border:1px solid; 
border-color: #434343;
font-size:1.3em;
float:right;

}
#submit_btn:hover {
	background-color:#434343;
	color:#fff;
}
#all-mail {
	position:relative;
	z-index:2;

	margin-top:-60px;
	margin-left:60px;
}
#comment_alert {
	width:100%;
	background-color:#d00303;
	margin-top:10px;
	text-align:center;
	font-family:"Verdana";
	 padding-top:5px;
	 padding-bottom:5px;
	 font-size:1.1em;
	 color:#fff;
	 display:none;
	 border:1px solid #000;
	 	-moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
}
