#zipcode{
	display:none;
	margin:0 auto;
	width:350px;
	height:360px;
	background:white;
	border:2px solid #000000;
	font-size:12px;
}

#zipcode .title{
	margin:13px 0 0 15px;
}

#zipcode .explanation{
	margin:10px 0 0 15px;
	width:325px;
	height:66px;
	background:url("../images/explanationBackground.gif") no-repeat;
}

#zipcode .search{
	margin:15px 0 0 15px;
	width:325px;
	height:32px;
	background:url("../images/searchBackground.gif") no-repeat;
}

#zipcode .dong{
	border:1px solid #d7d7d7;
	width:130px;
	height:18px;
}

#zipcode .listLabel{
	margin:25px 0 0 15px;
	width:325px;
	height:32px;
	background:url("../images/listLabelBackground.gif") no-repeat;
}

#zipcode .list{
	margin:0 0 0 15px;
	width:323px;
	height:109px;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	overflow:auto;
	background:url("../images/listBackground.gif") repeat-y;
}

#zipcode .list td{
	border-bottom:1px solid #dedede;
}

#zipcode .status,
#zipcode .nothing{
	text-align:center;
	background:white;
	width:330px;
	height:100px;
}

#zipcode .code{
	width:80px;
	text-align:center;
	padding:3px 0;
}

#zipcode .address{
	width:250px;
	padding:3px 0 3px 10px;
}

#zipcode .zipcodeInfo{
	cursor:pointer;
}