div.user_login {
	padding:0;
	margin:0 0 10px 0;
}

div.user_login_title {
	margin: 0px;
	padding:8px;
	color: white;
	font-weight:bold;
	background-color: #2665AC;
}

div.user_login_content {
	margin: 0px;
	padding:3px 6px 3px 6px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	-moz-box-shadow:    3px 3px 5px 0px #CECECE;
  -webkit-box-shadow: 3px 3px 5px 0px #CECECE;
  box-shadow:         3px 3px 5px 0px #CECECE;
}

input.input_password {
	width:150px;
	height:18px;
}

input.input_user {
	width:150px;
	height:18px;
}

input.user_register {
	border:0;
	border-top:1px solid #cccccc;
	border-right:1px solid #eeeeee;
	width:150px;
	height:18px;
	background-color:#f1faff;
	margin-right:50px;
}
select.user_register {
	border:1px solid #cccccc;
	height:21px;
	background-color:#f1faff;
}
textarea.user_register {
	width:260px;
	height:70px;
	border:0;
	border-top:1px solid #cccccc;
	border-right:1px solid #eeeeee;
	background-color:#f1faff;
}
input.submit_buttom {
	width:122px;
	height:44px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/submit_1.png) no-repeat;
}
input.submit_buttom:hover {
	width:122px;
	height:44px;
	border:0px;
	background: url(/themes/default/css/images/module/shopping_cart/submit_2.png) no-repeat;
}

div.user_info_msg {
	padding: 32px 30px 40px 80px;
	margin: 15px 5px 10px 5px;
	border:2px solid #3689c1;
	color:#3689c1;
	font-size: 16px;
	background: url(images/page/user_msg_info.png) no-repeat 38px 35px;
	background-color:#e8f5ff;
}
div.user_err_msg {
	padding: 32px 30px 40px 80px;
	margin: 15px 5px 10px 5px;
	border:2px solid #e28401;
	color:#e28401;
	font-size: 16px;
	background: url(images/page/user_msg_warning.png) no-repeat 38px 35px;
	background-color:#fffcb9;
}
div.user_forbid_msg {
	padding: 32px 30px 40px 80px;
	margin: 15px 5px 10px 5px;
	border:2px solid #b40000;
	color:#b40000;
	font-size: 16px;
	background: url(images/page/user_msg_forbid.png) no-repeat 38px 35px;
	background-color:#ffe7e8;
}
div.user_tip_msg {
	padding: 32px 30px 40px 80px;
	margin: 15px 5px 10px 5px;
	border: 2px solid #3b8711; 
	color:#3b8711;
	font-size: 16px;
	background: url(images/page/user_msg_tip.png) no-repeat 38px 35px;
	background-color:#f0ffed;
}
input.user_login_module{
	width:100px;
	height:25px;
	border:0px;
	margin-top:8px;
	background: url(/themes/default/css/images/module/shopping_cart/user_login.png) no-repeat;
}
input.user_login_ver_module{
	width:40px;
	height:25px;
	border:0px;
	margin-top:8px;
	background: url(/themes/default/css/images/module/shopping_cart/user_login_ver_module.png) no-repeat;
}