/* -------------------------------------------- * 
styles for Experience Simulator * -------------------------------------------- 
*/ 
/* =========== base styles =========== */ 

html, body { margin: 0; padding: 0; 
} 

body { color: #4f4f4f; background: #ececec; font-family: Arial, Helvetica, 
sans-serif; font-size: 12px; /* WinIE only \*/ *font-size: 75%; *text-align: 
center; /* end */ } 

a { color: #10228c; text-decoration: underline; } 
/* =========== blocks =========== */ 
/* ----- heading block ----- */ 
#heading { } 
#heading h1 { width: 1px; height: 1px; font-size: 1px; overflow: hidden; /* 
except MacIE \*/ position: absolute; /* end */ left: 0; top: 0; color: white; 
background: transparent; } 

/* ----- simulator swf ----- */ 
#simulator { width:900px !important; margin:0 auto;} 

/* 
----- alternate contents ----- */ 
div.swf-alternate { width: 400px; margin: 10em 
auto 0; padding: 1.5em 1.5em 0.5em; background: #f3f3f3; text-align: left; 
-moz-border-radius: 1em; /* Gecko */ } 

div.swf-alternate p, div.swf-alternate ul, div.swf-alternate li { margin: 0; padding: 0; line-height: 1.33; } 
div.swf-alternate p { margin-bottom: 2em; font-weight: bold; } div.swf-alternate 
ul { margin-top: 1em; padding-left: 2em; } div.swf-alternate li { margin-bottom: 1em; }

