﻿.ellipsis{
width: 140px;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.modalBackground {
	background-color:#000000;
	filter: alpha(opacity=40); -moz-opacity: 0.4;opacity:0.4;
	z-index:999999999;
}
.pop-block {position:absolute; display:none; width:560px; height:510px; background:#fff url(../images/pop-bg.png) repeat-x 0 45px; }
	.pop-header {height:45px; padding:0 15px 0 0;text-align:right; }
	.pop-header img {margin:15px 0 0 0;}
	.pop-header span {float:left; }
		.pop-header span img {margin:0;}
	
