#blogwin {
	position : absolute;
	border : 4px solid #000000;
	top : 20px;
	bottom : 20px;
	left : 20px;
	right : 20px;
	z-index : 2;
	background-color : #D0D0D0;
	color : #404040;
	display : none;
	overflow : hidden;
	}
#blogtxt {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 21px;
	padding : 10px;
	overflow : auto;
	}
#blogfoot {
	position : absolute;
	left : 0px;
	right : 0px;
	height : 20px;
	bottom : 0px;
	border-top : 1px solid #000000;
	padding-top : 1px;
	}
#blogkommedt {
	position : absolute;
	background-color : #C0C0C0;
	bottom : 21px;
	height : 77px;
	left : 50px;
	right : 50px;
	border : 1px solid #000000;
	padding : 5px;
	display : none;
	}
.blogkomm {
	margin : 10px 5px 5px 5px;
	border-top : 1px solid #000000;
	padding : 5px;
	text-align : left;
	}
.blogkommhead {
	padding : 3px;
	width : 40%;
	}
.bl_right {
	float : right;
	padding-right : 5px;
	text-align : right;
	}
.bl_left {
	float : left;
	padding-left : 5px;
	text-align : left;
	}

