#embulletinbg { background:#000000; opacity:.6; filter:alpha(opacity=60); width:100%; height:100%; Z-INDEX:9999; }

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

/*bar option*/
#em-bar { width:100%; background: url(/images/emBarBack.png) repeat-x; text-align:center; }
	#em-bar-text { height:30px; width:500px; margin:0 auto; }
		#text {
			float:left; background:url(/images/emBarIcon.png) no-repeat; padding:4px 15px 8px 40px;
			font-family:Arial; font-weight:bold; font-size:14px; line-height:18px; color: #ffffff;
		}
		#em-bar-text a { float:left; display:block; height:23px; width:79px; background: url(/images/emReadMore.png) no-repeat; text-indent: -9999px; margin:0; }
			#em-bar-text a:hover {}
	#em-bar-bottom { clear:both; }

/*pop up*/	
#embox { width:398px; background:#b9d9f5; Z-INDEX:99999; }
    #outer-border { border:solid 1px #b9d9f5; }
    	#inner-border { border:solid 1px #4384bd; text-align:left; }
			/*top bar*/
    		#close-left, #close-sep, #close-button { float:left; height:18px; }
			#close-left, #close-button { background: url(/images/bulletinTopBack.png) repeat-x; }
				#close-left { width:375px; }
				#close-sep { border-left: solid 1px #14314e; border-right: solid 1px #b9d9f5; }
				#close-button {}
					#close-button a {
						display:block; width:17px;
						font-family:Arial; font-size:16px; line-height:16px; font-weight:bold; color:#ffffff; text-decoration:none; text-align:center;
					}
    		#close-bottom { clear:both; border-top: solid 1px #b9d9f5; border-bottom: solid 1px #4384bd; }
    		/*box*/
    		#logo-top {}
    		#story-holder { padding:30px 13px 8px; }
    			#em-headline { background: url(/images/bulletinIcon.png) no-repeat; padding:0 0 0 30px; }
    				#em-headline a { font-family:Arial; font-weight:bold; font-size:20px; line-height:26px; color:#052547; text-decoration:underline; }
						#em-headline a:hover { text-decoration:none; }
    			#em-brief { font-family:Arial; font-size:13px; line-height:20px; color:#1c5c9a; padding:6px 0 12px; }
    			#em-readmore {}
    				#em-readmore a { font-family:Arial; font-size:13px; line-height:15px; color:#9c0b0b; text-decoration:underline; }
						#em-readmore a:hover { text-decoration:none; }
    		#logo-bottom { height:71px; width:394px; background: url(/images/bulletinLogo.png) no-repeat; }
