@import url('./_Script/JQuery/lightbox-0.5/jquery.lightbox-0.5.css');

/* 로그인 라벨 */
div#OverLabel {
	position:relative;
}

label.overlabel {
	color:#999;
	display:none;
}
label.overlabel-apply {
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
	color:#999;
}
/*.overlabel { display:none; } 적용되기 전 레이블이 표시되는 걸 방지하기 위함이었음. */
/* 로그인 라벨 끝 */


* { padding:0; margin:0; }

body, td, p, input, button, textarea, ul, .c1 { font-family:dotum, sans-serif; font-size:90%; color:#222222; }
select { font-family:dotum; font-size:100%; color:#222222; }

/* 게시판 내용 부분 */
#writeContents p { padding:10px; }
#writeContents div { padding:1px; line-height:160%; }
.Paging_Td { font-size:95%; font-family:tahoma; }
.Paging_Td a { color:#999; }
.Paging_Td span { font-weight:bold; color:#757575; }

img { border:0px; }

ul, ol { list-style: none; }

a:link, a:visited, a:active { text-decoration:none; }