/**
 * CSS for Login Lightbox
 * @author Justine Huang
 * @version 1.0 06-25-2010
 */
 
 /*Define the Outer Wrapper of Lightbox*/
.lbwrap{line-height:12px;display:none; position:absolute;z-index:100;font-size:11px}

/*styles of the top and bottom section with four rounded corners*/
.lbwrap .lb-top,.lbwrap .lb-top div,.lbwrap .lb-btm,.lbwrap .lb-btm div{background-image:url(/page/images/lightbox/rc_white.gif);background-repeat:no-repeat;height:12px;}
.lbwrap .lb-top b,.lbwrap .lb-btm b{background:#fff;display:block;height:12px}
.lbwrap .lb-top{padding-left:3px;background-position:top left}
.lbwrap .lb-btm{padding-left:3px;background-position:bottom left}
.lbwrap .lb-top div{padding-right:3px;background-position:top right }	
.lbwrap .lb-btm div{padding-right:3px;background-position:bottom right }

/*Detailed styles for the body of lightbox and all its elements*/
.lbwrap .lb-body{background:#fff; padding:0 18px 10px 18px;}
.lbwrap #close{float:right;margin-top:-27px;margin-right:-25px;cursor:pointer;}
.lbwrap .lb-cont{font-size:10px;}
.lbwrap .lb-cont .login{padding:15px 0 0 0}
.lbwrap .lb-cont #tmm{float:left}
.lbwrap .lb-cont ul{background:#f9f9df;}
.loginwithtmm .lb-cont .login{padding:15px 10px 0 15px}
.loginwithtmm .lb-cont ul{float:right;width:110px;}
.lbwrap .lb-cont ul li{border-bottom:2px solid #fff;padding:6px 0 4px 4px}
.lbwrap .lb-cont ul .loginbtn{background:#fff;text-align:right;padding-top:6px}
.lbwrap .lb-cont h3{color:#1B3766;font-size:12px;font-weight:bold;margin:0 0 5px;line-height:14px}
.lbwrap .lb-cont p img{vertical-align:-4px;}
.lbwrap .lb-cont input{width:150px;}
.lbwrap .lb-cont input#login{width:86px;height18px}
.loginwithtmm .lb-cont input{width:92px;}
.lbwrap .lb-cont label{display:block;font-weight:bold;}
.loginwithtmm .lb-cont .forgetpsw{padding-right:10px;text-align:right}
.lbwrap .lb-cont .signup{padding-top:10px}


