.showUser {
	cursor: pointer;
	color:rgb(234, 6, 97);
}


.userInfo {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
	cursor:pointer;
}

.sudz {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
	cursor:pointer;
}

.userContent {
	position:absolute;
	z-index:10001;
	color: #fff;
	top: 0px;
}

.loading {
	position: absolute;
	color: #333;
	text-align: center;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #333;
}


	.userProfile {
		font-size: 11px;
		width: 600px;
		height: 375px;
		background-color: #fff;
		opacity: 1;
		background-image: url(/images/profils_bg.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
		position: relative;
	}

	
		.userProfile .left {
			float: left;
			width: 300px;
			position: relative;	
		}
		
			.left .vards {
				background-color: #F48418;
				color: #fff;
				/*font-size: 18px;*/
				font-size: 12px;				
				width: 130px;
				height: 55px;
				float: right;
				font-weight: bold;
				position: absolute;
				top: 50px;
				right: 10px;
				padding: 5px;
				overflow: hidden;
			}
			
				.left .vards .full {
					color: #000;
					font-size: 14px;
				}
		
			.left .profImg{
				background-image: url(/images/prof_img_bottom.jpg);
				background-repeat: no-repeat;
				background-position: bottom;
				width: 158px;
				position: absolute;
				top: 20px;
				left: 20px;
			}
			
			.left .profImgInside{
				background-image: url(/images/prof_img_top.jpg);
				background-repeat: no-repeat;
				background-position: top;
				padding: 5px 0 5px 15px;
			}			
			
			.left .datumi {
				position: absolute;
				top: 120px;
				right: 10px;
				color: #514450;
			}
			
				.left .datumi .datums {
					color: #e6187e;
					font-size: 14px;
					font-weight: bold;
				}
		
			.left .blogs {
				position: absolute;
				top: 240px;
				left: 10px;	
				color: #333;
				padding-right: 4px;
			}
			
				.left .blogs h2 {
					color: #E11681;
					font-size: 14px;
					padding-left: 6px;
				}
				
				.left .blogs .posts {
					width: 250px;
					height: 80px;
					padding: 5px;
					text-align: justify;
					overflow: hidden;
				}
			
		
		.userProfile .right {
			float: right;
			width: 300px;
			overflow: hidden;
			height: 375px;
		}
		
			.userProfile .moto {
				position: absolute;
				top: 25px;
				left: 250px;
				font-weight: bold;
				width: 350px;
			}		
			
			.right .info {
				position: absolute;
				top: 55px;
				padding: 5px;
				padding-left: 10px;
				color: #333;
				height: 325px;
				overflow: hidden;
			}
			
				.profP {
					padding-bottom: 5px;
				}

	a.nosudzi {
		font-size: 10px!important;
		font-weight: normal!important;
	}
	
	a:hover.nosudzi {
		color: #333!important;
	}

.pasudzies {
	position:absolute;
	z-index:51;
	color: #333;
	top: 0px;
	background-color: #fff;
	width: 300px;
	height: 220px;
	padding: 10px;
}	

	.sudzAizvert {
		position: relative;
		right: 2px;
		top: 0px;
	}

	.pasudzies .sudzForm {
		
	}
	
		.pasudzies .sudzForm  textarea {
			border: 1px solid gray;
			width: 285px;
			height: 150px;
		}

		.pasudzies .sudzForm input {
			border: 1px solid #333;
			background-color: #E46FB5;
			padding: 3px;
		}