* {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 9pt;
}

.formError {
	background-color: yellow;
}


label, input, select, textarea {
	vertical-align:middle;
}

img {
	vertical-align:top;
}

textarea {
	font-family:"±¼¸²",Gulim, Arial;
	font-size:9pt;
	color: #666666;
	border:1px SOLID #CBCBCB;
	border-bottom-color: #CBCBCB;
	border-right-color: #CBCBCB;
	background-color:white;
	padding:3px 3px 3px 3px;
}
form	{ font-family:±¼¸², Arial; font-size: 9pt; }
select 	{ 
	font-family: ±¼¸², Arial;
	font-size:12px;
	color: #666666;
	border:1px SOLID #ABABAB;
	border-bottom-color: #ABABAB;
	border-right-color: #ABABAB;
	background-color:white;
	padding:1px;
 }
option	{ font-family:±¼¸², Arial; font-size: 9pt; color: #666666; }
/* ±âº» ¸µÅ©½ºÅ¸ÀÏ*/
a:link {
	color:#666666;
	text-decoration:none;
} 
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover, a:focus {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
}
