@charset "utf-8";

.babyclub_header
{
	position:relative;
	background-image:url(/en_ca/babyclub/images/babyclub_header_notlogged.jpg);
	width:740px;
	height:97px;
	
}
.babyclub_subheader
{
	position:relative;
	background-image:url(/en_ca/babyclub/images/forgotpassword_subheader.jpg);
	width:740px;
	height:51px;
}
.main_form
{
	background-image:url(/en_ca/babyclub/images/babyclub_background_middle.jpg);
	background-repeat:repeat-y;
	position:relative;
	width:740px;
}
.forgot_password_title
{
	position:relative;
	font-family:Arial;
	font-size:12px;
	left:20px;
	width:600px;
}

input.text_box
{
	border-color:#edc96f;
	background-color:#fcf6d9;
	border-style:solid;
    border-width:1px;
	font-style:Arial;
	font-size:11px;
	color:#566469;
	
	
}
.forgot_password_group
{
	position:relative;
	width:600px;
	left:20px;
	top:10px;
}
.forgot_password_label
{
	float:left;
	font-family:Arial;
	font-size:12px;
	
}
.forgot_password_input
{
	position:relative;
	float:left;
	left:10px;
}
.forgot_password_button
{
	
	margin-top:30px;
	margin-left:20px;
	width:194px;
	height:35px;
	cursor:pointer;
}

.babyclub_footer
{
	background-image:url(/en_ca/babyclub/images/babyclub_footer.jpg);
	width:740px;
	height:32px;
}

.clearboth
{
	clear:both;
}

/*
Error box
*/

#error_box
{
	position:relative;
	top:0px;
	right:0px;
	width:400px;
	height:auto;
	margin:300px auto 0px auto;
}
.error_box_header
{
	background-image:url(/en_ca/babyclub/images/formpopup_top_medium.gif);
	background-repeat:no-repeat;
	position:relative;
	width:500px;
	height:6px;
}
.error_box_middle
{
	background-image:url(/en_ca/babyclub/images/formpopup_middle_medium.gif);
	background-repeat:repeat-y;
	position:relative;
	width:500px;
	height:auto;
}
.error_box_footer
{
	background-image:url(/en_ca/babyclub/images/formpopup_footer_medium.gif);
	background-repeat:no-repeat;
	position:relative;
	width:500px;
	height:40px;
}

.error_text
{
	position:relative;
	font-family:Arial;
	font-size:11px;
	color:#234e4a;
	margin-left:30px;
	width:500px;
	
}
.error_button
{
	position:relative;
	left:420px;
	top:8px;
}
/*
end error box 
*/

