﻿.npOverlay { background-color:#000; }

.npContainer { display:none; position:absolute; color:#333; background-color:#fff; border:1px solid #bbb; padding:15px; }

.npTitle { height:30px; }
.npTitle h3 { float: left; border: none; }
.npTitle .npClose { float:right; text-align:right; outline:none; border:none; }
.npTitle .npClose .modalClose { display:block; background:url(../images/close_icon_double.png) no-repeat; width:20px; height:20px; cursor:pointer; border:none; }
.npTitle .npClose .modalClose:hover { background-position:0 -20px; }
.npTitle .npClose .modalClose span { display:none; }
