#embulletinbg { background:#000000; opacity:.6; filter:alpha(opacity=60); 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 #000000; }
	#em-bar-text { text-align: center; height:22px; margin:0 auto; width: 800px; }
		#text{
			line-height: 22px;
			padding-right: 8px;
			font-size: 12px;
			display: inline-block;
			color: #000000;
			font-weight: bold;
			padding-left:28px;
			background:url(/images/bulletin/em_bar_icon.png) 0px 2px no-repeat;
		}
		#em-bar-text a{    		
    		display: inline-block;
			vertical-align: text-bottom;
			text-indent: -9999px;
			background: url(/images/bulletin/em_bar_rm.png) no-repeat;
			width: 65px;
			height: 16px;
			margin-top:3px;
		}
		#em-bar-text a:hover {}
	#em-bar-bottom { clear:both; border-bottom: solid 1px #000000; border-top: solid 1px #707070; }

/*pop up*/
#embox {z-index:99; width:500px; background:#000000; }
    #outer-border { border: solid 1px #fbae09; }
    	#inner-border { border: solid 1px #9b6b06; text-align: left; }
			/*top bar*/
    		#close-left, #close-sep, #close-button { float:left; height:19px; }
				#close-left { width:477px; background: url(/images/bulletin/close_bg.png) repeat-x #000000; }
				#close-sep { border-left: solid 1px #fbb009; border-right: solid 1px #ffdf6b; }
				#close-button { background: url(/images/bulletin/close_bg.png) repeat-x #000000; }
					#close-button a {
						display:block; width:17px;
						font-family:Arial; font-weight:bold; font-size: 14px; line-height:14px; color: #000; text-decoration: none; text-align: center;
					}
    		#close-bottom { clear:both; border-bottom: solid 1px #d29108; border-top: solid 1px #986905; }
    		/*box*/
    		#logo-top { height:156px; width:496px; background: url(/images/bulletin/em_logo.png) no-repeat; }
    		#story-holder { padding:12px 15px 20px 15px; }
    			#em-headline {}
    				#em-headline a { font-family:Arial; font-weight: bold; font-size: 25px; line-height:; color:#fbae09; }
						#em-headline a:hover { text-decoration: none; }
    			#em-brief { font-family:Arial; font-size: 16px; line-height: 24px; color:#ffffff; padding:; }
    			#em-readmore {}
    				#em-readmore a { font-family:Arial; font-size: 16px; line-height:24px; color:#ffffff; text-transform:lowercase; text-decoration: underline; }
						#em-readmore a:hover { text-decoration: none; }
    		#logo-bottom {}
