#popup_container {font-family:Arial, sans-serif; font-size:12px; min-width:310px; max-width:310px; background: #FFF; border:2px solid #e7832e; color:#000; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; box-shadow:0px 0px 12px 3px rgba(0,0,0,0.43);}

#popup_title {font-family: 'Oswald', sans-serif; font-size:17px; line-height:1.75em;  text-align:center; color:#fff; background:#e7832e;  border:none; cursor:default; padding:6px 5px;  margin:0em; border-radius:4px 4px 0 0;}

#popup_content { padding:5px 7px; margin: 0em;}

#popup_content.alert {/*background-image: url(../content/images/info.gif);*/ }
#popup_content.confirm {     /*background-image: url(../content/images/important.gif);*/    }
#popup_content.prompt { /*background-image: url(../content/images/help.gif);*/}
#popup_message {padding:10px 6px;  font-family:'Open Sans', sans-serif; color:#333; font-size:15px; font-weight:normal;}
#popup_message div.alert1 {line-height:5px; float:left; font-size:13px; height:21px; padding-top:8px;  }
#popup_panel { text-align: center;  margin:1em 0em 15px 1em; clear:both;}
#popup_prompt { margin:.5em 0em;}
#popup_ok {background:#e7832e; border:none; font-size:16px; color:#fff; padding:6px 8px; border-radius:4px;}
#popup_cancel {background:#de5f13; border:none; font-size:16px; color:#fff; padding:6px 8px; border-radius:4px; margin-left:5px;}
#popup_ok:hover {background:#009fd4;}
.alert1 {background: url(../content/images/alert.png) left top no-repeat; margin:0px; padding: 0 0 0 30px;}
