#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/alert.png) no-repeat; text-indent: -9999px; outline: none; }

/*bar option*/
#em-bar { width:100%; background: url(/images/close_bg.png) repeat-x #453f84; }
	#em-bar-text { text-align: center; height:22px; margin:0 auto; width: 800px; }
		#text {
			float:left; background:url(/images/em_bar_icon.png) 0px 2px no-repeat; padding:0 5px 0 28px;
			font:bold 12px/22px Arial; color: #ffffff;
		}
		#em-bar-text a { float:left; display:block; height:; width:; background: url(/images/em_bar_rm.png) no-repeat; text-indent: -9999px; margin:; }
			#em-bar-text a:hover {}
	#em-bar-bottom { clear:both; border-bottom: solid 1px #b4b4b4; border-top: solid 1px #ffffff; }

/*pop up*/	
#embox { width:398px; background:#ffffff; }
    #outer-border { border: solid 1px #ffffff; }
    	#inner-border { border: solid 1px #b4b4b4; text-align: left; }
			/*top bar*/
    		#close-left, #close-sep, #close-button { float:left; height:18px; }
				#close-left { width:375px; background: url(/images/close_bg.png) repeat-x #453f84; }
				#close-sep { border-left: solid 1px #b4b4b4; border-right: solid 1px #ffffff; }
				#close-button { background: url(/images/close_bg.png) repeat-x #453f84; }
					#close-button a { display:block; width:17px; font:bold 14px/14px Arial; color:#ffffff; text-decoration:none; text-align:center; }
    		#close-bottom { clear:both; border-bottom: solid 1px #b4b4b4; border-top: solid 1px #ffffff; }
    		/*box*/
    		#logo-top { height:61px; width:61px; background: url(/images/em_logo.png) no-repeat; margin:0 auto; }
    		#story-holder { padding:12px 15px 20px 15px; }
    			#em-headline { text-align:center; }
    				#em-headline a { font:bold 20px/21px Arial; color:#e12b1d; text-decoration: none; }
						#em-headline a:hover { text-decoration: underline; }
    			#em-brief { font:normal 13px/21px Arial; color:#010101; padding:0; }
    			#em-readmore {}
    				#em-readmore a { font:normal 13px/21px Arial; color:#e12b1d; text-decoration: underline; text-transform:lowercase; }
						#em-readmore a:hover { text-decoration: none; }
    		#logo-bottom {}