/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton{
	background: transparent url('/css/img/oval-gray-left.gif') no-repeat top left;
	display: inline-block;
	font: normal 12px "µ¸¿ò",Dotum,AppleGothic; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	cursor:pointer;
	text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #333333; /*button text color*/
}

a.ovalbutton span{
	background: transparent url('/css/img/oval-gray-right.gif') no-repeat top right;
	display: inline-block;
	padding: 5px 11px 3px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}


/* ÀÛÀº ¹öÆ° */
a.obtn{
	background: transparent url('/css/img/obtn_left.png') no-repeat top left;
	display: inline-block;
	font: normal 9pt "µ¸¿ò",Dotum,AppleGothic; /* Change 13px as desired */
	line-height: 100%; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 17px; /* Height of button background height */
	padding-left: 4px; /* Width of left menu image */
	text-decoration: none;
	cursor:pointer;
}
a:link.obtn, a:visited.obtn, a:active.obtn{
	color: #333333; /*button text color*/
}

a.obtn span{
	background: transparent url('/css/img/obtn_right.png') no-repeat top right;
	display: inline-block;
	padding: 3px 4px 2px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.obtn:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.obtn:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}


/*¹öÆ° 1*/
a.obtn1{
	background: transparent url('/css/img/obtn1_left.png') no-repeat top left;
	display: block;
	font: normal 9pt "µ¸¿ò",Dotum,AppleGothic; /* Change 13px as desired */
	line-height: 100%; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 20px; /* Height of button background height */
	padding-left: 3px; /* Width of left menu image */
	text-decoration: none;
	cursor:pointer;
}
a:link.obtn1, a:visited.obtn1, a:active.obtn1{
	color: #333333; /*button text color*/
}

a.obtn1 span{
	background: transparent url('/css/img/obtn1_right.png') no-repeat top right;
	display: block;
	padding: 4px 5px 4px 2px; /*Set 11px below to match value of 'padding-left' value above*/
}

a.obtn1:hover{ /* Hover state CSS */
	background-position: bottom left;
}

a.obtn1:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}