﻿
.npOverlay { background:#000; }
.npContainer { display:none; position:absolute; left:50%; top:15%; background:#FFF; color:#333; border:1px dotted black; padding:10px; }

.npTitle { background:#C6D700; padding:3px; }
.npTitle h1 { color:White; font-weight:bold; font-size:14px; padding:5px; }

.npContent { margin-top: 10px; padding: 0 8px; }

.npClose .modalClose span { display:none; }
.npClose .modalClose:hover { background-position:0 -20px; }
.npClose .modalClose { border:1px dotted #DDDDDD; cursor:pointer; width:20px; height:20px; display:block; float:right; background:transparent url(../images/close_icon_double_2.png) 0 0 no-repeat; }
