﻿@charset "utf-8";
#msgbox{ position:relative; margin:10px; width:800px; height:500px;}
#msgbox .close_btn{ position:absolute; margin-top:-10px; margin-right:-12px; background:url(../images/close.png) no-repeat; width:26px; height:26px; z-index:999; right:0;}
#msgbox .main{width:800px; height:500px;}
#msgbox .main img{ z-index:-1;}
#msgbox a{text-decoration:none;}
