/* Comment */
#comment-wrapper{text-align:center}
#comment-wrapper .separate{
	width:99%;height:1px;margin:2% auto;
	background-color:#a6a6a6;
}
#comment{min-width:300px;width:98%;display:inline-block}
#comment .topic{font-size:2em;font-weight:400;line-height:1.5em;text-align:left}
#comment .title{text-align:left;margin-bottom:0.5%}
#comment input[type=text], #comment textarea{
	min-width:200px;width:98%;font-size:1.1em;
	padding:2% 1%;border:1px solid #4195fc;
}
#comment input.red[type=text], #comment textarea.red{
	-webkit-box-shadow: 0px 0px 4px red;
	-moz-box-shadow: 0px 0px 4px red;
	box-shadow: 0px 0px 4px red;
}
#comment .row{margin-top:2%}
#comment .row.control{text-align:right;margin-top:2%}
#comment input[type=button]{
	min-width:150px;width:48%;font-size:1em;line-height:1.8em;background-color:#a81c00;
	color:#fff;border:0;cursor:pointer;font-family:'Prompt',sans-serif;
}
#comment input[type=button]:hover{background-color:#c82302}
