@charset "utf-8";
/* Plani Project 2Team (http://plani.co.kr/) choi sun young 20100216 */


/* 전체적인 타입 */

* { margin:0; padding:0; }

body, select, input, textarea { font-family:Dotum,Gulim,Arial,seoul,verdana; font-size:12px; line-height:180%; color:#6b6b6b; }

input { height:20px;}

em,cite,address,dfn,var{font-style:normal;}

dl,ul,ol{list-style:none; margin-left:0px;}

select, input, textarea, file { border:1px solid #a6b5bc; font-size:12px; vertical-align:middle;}

a { text-decoration:none; color:#707070;}

a:hover, a:active, a:focus { text-decoration:underline;}

/* For Screen Reader */
legend { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

/* 스타일없을시 보여지는 것 */
hr, h2, caption {display:none;}
.display { width:0px; height:0px; overflow:hidden;}

/* 테이블기본셋팅 */
table {border-collapse:collapse;border-spacing:0;}

/* 이미지 테두리0 */
img { border:0;}

/* 링크점선 없애기(탭키활용불가능-클라이언트가원하는경우이외에는사용하지말것)*/
a { selector-dummy : expression(this.hideFocus=true); color:#6b6b6b; }

/* 모든레이어나타내기-코딩용 div {border: #ff0000 1px solid;} */
/*div {border: #ff0000 1px solid;}*/


.error-message {
	background:#FFC8C8;
	padding:3px;
	color:#CC0000;
}

.message {
	color:#FF0000;
	background:#DCDCDC;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
#flashMessage {

}
