.lietot_mm {
	list-style : none;
	margin : 0;
	padding : 0;
}
	.lietot_mm li {
		margin : 4px 0px;
	}

.liet_form {
}
	.liet_form .label {
		float : left;
		width : 125px;
		margin-bottom : 5px;
		text-align : right;
		padding-right : 5px;
		padding-top : 5px;
	}
	.liet_form .field {
		float : left;
		width : 380px;
		margin-bottom : 10px;
	}
		.liet_form .field .info {
			font-size : 0.8em;
			color : #666;
		}
	.liet_form .btn {
		padding-left : 130px;
	}
		.liet_form .btn .msg {
			font-size : 0.8em;
			padding-left : 10px;
			color : #f00;
		}
	.liet_form .required {
		color : #f00;
	}


.letters_toolbox {
	font-size : 0.8em;
	color : #cc9;
	text-align : right;
}

.letters_list {
	margin-top : 5px;
	border-top : 1px solid #eee;
	width : 520px;
}
	.letters_list td {
		padding : 2px;
		padding-left : 0px;
		border-bottom : 1px solid #eee;
		font-size : 0.8em;
	}
	.letters_list tr.selected {
		background : url(../../img/lietotajs/active_letter_bg.gif) repeat-x 0% 0%;
	}
		.letters_list tr.selected td {
			border-bottom-width : 0px;
		}
	.letters_list td.chkbox {
		width : 28px;
	}
	.letters_list td.title {
		width : 268px;
	}
		.letters_list td.title a.unread {
			font-weight : bold;
		}
	.letters_list td.icon {
	}
	.letters_list td.username {
		width : 98px;
	}
	.letters_list td.date {
		text-align : right;
		width : 118px;
	}
	.letters_list td.text {
		padding : 5px;
		width : 510px;
	}
		.letters_list td.text .tools {
			margin-top : 5px;
			color : #cc9;
		}

.new_letter_form {
	border : 1px solid #cc9;
	padding : 4px;
	background-color : #f3f3e3;
	margin-bottom : 10px;
}
	.new_letter_form .label {
		margin-top : 5px;
	}
	.new_letter_form .field {
	}
	.new_letter_form .buttons {
		margin-top : 5px;
	}


.friends_block {
	font-size : 0.8em;
}
	.friends_block .fr_rec {
		float : left;
		width : 120px;
		padding-right : 10px;
		margin-bottom : 10px;
	}
		.friends_block .fr_rec .image {
		}
			.friends_block .fr_rec .image img {
				border : 1px solid #eee;
			}
	.friends_block .fr_rec1 {
		margin-bottom : 10px;
	}
		.friends_block .fr_rec1 .image {
			width : 80px;
			float : left;
			margin-right : 5px;
		}
		.friends_block .fr_rec1 .username {
			font-size : 1.2em;
		}
		.friends_block .fr_rec1 .links {
			margin-top : 5px;
			color : #cc9;
		}
			.friends_block .fr_rec1 .links a {
				color : #666;
			}


.user_list {
	border-bottom : 1px solid #eee;
	font-size : 0.8em;
	width : 520px;
	margin-top : 10px;
}
	.user_list tr {
	}
	.user_list th {
		padding : 3px 10px 3px 0px;
	}
	.user_list td {
		padding : 3px 10px 3px 0px;
		border-top : 1px solid #eee;
	}
	.user_list td.photo {
		width : 20px;
	}
		.user_list td.photo a {
			display : block;
			width : 20px;
			height : 20px;
			background-position : 50% 50%;
			background-repeat : no-repeat;
		}
			.user_list td.photo a img {
				display : none;
			}
	.user_list td.username {
		width : 270px;
	}
		.user_list td.username span {
			color : #f00;
		}
	.user_list td.date {
		color : #666;
		width : 200px;
		text-align : right;
	}


.users_reg_count {
	font-size : 0.8em;
	color : #666;
}


.delete_friend {
	border : 1px solid #cc9;
	padding : 4px;
	background-color : #f3f3e3;
	width : 510px;
	margin-bottom : 10px;
}
	.delete_friend .photo {
		float : left;
		width : 80px;
	}
	.delete_friend .text {
		margin-left : 10px;
		width : 420px;
		float : right;
	}
	.delete_friend .btns {
		margin-left : 10px;
		width : 420px;
		float : right;
		text-align : center;
		margin-top : 10px;
		font-size : 1.6em;
		color : #cc9;
	}