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

.postcomment{
	padding:5px;
	}
	
.postcomment td{
	padding:7px 0;
	}	
	
.postcomment.table tr{
	padding:5px 0;
	}
	
	
	
.input{
	background:url(../images/input_g.jpg) repeat-x;
	width:250px;
	line-height:24px;
	padding:5px;
	border:1px solid #b5b0b0;
	color:#ccc;
	float:left;
	}
	
.textarea{
	width:350px;
	background:url(../images/text_bg.jpg) repeat-x;
	padding:5px;
	border:1px solid #b5b0b0;
	height:auto;
	}
	
.submit{
	width:130px;
	height:29px;
	border:none;
	outline:none;
	cursor:pointer;
	background:url(../images/submit.png) no-repeat;
	text-align:center;
	}	
	
.submit:hover{
	opacity:0.5;
	color:#fff;
	}	