	/* --- ------------------- --- */
	.top-left,
	.top-right,
	.bottom-left,
	.bottom-right,
	.top-line,
	.bottom-line,
	.left-line,
	.right-line {
		padding: 0px;
	}

	.top-left {
		background-image: url('../images/win_corners/corner-left-top.jpg');
		background-repeat: no-repeat;
		background-position: left top;
	}
	.top-right {
		background-image: url('../images/win_corners/corner-right-top.jpg');
		background-repeat: no-repeat;
		background-position: right top;
	}
	.bottom-left {
		background-image: url('../images/win_corners/corner-left-bottom.jpg');
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.bottom-right {
		background-image: url('../images/win_corners/corner-right-bottom.jpg');
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.top-line {
		background-image: url('../images/win_corners/line-top.jpg');
		background-repeat: repeat-x;
		background-position: left top;
	}
	.bottom-line {
		background-image: url('../images/win_corners/line-bottom.jpg');
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	.left-line {
		background-image: url('../images/win_corners/line-left.jpg');
		background-repeat: repeat-y;
		background-position: left top;
	}
	.right-line {
		background-image: url('../images/win_corners/line-right.jpg');
		background-repeat: repeat-y;
		background-position: right top;
	}
	.top-left .top-right .bottom-left .bottom-right {
		padding: 16px;
	}
	
	.content {
	}
	.content a div {
		margin: 4px;
	}
	.content div.right-content {
		float: left;
		overflow:auto;
		height: 100px;
		width: 400px;
		
		padding-left: 16px;
	}
	.content .left-content {
		background: url('../images/star.png') center center no-repeat;
		border-right: 1px solid #4c212b;

		width: 120px;
		height: 90%;
		float: left;
		
		padding: 8px 8px 8px 16px;
	}
	.content .left-content .links_icons {
		text-align: center;
		position: relative; 
		top: 4px;
	}
	.content .left-content .make-a-comment {
		background-image: url('../images/buttons/make_a_comment.png');
		background-repeat: no-repeat;
		width: 172px;
		height: 25px;
	}
	.content .left-content div.make-a-comment:hover {
		background-image: url('../images/buttons/make_a_comment_underline.png');
	}
	.content .left-content .link_to_this_post {
		background-image: url('../images/buttons/link_to_this_post.png');
		background-repeat: no-repeat;
		width: 172px;
		height: 25px;
	}
	.content .left-content div.link_to_this_post:hover {
		background-image: url('../images/buttons/link_to_this_post_underline.png');
	}
	.content .left-content .send_to_a_friend {
		background-image: url('../images/buttons/send_to_a_friend.png');
		background-repeat: no-repeat;
		width: 172px;
		height: 25px;
	}
	.content .left-content div.send_to_a_friend:hover {
		background-image: url('../images/buttons/send_to_a_friend_underline.png');
	}
	/* --- ------------------- --- */
	

	div.popup .top-left {
		background-image: url('../images/win_corners/corner-left-top.png');
		background-repeat: no-repeat;
		background-position: left top;
	}
	div.popup .top-right {
		background-image: url('../images/win_corners/corner-right-top.png');
		background-repeat: no-repeat;
		background-position: right top;
	}
	div.popup .bottom-left {
		background-image: url('../images/win_corners/corner-left-bottom.png');
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	div.popup .bottom-right {
		background-image: url('../images/win_corners/corner-right-bottom.png');
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	div.popup .top-line {
		background-image: url('../images/win_corners/line-top.jpg');
		background-repeat: repeat-x;
		background-position: left top;
	}
	div.popup .bottom-line {
		background-image: url('../images/win_corners/line-bottom.jpg');
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	div.popup .left-line {
		background-image: url('../images/win_corners/line-left.jpg');
		background-repeat: repeat-y;
		background-position: left top;
	}
	div.popup .right-line {
		background-image: url('../images/win_corners/line-right.jpg');
		background-repeat: repeat-y;
		background-position: right top;
	}
	div.popup .top-left .top-right .bottom-left .bottom-right {
		padding: 16px;
	}