html,body{
	height:100%;
}
#Box_window{
	Position: Absolute;
	Z-Index: 1000;
	Top: 0;
	Left: 0;
	Background: #000000 Url(Box_Mask.gif);
	Width: 100%;
	Height: 100%;
	Margin: 0;
	Padding: 0;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);*/
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#Box_progress{
	Position: Absolute;
	Z-Index: 1001;
	Margin: 0;
	Padding: 0;
}
#Box_body{
	Overflow: Auto;
	Position: Absolute;
	Z-Index: 1002;
	Top: 0;
	Left: 0;
	Background: #FFFFFF;
	Width: 425px;
	Height: 205px;
	Margin: 0;
	Padding: 0;
	Text-Align: Left;
}
.Box_header{
	Position: Absolute;
	Z-Index: 1003;
	Top: 0;
	Left: 0;
	Width: 100%;
	Height: 24px;
	Line-Height: 25px;
	Padding: 0;
	Margin: 0;
	Font-Weight: Bold;
}
#Box_header_title{
	Overflow: Hidden;
	Float: Left;
	Width: 70%;
	Margin-Left: 5px;
	Font-Size: 14px;
	Font-Weight: Bold;
	Font-Family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
.Box_header_close{
	Float: Right;
	Margin: 6px 8px 0 0;
	cursor: Pointer;
}
.Box_wrap{
	Overflow: Auto;
	Position: Absolute;
	Z-Index: 1002;
	Top: 0;
	Left: 0;
	Width: 100%;
	Height: 100%;
}
.Box_border{
	Position: Absolute;
	Z-Index: 1002;
	Top: 40px;
	Left: 0;
}
#Box_main{
	Padding: 8px;
	Font-Size: 14px;
	Font-Family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
#Box_main p{
	Margin: 0;
	Padding: 3px;
	Line-Height: 22px;
}
#Box_openwin{
	Cursor: Pointer;
	Margin-Right: 8px;
}
#Box_closeimg{
	background:url(Box_CloseImg.gif) no-repeat;
	border:0px;
	height: 11px;
	width: 11px;
}
.Box_Skin{
	Border: 1px solid #4F6D81;
}
.Box_Skin .Box_header{
	Background: Url(Box_Header.gif) 0 0 repeat-x;
	Color: #355468;
}
.Box_Skin .Box_wrap{
	Background: Url(Box_Wrap.jpg) bottom right no-repeat;
}
.Box_Skin a:link{
	Color: #415586;
	Text-Decoration: None;
}
.Box_Skin a:visited{
	Color: #415586;
	Text-Decoration: None;
}
.Box_Skin a:hover{
	Color: #C13B0B;
	Text-Decoration: Underline;
}
.Box_Skin a:active{
	Color: #415586;
	Text-Decoration: None;
}