/* commented backslash hides from ie5mac \*/ 
*{
	margin : 0;
	padding : 0;
	border : 0;

}
img{
	margin : 0;
	padding : 0;
	border : 0;
}

body{
	background-color : White;
	text-align : left;
	font-family : Arial,sans-serif;
	font-size : 12px;
}

form{
	margin : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	border : 0px;
	padding : 0px;
	font-size : 9px;
	display: inline;
}

table{
	border : 0px solid #097c8d;
}

th{
	background-color : #ccff66;
	border : 1px solid #339933;
	text-align : center;
}

hr{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #66aa33;
	height: 1px;
}

.inputNumber{
	COLOR: #097c8d;
	ime-mode: disabled;
	border-top: 2px solid Gray;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 2px solid Gray;
	display: inline;
}

.inputString{
	COLOR: #097c8d;
	border-top: 2px solid Gray;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 2px solid Gray;
	display: inline;
}

.inputBtn{
	COLOR: #097c8d;
	BACKGROUND-COLOR: #efffff;

	HEIGHT: 20px;

	border-top: 1px solid Gray;
	border-right: 2px solid Gray;
	border-bottom: 2px solid Gray;
	border-left: 1px solid Gray;
	display: inline;
}

.alertView{
	color : Red;
}

#wrapper {
	margin : 0;
	padding : 0
	width : 100%;
	height : 100%;
	z-index : 1;
}

#UpperBase {
	position : relative;
	top : 0px;
	left : 50%;
	width : 1350px;
	height : 20px;
	margin-top : 0px;
	margin-left : -675px;
	background-color : darkolivegreen;
	background : url(images/header.png) no-repeat;
	_height : 20px;
	z-index : 3;
}

#innerBase {
	position : relative;
	top : 0px;
	left : 50%;
	width : 1350px;	
	height : 900px;
	margin-top : 0px;
	margin-left : -675px;
/*	margin-left : -50%;	*/
	background-color : #333333;
	background : url(images/innner.png) repeat-y;
	z-index : 2;
}

#LowerBase {
	position : relative;
	top : 0px;
	left : 50%;
	width : 1350px;	
	height : 32px;
	margin-left : -675px;
	background-color : darkolivegreen;
	_height : 32px;
	background : url(images/footer.png) no-repeat;
	z-index : 4;
}



#container {
	position : absolute;
	overflow : auto;
	top : 0px;
	left : 50%;	
	width : 780px;	
/*	width : 100%;	*/
	height : 100%;
	margin-top : 0px;
	margin-left : -390px;	
/*	margin-left : -50%;	*/
	padding : 0px;
	z-index : 5;
/*	border : 1px solid Green;	*/
}

#upperContent {
	position : relative;
	width : 100%;
	height : 460px;
	padding : 0px;
	z-index : 100;
/*	border : 1px solid Red;	*/
}

#mapsContent{
	position : relative;
	overflow : auto;
	top : 4px;
	left : 50%;
	width : 712px;
	height : 360px;
	margin-left : -356px;	
}

#notFound{
	position : relative;
	overflow : auto;
	top : 4px;
	left : 50%;
	width : 482px;	
	height : 582px;
	margin-left : -240px;	
	background-color : #333333;
	background : url(../assets/images/Error404.png);
}

#serchBoxContent {
	position : relative;
	overflow : auto;
	top : 8px;
	left : 50%;
	width : 720px;	
/*	width : 100%;	*/
	height : 96px;
	margin-left : -361px;	
/*	margin-left : -50%;	*/
	text-align : center;
/*	border : 1px solid Green;	*/
}

#zipSerchBox {
	width : 106px;
	height : 48px;
	border : 1px solid #097c8d;
}
#areaSelect {
	width : 380px;
	height : 48px;
	border : 1px solid #097c8d;
}
#freeSerchBox {
	width : 140px;
	height : 48px;
	border : 1px solid #097c8d;
}
#resetBox{
	width : 60px;
	height : 48px;
	border : 1px solid #097c8d;
}

#lowerContent {
	position : relative;
/*	top : 67px;	*/
	top : 0px;
	left : 50%;
	width : 720px;
/*	height : 280px;	*/
	height : 420px;
	margin-left : -361px;
	padding : 0px;
	z-index : 100;
	border : 1px solid Gray;	
}

#memberTableContent{
	position : absolute;
	overflow : auto;
	top : 0px;
	left : 50%;
	width : 718px;
	height : 100%;
	margin-left : -359px;
	font-size : 13px;
}

.authCode{
	width : 72px;
	height : 32px;
}
.corpName{
	width : 200px;
	height : 32px;
}
.address{
	width : 180px;
	height : 32px;
}
.TELnum{
	width : 140px;
	height : 32px;
}
.linker{
	width : 32px;
	height : 32px;
}
.codeIdx{
	background-color : darkgreen;
	color : lawngreen;
/*	font-weight : bold;	*/
}

.resTitle{
	color : Red;
/*	font-weight : bold;	*/
}
.resText{
	color : Red;
	font-weight : bold;	
}
.resCount{
	color : Red;
	font-weight : bold;	
}

