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

/* MENU position:relative;
	left:415px;
	top: 20px;
	width: 450px;
	height:40px;*/

/* MAIN AKTIVALASHOZ */
#main_top_aktiv {
	width:805px;
	height:40px;
	background:url(images/main_top_aktiv.png) no-repeat left;
	margin:0px auto;
	position:relative;
	top:0px;
}
#main_top_aktiv2 {
	width:805px;
	height:40px;
	background:url(images/igy_kuldj_uzenetet.png) no-repeat left;
	margin:0px auto;
	position:relative;
	top:0px;
}
#main_bg_aktiv {
	width:805px;
	background:url(images/main_bg_aktiv.png) repeat-y;
	margin:0px auto;
	position:relative;
	top:0px;
}
#main_aktiv {
	width:805px;
	background: none;
}
#main_bottom_aktiv {
	width:805px;
	height:30px;
	background: url(images/main_bottom_aktiv.png) no-repeat left;
	margin:0px auto;
	position:relative;
	top:0px;
}
/* LEFT SIDE */

#left_sidebar_bg {
	width:242px;
	margin-left:0px;
	float:left;
	background:url(images/left_side_top_bg_aktiv.png) no-repeat top right;
}
#left_sidebar {
	margin:0 20px;
}
#mp_title {
	background:url(images/mp_title.png) no-repeat;
	width:100%;
	height:25px;
	padding-bottom:10px;
	margin-top:-25px;
}
#mp_avatar {
	background:url(images/mp_avatar_bg.png) no-repeat top left;
	width:100%;
	height:100px;
	float:left;
	margin-right:10px;
	font-size:18px;
}
#mp_avatar img {
	margin:6px 10px 0 6px;
}
/* RIGHT SIDE */

#right_content {
	width:520px;
	background:none;
	float: right;
	margin-right:25px;
	margin-top:10px;
}
#aktivalas_bg {
	background:url(images/aktivalas_bg.png) top left no-repeat;
	width:450px;
	height:400px;
	padding: 1px 50px;
}
#aktivalas {
	font-size:15px;
	line-height:120%;
}
#aktivalas p {
	margin-left:55px;
	}
.bigType {
	font-size:14px;
	padding-bottom:3px;
	line-height:140%;
}
.extraType {
	font-size:24px;
	padding-bottom:3px;
	line-height:140%;
}
.mp_clearfield {
	background:url(images/big_textbox.png) no-repeat;
	border:none;
	height:20px;
	width:235px;
	padding:0 3px;
}
.mp_button {
	background:none;
	border:none;
	background-image:url(images/submit_btn.png);
	width:20px;
	height:20px;
}
.white {
	color:#FFF
}
.bullet_like {
	float:left;
	margin-right: 10px;
	margin-top:-10px;}
	
.gray {
	color:#999;
}
.floatLeft {
	float:left;}
