
.userbox {
	float: left;
}

.userbox_top {
	background: url(../../../images/reksio/postbit.png) top left no-repeat;
	width: 200px;
	height: 11px;
}

.userbox_content {
	background: url(../../../images/reksio/contenido-postbit.png) top left repeat-y;
	width: 200px;
	height: auto;
}

.userbox_inside {
	background: #fff url(../../../images/reksio/fondo-postbit.png) repeat-x;
	width: 170px;
	color: #373737;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 13px;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.userbox_bottom {
	background: url(../../../images/reksio/postbit.png) bottom left no-repeat;
	width: 200px;
	height: 12px;
}

.post_top {
	background: #eaeaea;
	width: 745px;
	float: left;
	margin-top: 4px;
	margin-left: 4px;
	border: 1px solid #959595;
	margin-bottom: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

body#private .post_top {
	width: 587px;
}

.post_top_content {
	border-bottom: 1px dashed #ccc;
	padding: 5px 10px;
}

.post_content {
	background: #f5f5f5;
	padding: 15px 10px;
	
	font-family: Arial;
}

.post_content_classic {
	background: #E6E6E6;
	padding: 15px 10px;
}

body#private .post_content_classic {
        background: #E6E6E6;
	padding: 0;
}

.post_bottom_content {
	border-top: 1px dashed #ccc;
	padding: 5px 10px;
	height: 24px;
}

.attachment_box {
	background: #fff;
	border: 1px solid #888;
	padding: 4px;
	margin-top: 4px;
}

.file_data {
	font-size: 11px;
	float: right;
	margin-top: 2px;
}

.flecha {
	position: absolute;
	margin-left: -40px;
}

