@charset "utf-8";
/* CSS Document */
li.blog_title{
	padding-left:2px;
}
div.t_title_blog{
	width:630px;
	height:28px;
	float:left;
	background-image:url(http://static.xzn.hu:81/img/t_top_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
}
div.t_title_blog li{
	list-style: none;
	float:left;
	font-size:10pt;
	font-weight:bold;
	padding-top: 5px;
}
div.t_title_blog li.spacer{
	margin-left:258px;
}
div.t_content_blog{
	background-color:#FFF;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 10px 10px 10px 10px;
	clear:both;
	text-align:left;
	overflow:hidden;
}
div.t_content_center{
	background-color:#FFF;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 10px 10px 10px 10px;
	clear:both;
	text-align:center;
	overflow:hidden;
}
input.blog_cim{
	border: 1px solid #cfcfcf;
	width:300px;
	height:18px;
	background-color: #ececec;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.blog_bevezeto{
	border: 1px solid #cfcfcf;
	width:606px;
	height:18px;
	background-color: #ececec;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
textarea.blog_textarea{
	border: 1px solid #cfcfcf;
	background-color: #ececec;
	width:606px;
	height:300px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.blog_btn{
	border: 1px solid #cfcfcf;
	padding:5px;
	margin-top:5px;
	margin-left:260px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input.blog_submit_btn{
	border: 1px solid #cfcfcf;
	padding:5px;
	margin-top:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
