
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 td {
		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 { 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; }
