.backView {
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
	background-color: black;
	opacity: 0.7;
}

.flashView {
	position: fixed;
	background-color: white;
	border: 1px solid black;
	padding: 10px;
}

.closeButton {
	width:15px;
	height:15px;
	background: url(img/close.gif) no-repeat;
	float: right;
}

.m_post {
	width:220px;
	height:130px;
	float:left;
	margin-top:10px;
}

.flashContent {
	display:none;
}

.flashTab1, .flashTab2 {
	position: absolute;
	width: 120px;
	top: -24;
	background: #FFFFFF;
	text-align: center;
	padding: 5px;
	display: block;
	border-left: 1px solid #222222;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	color: #34434b;
	text-decoration: none;
}

.flashTab1 {
	left:0px;
}

.flashTab2 {
	left:120px;
	background: #DDDDDD;
}

.toFull {
	color: #253036;
	text-align: right;
	display: block;
	font-size: 11px;
	text-decoration: none;
}
