@CHARSET "UTF-8";
.modal_window_line_wrapper {
	float:left;
	width:100%;
	font-size:0px;
	line-height:0px;
}
.modal_window_panel_top	{
	background:transparent url(../images/libs/modalwindow/_top.png) repeat-x left top;
	height:24px;
	padding-top:4px;
	margin-left:10px;
	margin-right:12px;
	font-size:0px;
	line-height:0px;
}
.modal_window_panel_corn01 	{
	background:transparent url(../images/libs/modalwindow/corn01.png) no-repeat left top;
	float:left;
	margin-left:-100%;
	width:10px;
	height:28px;
	font-size:0px;
	line-height:0px;
	display:inline;
}
.modal_window_panel_corn02 	{
	background:transparent url(../images/libs/modalwindow/corn02.png) no-repeat right top;
	float:left;
	margin-left:-12px;
	width:12px;
	height:28px;
	font-size:0px;
	line-height:0px;
	display:inline;
}

.modal_window_panel_bottom	{
	background:transparent url(../images/libs/modalwindow/_bottom.png) repeat-x left bottom;
	height:33px;
	margin-left:10px;
	margin-right:12px;
	font-size:0px;
	line-height:0px;
}
.modal_window_panel_corn03 	{
	background:transparent url(../images/libs/modalwindow/corn03.png) no-repeat left bottom;
	float:left;
	width:10px;
	height:33px;
	margin-left:-100%;
	font-size:0px;
	line-height:0px;
	display:inline;
}
.modal_window_panel_corn04 	{
	background:transparent url(../images/libs/modalwindow/corn04.png) no-repeat right bottom;
	float:left;
	width:12px;
	height:33px;
	margin-left:-12px;
	font-size:0px;
	line-height:0px;
	display:inline;
}
.modal_window_loading_icon {
	background:transparent url(../images/libs/modalwindow/loadIcon.gif) no-repeat left top;
	width:16px;
	height:16px;
	float:right;
	margin-top:5px;
}

.modal_window_panel_content {
	background-color:#FFF;
	font-size:11px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
	margin-left:2px;
	margin-right:5px;
}
.modal_window_panel_left 	{
	background:transparent url(../images/libs/modalwindow/_left.png) repeat-y left top;
	font-size:0px;
	line-height:0px;
}
.modal_window_panel_right 	{
	background:transparent url(../images/libs/modalwindow/_right.png) repeat-y right top;
	font-size:0px;
	line-height:0px;
}

.modal_window_title {
	color:#000;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:15px;
	line-height:15px;
	margin-left:3px;
	margin-top:2px;
	overflow:hidden;
	width:90%;
	display:inline;
}
.modal_window_button_close {
	background:transparent url(../images/libs/modalwindow/buttonClose.png) no-repeat left top;
	width:14px;
	height:14px;
	margin-top:4px;
	float:right;
	display:block;
	cursor:pointer;
}
	.modal_window_button_close:hover {
		background-position:left bottom;
	}
