/**
 * @fileoverview:   39CLUES home page styles
 * @author:         Julia Yu
 * @company:        Schematic
**/


/*  LOGGED OUT
-------------- */

/* box: Join Now */
#joinNow{margin:0 0 13px;width:230px;height:112px;background:url(../img/home/join_now.png);}
#joinNow a{display:block;text-indent:-9999px;width:230px;height:112px;}

/* box: Login */
#boxLogin{width:170px;height:166px;padding:98px 30px 0;background:url(../img/home/bg_login.png);overflow:hidden;margin-bottom:16px;}
#boxLogin label{position:absolute;left:-9999px;top:0px;}
#boxLogin input{font-size:14px;text-align:center;width:170px;padding:0;border:0;background:none;margin-bottom:41px;}
#boxLogin input.btn{width:auto;height:auto;margin:0 0 0 40px;}
#boxLogin p{text-align:center;margin-top:-24px;height:25px;}
#boxLogin p a{color:#66ccff;text-decoration:underline;}
#boxLogin p a:hover{text-decoration:none;}

/* Touts */
#touts{padding:21px 0 0 4px;margin-right:-10px;overflow:hidden;}
#touts div{margin:0 9px 9px 0;float:left;width:232px;}
