img {
	border:0px;
}

#dialog_background_create {
		border:1px solid #b9b9b9;
		background: #f8f7f7;
		display:none; 
		position:absolute; 
		top:0; 
		width:360px; 
		height:125px;
	}
	
#dialog_background_create .img_select {
	left: 0px;
	text-align: left;
	padding: 10px;
}

#background_image_menu {
	display:none; 
}

#background_image_menu .text{
	text-align: left;
	padding: 5px;
	padding-left: 90px;
}

#widget_height_menu .height_menu {
	text-align: left;
}

#dialog_background_create .gray_btn{
	float: right;
	margin:0px 10px;
	padding-top: 10px;	
}

#xn_channel_title .gray_btn{
 float: right;
 padding-bottom: 5px;
}

a.blue_btn{
background: transparent url('../images/blue_btn_left.png') no-repeat top left;
display: block;
float: left;
font: normal 12px Tahoma; /* 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: 6px; /* Width of left menu image */
text-decoration: none;
margin-left:23px;
margin-right:3px;
font-family: "Dotum";
}

a:link.blue_btn, a:visited.blue_btn, a:active.blue_btn{
color: #eaf6ff; /*button text color*/
}

a.blue_btn span{
background: transparent url('../images/blue_btn_right.png') no-repeat top right;
display: block;
padding: 4px 6px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.blue_btn:hover{ /* Hover state CSS */
background-position: bottom left;

}

a.blue_btn:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #fff;
}

a.ovalbtn{
background: transparent url('../images/btn_left.png') no-repeat top left;
display: block;
float: left;
font: normal 12px Tahoma; /* 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: 6px; /* Width of left menu image */
text-decoration: none;
margin-right:3px;
}

a:link.ovalbtn, a:visited.ovalbtn, a:active.ovalbtn{
color: #494949; /*button text color*/
}

a.ovalbtn span{
background: transparent url('../images/btn_right.png') no-repeat top right;
display: block;
padding: 4px 6px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbtn:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbtn:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

#widget_height {
	width: 30px;
}