@import url(/lib/sub.css);
@import url(/sosuPagingFunction/sosuPagingFunction.css);



/* È¸¿ø °¡ÀÔ */
#newTable{
	margin-left:5px;
	width:540px;
}
	#newTable tr{
		background-image:url(/images/etc/new_dottedLine.gif);
		background-position:bottom left;
		background-repeat:repeat-x;
	}
	#newTable td{
		padding-top:3px;
		padding-bottom:5px;
	}
#newButton{
	position:relative;
	width:540px;
	margin-top:20px;
	text-align:right;
}

/* ·Î±×ÀÎ */
#logTable{
	width:560px;
}
	#logTable #formTable{
		background-image:url(/images/etc/log_bg.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		width:388px;
		height:95px;
	}

/* »çÀÌÆ®¸Ê */
#mapTable{
	width:552px;
	margin-left:3px;
}
	#mapTable td{
		width:92px;
		vertical-align:top;
	}
	#mapTable .menuTable{
		width:85px;
	}
		#mapTable .menuTable th{
			width:85px;
			height:28px;
			border-bottom:solid 3px #FF9933;
			text-align:left;
			vertical-align:middle;
		}
		#mapTable .menuTable td{
			width:85px;
			height:25px;
			padding-bottom:2px;
			border-bottom:solid 1px #C5C5C5;
			vertical-align:bottom;
		}
		#mapTable .menuTable td.spacer{
			height:12px;
		}

/* À¯·ùÁÖ¹® */
#orderForm #intro{
	margin-bottom:15px;
}
	#orderForm #intro ul{
		margin-bottom:4px;
		margin-top:4px;
		margin-left:17px;
	}
	#orderForm #intro li{
		list-style-image:url(/images/etc/order_bullet.gif);
	}
	#orderForm #intro > ul{
		margin-left:0px;
		padding-left:17px;
	}
	
	#orderForm .orderTb{
		width:580px;
		margin-top:5px;
		margin-bottom:20px;
		border-bottom:1px solid #8A9FB3;
		border-top:1px solid #8A9FB3;
	}
		#orderForm .orderTb table{
			width:580px;
			border-bottom:1px solid #FFFBF1;
			border-top:1px solid #FFFBF1;
			background-color:#EAECEB;
			background-image:url(/images/etc/order_tbbg.jpg);
		}
		#orderForm .orderTb table td{
			padding-top:3px;
			padding-bottom:3px;
			color:#234B74;
		}
		
		#orderForm .orderTb table .header{
			width:100px;
			text-align:center;
		}
		#orderForm .orderTb table .headerMust{
			width:100px;
			text-align:center;
			background-image:url(/images/etc/order_must_bg.gif);
			background-position:right;
			background-repeat:no-repeat;
		}
	#orderForm #buttons{
		width:580px;
		text-align:right;
	}
