@charset "utf-8";
/* CSS Document */

#loginBox{}
#loginBox_hd{
	width:193px;
	height:37px;
	background-image: url(/static/images/profile_toolbox_hd_bg.gif);
	background-repeat: no-repeat;
}
#loginBox_bd{ background-color:#eaeaea; width:193px; padding:5px;}

#loginBox input { width: 50px;}
#login_submit { background:url(/static/images/login_box_login_btn.gif) no-repeat; width:38px !important; height:38px; cursor:pointer; border:none;}


#featuredMamaBox{}
#featuredMamaBox_hd{
	background:url(/static/images/featuredmama_toolbox_hd_bg.gif) no-repeat;
	width:193px;
	height:37px;
}
#featuredMamaBox_bd{ background-color:#eaeaea; width:193px; padding:5px; font-size:12px;}


#howtojoinBox{}
#howtojoinBox_hd{
	background:url(/static/images/howtojoin_box_hd_bg.gif) no-repeat;
	width:193px;
	height:37px;
}
#howtojoinBox_bd{ background-color:#eaeaea; width:193px; padding:5px; font-size:12px;}




#newsletterBox_hd{
	background:#F4F3EF url(/static/images/newsletter_hd_bg.gif) scroll no-repeat;
	width:193px;
	height:6px;
}
#newsletterBox_bd{ background-color:#F4F3EF; width:193px; padding:5px; font-size:12px;}
#newsletterBox_ft {
	background:url(/static/images/newsletter_ft_bg.gif) no-repeat; width:193px; height:6px;
}
#newsletterBox_bd p {
	margin-left:5px !important; 
}
#newsletterBox_bd h1 {
	padding-bottom:5px;
}
#newsletter_submit { background:url(/static/images/next_btn.gif) no-repeat; width:11px !important; height:11px; cursor:pointer; border:none;}
