﻿
.npOverlay { background:#000; }
.npContainer { display:none; position: absolute; top:15%; background-color: #FFF; color: #333; border: 2px solid #DDDDDD; padding: 10px; }
.npTitle { background-color:#EC768C; border-bottom:3px solid #F7CCD5; padding:3px; }
.npTitle h1 { color:#FFF; font-weight:bold; font-size:14px; padding:5px; }
.npContent  { position:relative; }
.modalPadding { float:left; padding:10px; }
.npClose {  }
.npClose .modalClose  span { display:none; }
.npClose .modalClose:hover { background-position:0 -20px; }
.npClose .modalClose { margin-top:4px; margin-right:4px; cursor:pointer; width:20px; height:20px; display:block; float:right; background:transparent url(../images/close_icon_double_2.png) 0 0 no-repeat; }
