@charset "utf-8";
.text {
	font-family: "돋움", "Arial", "굴림";
	font-size: 12px;
	color: #333333;
}
.ptext {
	font-family: "돋움", "Arial", "굴림";
	font-size: 12px;
	color: #FF9900;
}
.error {
	font-family: "돋움", "Arial", "굴림";
	font-size: 12px;
	color: #FF0000;
}
.field {
	height:27px;
	padding-left:15px;
	font-family: "돋움", "Arial", "굴림";
	font-size: 12px;
	color: #333333;
}
.reject {
	color:#FF0000;
}
.txt_content {
	padding:10px;
	font-size:13px;
}
.input {
	border: 1px solid #6B6B6B;
}
.highlight {
	background:#FFFF00;
}
.pagenavi {
	font-family: "돋움", "Arial", "굴림";
	font-size: 13px;
}
.gimg {
	border:1px solid #CCC;
	background:#FFF;
	padding:3px;
	margin-bottom:4px;
}
th {
	text-align:center;
}

a		{text-decoration: none; color:#333333}
a:hover	{text-decoration: none; color:#FF9900}

form { margin:0 };