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

/*bar option*/
#em-bar { width:100%; background: url(/images/emGrad.png) repeat-x #10161e; }
	#em-bar-text { text-align: center; height:22px; margin:0 auto; width: 800px; }
		#text {
			float:left; font-family:Arial; font-weight:bold; font-size:12px; line-height:22px; padding-right:5px; color:#378edd;
		}
		#em-bar-text a { float:left; display:block; font-family:Arial; font-size: 13px; line-height:21px; color:#378edd; text-transform:lowercase; text-decoration: underline; }
			#em-bar-text a:hover { text-decoration: none; }
	#em-bar-bottom { clear:both; border-bottom: solid 1px #394b64; border-top: solid 1px #0f151c; }

/*pop up*/	
#embox { width:398px; background:#222c3c; z-index:99999; }
    #outer-border { border: solid 1px #394b64; }
    	#inner-border { border: solid 1px #0f151c; text-align:center; }
			/*top bar*/
    		#close-left, #close-sep, #close-button { float:left; height:18px; }
				#close-left { width:375px; background: url(/images/emGrad.png) repeat-x; }
				#close-sep { border-left: solid 1px #0f151c; border-right: solid 1px #394b64; }
				#close-button { background: url(/images/emGrad.png) repeat-x; }
					#close-button a {
						display:block; width:17px;
						font-family:Arial; font-weight:bold; font-size: 14px; line-height:14px; color: #bdbec0; text-decoration: none; text-align: center;
					}
    		#close-bottom { clear:both; border-bottom: solid 1px #0f151c; border-top: solid 1px #394b64; }
    		/*box*/
    		#logo-top { height:92px; width:262px; background: url(/images/emLogo.png) no-repeat; margin:0 auto; }
    		#story-holder { padding:12px 15px 20px 15px; text-align:left; }
    			#em-headline {}
    				#em-headline a { font-family:Arial; font-weight: bold; font-size: 20px; line-height:26px; color:#378edd; }
						#em-headline a:hover { text-decoration: none; }
    			#em-brief { font-family:Arial; font-size: 13px; line-height: 21px; color:#ffffff; padding:0; }
    			#em-readmore {}
    				#em-readmore a { font-family:Arial; font-size: 13px; line-height:21px; color:#378edd; text-transform:lowercase; text-decoration: underline; }
						#em-readmore a:hover { text-decoration: none; }
    		#logo-bottom {}