@charset "utf-8";
/* CSS Document */

#col_1{
	display:none;
}
#col_2{
	float:none;
	margin:30px auto 0;
	width:740px;
	height:550px;
	border-style:none;
}
#cart_container {
	margin-bottom:30px;	
}

#not_member {
	float:left;
	width:361px;
	height:273px;
	margin-right:20px;
	background:white url(/en_ca/coupons/images/register.gif) no-repeat;
}

#not_member a {
	position:relative;
	top:170px;
	left:103px;
	width:148px;
	height:29px;
}	

#member {
	float:left;
	width:359px;
	height:273px;
	padding-top:100px;
	background:white url(/en_ca/coupons/images/login.gif) no-repeat;
}

#login_form {
	width:300px;
	margin:0px auto;
}

#login_form #error_msg {
	font-size:12px;
	color:red;
	text-align:right;
	padding-right:29px;
}

.form_field {
	text-align:right;	
	width:250px;
	margin:0 auto;
	margin-bottom:5px;
	font-size:15px;
}

.form_field input {
	width:160px;	
}

.form_submit {
	width:91px;
	height:27px;
	margin:20px auto;
}

#fconnect_option {width:inherit;position:relative;display:none;}
#seperator {width:333px;height:1px;margin-left:13px; margin-bottom:10px; }
#fconnect_txt {margin-left:80px;}
#fconnect_big_btn {border-style:none;}

