@charset "utf-8";
/* CSS Document */
div.t_title_comment{
	width:630px;
	height:28px;
	float:left;
	background-image:url(http://static.xzn.hu:81/img/t_top_bg_noborder.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
}
div.t_title_comment li{
	list-style: none;
	float:left;
	font-size:10pt;
	font-weight:bold;
	padding-top: 5px;
}
div.t_title_comment li.spacer{
	margin-left:258px;
}
textarea.comment_textarea{
	border: 1px solid #cfcfcf;
	width:606px;
	height:100px;
	background-color: #ececec;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.comment_btn{
	border: 1px solid #cfcfcf;
	padding:5px;
	margin-top:5px;
	margin-left:260px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.comment_t{
	width:638px;
	background-color:#FFF;
	background-image:url(http://static.xzn.hu:81/img/t_top_bg_noborder.png);
	background-repeat: repeat-x;
	border: 1px solid #cfcfcf;
	margin-bottom:5px;
	clear:both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.comment_title{
	width:637px;
	height:30px;
	clear:both;
}
div.comment_info{
	width:577px;
	height:30px;
	float:left;
	font-size:12pt;
}
div.comment_info li{
	list-style:none;
	float:left;
	margin-left:10px;
	padding-top:5px;
}
div.comment_info li.csorszam{
	padding-top:2px;
}
div.comment_info li.cdatum{
	margin-left:5px;
	font-size:10pt;
}
div.comment_buttons{
	width:60px;
	height:30px;
	float:left;
	padding-top:3px;
}
div.comment_user{
	width:143px;
	float:left;
}
div.comment_user_text{
	text-align:center;
	padding-bottom:5px;
	font-size:10pt;
}
div.comment_user_text p{
	margin:0 0 0 0px;
}
div.comment_user_text p img{
	margin-bottom:-3px;
}
div.comment_content{
	width:494px;
	float:left;
}
div.comment_content_text{
	margin-bottom:5px;
	margin-right:5px;
	text-align: justify;
}
div.comment_user_img{
	width:105px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:2px;
	border:1px solid #cfcfcf;
	background-color:#f0f0f0;
	margin-left:15px;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.comment_valasz{
	width:400px;
	background-color: #cfcfcf;
	padding-left:5px;
	font-size: 8pt;
	text-decoration: italic;
	border:1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


