@charset "UTF-8";
/*
* with the standard front-end header, top nav is fixed so need a clearance of at least 40px to push down main <body>
*/


/* main body
*/
body { }



#memberLoginHeader {position:fixed; left:0; top:0; width:100%; background-color:#000; height:25px; color:#999;}
#memberLoginHeader p {text-align:right; padding-right:50px;}

