#embulletinbg { background:#000000; opacity:.5; filter:alpha(opacity=50); width:100%; height:100%; }

/*button option*/
#em-button {}
	#em-button a { display:block; width:100px; height: 30px; background: url(/images/bulletin/alert.png) no-repeat; text-indent: -9999px; outline: none; }

/*bar option*/
#em-bar { width:100%; background: url(/images/bulletin/close_bg.png) repeat-x #223b5f; text-align: center; }
	#em-bar-text { height:22px; margin:0 auto; width: 800px; }
		#text {
			float:left; padding:0 5px 0 28px;
			font-family:Arial; font-weight: bold; font-size: 12px; line-height: 22px; padding-right: 5px; color: #ffffff;
		}
		#em-bar-text a { font-family:Arial; font-weight: bold; font-size: 12px; line-height: 22px; padding-right: 5px; color: #ffffff; text-transform:lowercase; text-decoration:underline; margin-right:10px; }
			#em-bar-text a:hover { text-decoration:none; }
	#em-bar-bottom { clear:both; border-bottom: solid 1px #15263d; border-top: solid 1px #324a6b; }

/*pop up*/	
#embox { width:398px; background:#ffffff; }
    #outer-border { border: solid 1px #15263d; }
    	#inner-border { border: solid 1px #324a6b; text-align: left; }
			/*top bar*/
    		#close-left, #close-sep, #close-button { float:left; height:18px; }
				#close-left { width:375px; background: url(/images/bulletin/close_bg.png) repeat-x; }
				#close-sep { border-left: solid 1px #223c60; border-right: solid 1px #15263d; }
				#close-button { background: url(/images/bulletin/close_bg.png) repeat-x; }
					#close-button a {
						display:block; width:17px;
						font-family:Arial; font-size: 14px; font-weight:bold; line-height:14px; color: #fde0af; text-decoration: none; text-align: center;
					}
    		#close-bottom { clear:both; border-bottom: solid 1px #223c60; border-top: solid 1px #15263d; }
    		/*box*/
    		#logo-top { height:132px; width:394px; background:url(/images/bulletin/em_logo.png) top left no-repeat; }
    		#story-holder { padding:3px 17px 12px; }
    			#em-headline { padding:0; }
    				#em-headline a { font-family:Arial; font-weight: bold; font-size: 20px; line-height:28px; color:#a53b24; }
						#em-headline a:hover { text-decoration: none; }
    			#em-brief { font-family:Arial; font-size: 13px; line-height: 21px; color:#223c60; padding:3px 0 5px; }
    			#em-readmore { padding-top:0; }
    				#em-readmore a { font-family:Arial; font-size: 13px; line-height:21px; color:#223c60; text-transform:lowercase; text-decoration: underline; }
						#em-readmore a:hover { text-decoration: none; }
    		#logo-bottom {}