/*
	- Project : hosting
	- Author : phpschool
	- Description : 메이크샵 팝업 style sheet
	- Create : 2012-01-05
	- Modify : YYYY-MM-DD
	- Version : ver 1.0

	* 수정 주석처리 순서 : 날짜 이름 수정사항

	- MODIFY HISTORY (수정 부분, 수정일 반드시 작성)
		-
*/


#makeTop {
	width: 650px;
	height: 20px;
	background-color: #2768de;
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}

#makeBody {
	width: 630px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 24px;
}

.makeTitle {
	background: url(/images/makeshop/icon.gif) 0 0 no-repeat;
}	
.makeTitle .title {
	padding-left: 30px;
	padding-top: 6px;
	font-size: 24px;
	font-weight: bold;
	font-family: dotum;
	color: #000000;
	letter-spacing: -3px;
}

.makeTitle .comment {
    line-height: 14px;
    padding-top: 13px;
}

.hor-table {
	border-top: 1px solid #aac1d3;
	border-bottom: 1px solid #aac1d3;
	width: 630px;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
}
.hor-table th,
.hor-table td {
	padding: 6px 12px;
	text-align: left;
}
.hor-table th {
	width: 120px;
	background-color: #f5f9fa;
	border-bottom: 1px solid #dae3e8;
	color: #333333;
}
.hor-table td {
	border-bottom: 1px solid #dae3e8;
}
.hor-table tr.last th,
.hor-table tr.last td {
	background-image: none;
}

.txt-input-light {
	border: 1px solid #d7dee4;
	padding:4px;
}
.txt-select-light {
	border: 1px solid #d7dee4;
	height: 24px;
	padding:4px;
}
.info {
	color: #2869df;
	padding-left: 5px;
}
.personInfo {
	width: 600px;
	height:130px;
	padding:10px 15px;
	background-color: #F5F9FA;
	border-top: 1px solid #aac1d3;
	border-bottom: 1px solid #aac1d3;
}
.personInfo .infoBox {
	width: 580px; 
	height:95px;
	background-color: #FFFFFF;
	padding:10px;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #dddddd;
}
.foot-btns {
	text-align: center;
	padding-top: 20px;
}