label.error { 
    background: url("../images/chk_err.gif") no-repeat scroll 2px 3px #FFF5E4;
    border: 1px solid #EE6748;
    color: #A44839;
    font-size: 12px;
    margin-left: 6px;
    padding: 2px 2px 0 24px;
    line-height: 1.5;
}

/* 購物車錯誤訊息 */
.p_shippment_error { width: 100%; font-weight:bold; font-style:italic; font-size:15px; color: #FF4040; align: left;}

.no_orders {
	font-weight:	bold; 	 
	font-size:		18px; 
	color: 			#000000;
	vertical-align: middle;
	margin-top:		auto;
	margin-bottom:	auto;
	margin-left: 	auto;
    margin-right: 	auto;   
    padding:		50px;
    width:			70%;
}

.shipto_style { width:450px; text-align:right; position:absolute; top:4px; right:10px; }
.shipto_style .select { width:150px; }
.shipto_style .txt_input { width:50px; text-align:center; }

.highlight {font-weight: bold; color: red; } //highlight 關鍵字
