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


#postcomment {width:400px;margin-right:10px; margin-left:10px;}


#commentarea { float:left;
	width:480px;
	margin: 0 auto;
	background-color:#fff;
	color:#000;
}

#postarea{
	width:480px;
	margin: 0 auto;
	background-color:#fff;
	padding-bottom:20px;
}
#fset {color:#600;font-weight:bold; margin-bottom:10px;  border:1px dashed #600;}

#ccolor {margin-top:10px; margin-bottom:10px;}
#message {width:350px}
.commentSection {color:#FFC;}

#ccolor p {padding-top:10px; padding-right:10px; margin-bottom:10px; padding-left:10px;  background-color:#333;border-bottom:thin dashed #333; color:#fff; font-size:14px; font-weight:bold;
border-radius: 12px;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #666666 0%, #333333 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #666666 0%, #333333 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #333333));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #666666 0%, #333333 100%);

/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #666666 0%, #333333 100%);
 }



#doshow{margin-left:10px;}
#rc { padding-top:10px; color:#333;font-weight:bold;font-size:14px;cursor: hand; cursor: pointer; }

#hc {  margin-left:10px;color:#333;font-weight:bold;font-size:14px;cursor: hand; cursor: pointer;}
#gpw {padding-top:10px;margin-left:60px; color:#333;}
#name {margin-top:20px;}
label {margin-left:20px;}
#message{margin-left:20px;}

#commentbut {
	float:right;
	margin-right:20px;
	margin-bottom:5px;
	cursor: pointer;
	outline: none;
	background-color: white;
	color: #3C3C46;
	padding: 7px;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
 
#commentbut:hover {
	background-color: #333;
	color: white;
}



textarea {
    resize: none;
}

