.em-bulletinbg{
	background:#000000;
	opacity:.5;
	filter:alpha(opacity=50);
	width:100%;
	height:100%;
	z-index: 10000;
}
	
#em-button{
	
	}
	#em-button a{
		display:block;
		width:100px;
		height: 30px;
		background: url(/images/bulletin/alert.png) no-repeat;
		text-indent: -9999px;
		outline: none;
	}
	
#em-bar{
	width:100%;
	background: url(/images/bulletin/em_bar_back.png) repeat-x #0c2756;
	position: fixed;
	position: absolute\9;/* IE ONLY */
	z-index: 5000;
	top: 0; left: 0;
	}
	#em-bar-text{
		text-align: center;
		height: 37px;
		margin:0 auto;
		width: 1130px;
		}
		#text{
			line-height: 37px;
			padding-right: 5px;
			font-size: 12px;
			float:left;
			color: #ffffff;
			font-weight: bold;
			padding-left: 32px;
			background:url(/images/bulletin/em_bar_icon.png) no-repeat;
		}
		#em-bar-text a{    		
    		display:block;
			float:left;
			text-indent: -9999px;
			background: url(/images/bulletin/em_bar_rm.png) no-repeat;
			width: 93px;
			height: 30px;
			margin-top:3px;
		}
		#em-bar-text a:hover{
			
		}
		
	#em-bar-bottom{
    	clear:both;
	}

.em-box{
    background:#ffffff;
    width:398px;	
	z-index: 10010;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: left;
    font-family: Helvetica;
    }
    #outer-border{}
    	#inner-border{position: relative;}
    		#close-left,#close-sep,#close-button{}
    		#close-left{}
    		#close-sep{}
    		#close-button{
				position: absolute;
				top: -12px; right: -12px;
				}
    			#close-button a{
					border: 1px solid #00ccee;
					border-radius: 20px;
					-moz-border-radius: 20px;
					-webkit-border-radius: 20px;
					background: #00a1e1;
    				height: 24px; width: 24px;
					display: block;
					color: #ffffff;
					font-size: 20px; line-height: 21px;
					font-weight: bold;
					text-align: center;
					text-decoration: none;
    			}
    		#close-bottom{clear:both;}
    		
    		#logo-top{width: 394px;}
    		
    		#story-holder{padding: 25px;}
    			#em-headline{}
    				#em-headline a{
    					font-size: 20px;
    					font-weight: bold;
    					color: #00337c;
						text-decoration: none;
    				}
    				#em-headline a:hover{text-decoration: underline;}
    				
    			#em-brief{
    				font-size: 13px;
    				color:#5f5d5e;
    				padding-top:6px;
    				padding-bottom: 8px;
    				line-height: 21px;
    			}
					#em-brief a{
						color:#5f5d5e;
						text-decoration: underline;
					}
					#em-brief a:hover{text-decoration: none;}
    			
    			#em-readmore{}
    				#em-readmore a{
    					font-size: 13px;
    					color:#010101;
    					text-decoration: underline;
    				}
    				#em-readmore a:hover{
    					text-decoration: none;
    				}
    				
    		#logo-bottom{width: 394px;}

