#divDelete{
/* style for the div with notify button*/
font-size:15px;
width:670px;
margin:30px auto;
height:30px;
padding:15px;
font-weight:normal;
background-color:#e2e2e2;
border-bottom:2px solid #428bca;
}
.deleteConfirm{
color:#666;
width:150px;
font:bold 75% arial,sans-serif;
text-decoration:none;
padding:10px 10px 10px 10px;
display:inline-block;
text-align:center;
border:solid 1px #dcdcdc;
margin:25px auto;
}
.deleteConfirm:hover{
color:#333;
border-color:#999;
}
.closeButton{
/* close button */
float:right;
height:16px;
width:16px;
margin-top:6px;
}
.closeButton:hover{
background:url(img/closehover.gif) no-repeat !important;
}
#popup_container {
font-weight: bold;
text-align: left;
font-size: 12px;
width: 400px;
height: 125px;
background: rgba(0,0,0,0.85);
border: solid 1px rgba(0,0,0,0.85);
border-bottom: solid 2px rgba(0,0,0,0.85);
color: white;
padding: 25px;
box-shadow: 0px 0px 142px #000;
-moz-box-shadow: 0px 0px 142px #000;
-webkit-box-shadow: 0px 0px 142px #000;
top: 600px;
}

#popup_title {
display:none;
}

#popup_message {
padding-top: 15px;
padding-left: 15px;
}

#popup_panel {
text-align: left;
padding-left:15px;
}
input
{
background-color:white;
padding:3px;
color:black;
margin-right:10px;
}

