diff --git a/css/default_shop.css b/css/default_shop.css
index 06691e28d..fb87ea6b9 100644
--- a/css/default_shop.css
+++ b/css/default_shop.css
@@ -588,7 +588,16 @@ input.required:focus {padding:3px 3px 4px;border:0;background:#21272e !important
.sod_ws_img {width:90px;text-align:center}
#sod_ws_act {text-align:center}
+/* 주문서 작성 */
+#sod_frm {}
+#sod_frm h2 {margin:0 0 10px}
+
+#sod_frm_orderer {margin:20px 0 40px}
+
+#sod_frm_same {margin:0 0 10px}
+
/* 주문내역 */
+#sod_v {}
#sod_v .basic_tbl {text-align:center}
/* 공지사항 및 커뮤니티 새글 */
diff --git a/shop/orderform.php b/shop/orderform.php
index 6b20832df..f106bc490 100644
--- a/shop/orderform.php
+++ b/shop/orderform.php
@@ -11,7 +11,7 @@ else {
}
if (get_cart_count($tmp_uq_id) == 0)
- alert("장바구니가 비어 있습니다.", "./cart.php");
+ alert('장바구니가 비어 있습니다.', './cart.php');
// 포인트 결제 대기 필드 추가
//sql_query(" ALTER TABLE `$g4[shop_order_table]` ADD `od_temp_point` INT NOT NULL AFTER `od_temp_card` ", false);
@@ -25,36 +25,38 @@ $od_id = get_uniqid();
set_session('ss_order_uniqid', $od_id);
?>
-
+