td {
	
	font-family:tahoma; 
	font-size:11px; 
	color:#000000; 

}


.yorumInput { 
	
	color: #333333; 
	background: #FFFFFF; 
	border: 1px solid #dadada; 
	font-size: 11px; 
	font-family: tahoma; 
	height: 18px; 

}

.yorumTextarea { 
	
	color: #333333; 
	background: #FFFFFF; 
	border: 1px solid #dadada; 
	font-size: 11px; 
	font-family: tahoma; 
	height: 175px;
	width: 500px;

}

.yorumButton {

	margin-top: 5px;
	height: 20px;
	background-color: #B5B5B5;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
	cursor: pointer;

}

