@charset "utf-8";
/* CSS Document */

#my_popup{ width:780px; border:3px solid #280071; background:#fff}

#my_popup .contnet-area{ padding:20px;}

#my_popup .my_popup_close{ cursor:pointer; margin:10px}


#my_popup.wd1100{ width:1100px}
#my_popup.wd1115{ width:1115px}


#my_popup .contnet-area.ht500{ height:500px; overflow-y:scroll}

#my_popup .contnet-area.ht850{height:500px;}

#my_popupnew, #my_popupnew_open,#my_popup_receiver{ width:355px; border:1px solid #280071; background:#fff;  box-shadow: 7px 7px 5px -7px #404040; border-radius: 10px;}
#my_popupnew .my_popupnew_close, #my_popupnew_open .my_popupnew_open_close, #my_popup_receiver .my_popup_receiver_close{ cursor:pointer; margin: 0; }

#my_popupnew h3, #my_popupnew_open h3, #my_popup_receiver h3{ font-size:11pt;border-radius: 7px 7px 0px 0; background:#280071; padding:10px; margin:0 0 5px 0; color:#fff; font-weight:bold}

.box-inner{ padding:10px; }