.btn_delete, .price_info, .remove {
	cursor:pointer;
}

.gray_line {
	height:1px;
	background-color:#CCC;
}

.ui-datepicker-trigger {
	margin-left:0.5em;
	cursor:pointer;
}

.check_ok, .check_no {
	background-repeat: no-repeat;
	text-indent: 20px;
	height: 20px;
	line-height: 16px;

}
.check_ok{
	color: green;
	background-image:url('../images/icons/tick_circle.png');
	display: none;
}
.check_no{
	color: red;
	background-image:url('../images/icons/cross_circle.png');
	display: inline-block;
}

/* 0530捲毛新增 - 購物車填寫資訊用 */
.form_text {
	width:100px;
	float:left;
	padding-left:20px;
	height:30px;
	line-height:30px;
}
.form_input {
	width:340px;
	float:left;
}
.form_bottom {
	border: solid #ddd;
	border-width: 1px 0 0;
	float: left;
	width: 100%;
	margin: 16px 0px;
}
.form_s_bottom {
	border: solid #ddd;
	border-width: 1px 0 0;
	float: left;
	width: 100%;
	margin: 16px 0px;
	display:none;
}	
.form_textarea {
	width:700px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.form_input {
		width:250px;
	}
	.form_textarea {
		width:550px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.form_s_bottom { 
		display:block;
	}
	.form_text {
		width:120px;
	}
	.form_input {
		width:250px;
	}
	.form_textarea {
		width:180px;
	}
}	
@media only screen and (max-width: 479px) {
	.form_s_bottom { 
		display:block;
	}
	.form_text {		
		width:100px;
		padding-left:10px;
	}
	.form_input {
		width:180px;
	}
	.form_textarea {
		width:130px;
	}
}
	
