
img { border: none; }
input { vertical-align: middle; }

#orderTable { border: none; }
	#orderTable th {
		width: 20%; padding: 7px 0;
		font-weight: normal; color: #0869AF;
		background: #F5F5F5;
		}
		#orderTable tr th { font: 10pt Dotum, µ¸¿ò; }

	#orderTable td {
		font: 10pt Dotum, µ¸¿ò; 
		padding-left: 5px;
		border-bottom: 1px solid #E5E5E5;
		}
	#orderTable td textarea { padding: 5px; border: 1px solid #ccc; overflow: auto; }
	#orderTable td em { font: 8pt Dotum, µ¸¿ò; color: #f00; }

.orderLink { padding-left: 565px; font-weight: bold; color: #f30; text-align: right; text-transform: uppercase; }
	.orderLink a { margin-right: 10px; font: bold 7pt Tahoma; text-decoration: none; }

.orderBtn input {
	margin: 20px 5px; padding: 3px 10px;
	color: #FFF;
	border-top: 1px solid #5BA5DA;
	border-right: 1px solid #044699;
	border-bottom: 1px solid #044699;
	border-left: 1px solid #5BA5DA;
	background: #0869AF;
	}

.input1 { width: 50px; height: 20px; border: 1px solid #CCC; }
.input2 { width: 30%; height: 20px; border: 1px solid #CCC; }
.input3 { width: 50%; height: 20px; border: 1px solid #CCC; }
.input4 { width: 100%; height: 20px; border: 1px solid #CCC; }

.textarea1 { width: 100%; height: 100px; }
.textarea2 { width: 100%; height: 200px; font: 10pt Dotum, µ¸¿ò; }

#priv {height:250px;margin-top:20px;padding:25px;border:5px solid #efefef;background:#fafafa;overflow-y:scroll;}
	#priv * {text-align:left;line-height:1.4em;}
	#priv section {display:block;}
	#priv section:nth-child(2) {margin:20px 0;padding:20px 0;border:1px solid #efefef;border-right:none;border-left:none;}
	#priv section h2.tit {width:auto;margin-bottom:15px;font-size:1.1em;font-weight:500;}
	#priv section h3 {display:inline-block;margin:20px 0 5px;padding:3px 10px;border-radius:30px;font-size:1em;font-weight:400;color:#fff;background:#629ac1;}
	#priv section p {margin:0;font-size:.85em;color:#333;}
	#priv section ul {list-style:square;}
	#priv section ul li {font-size:.85em;color:#333;}
	.priv_agree {margin:0 !important;margin-bottom:20px;padding:7px;font-size:.9em;color:#fff;text-align:right !important;background:#4c4c4c;}
	.priv_agree label {color:#fff;cursor:pointer;}
