#jpopup_container {
	margin:auto;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	position:relative;
	/*background: #fff url(../images/alert_bg.gif) repeat-x;*/
	margin-top:24px !important;
	top:12%;
	border:1px solid #e3e3e3;
	padding-bottom:10px;
        font-size:15px;
	color:#000;
	text-align:left; 
   /* -moz-border-radius:16px;
	-webkit-border-radius:16px;
	-khtml-border-radius:16px;
	border-radius:16px;
	box-shadow:0 0 10px 0 #343434;
	-moz-box-shadow:0 0 10px 0 #343434;
	-webkit-box-shadow:0 0 10px 0 #343434;*/
	/* border-radius:6px 6px 6px 6px; */
	border-top: none;
}

#popup_title {
	color: #fff;
    font-size: 17px;
    /*font-weight: bold;*/
    height: 27px;
    margin: auto;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-top: 3px;
    background: #168ecd;
    /* border-radius:6px 6px 0px 0px; */
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info_jquery.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
/*	background-image: url(../images/info_jquery.gif);*/
        background-image: url(../images/info_ico.png);
        margin: 0px !important;
}

#popup_content.confirm {
/*    background-image: url(../images/important.gif);*/
	background-image:url(../images/info_ico.png);
	
}

#popup_content.yesOrNoConfirm {
/*    background-image: url(../images/important.gif);*/
	background-image:url(../images/info_ico.png);
	
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding-left:30px;
	padding-top: 6px;
	font-size: 14px;/* new ganesh sheshu  */
}

#popup_panel {
	text-align: right;
	margin: 1em 0em 0em 0.4em;
	margin-right: -21px;
	margin-bottom: -2px;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok, #popup_cancel {
 background-color: #168fce !important;
 /*    border: 1px solid #ccc !important; */
    color: #fff !important;
height:31px;
  padding:2px 12px 2px 12px;
  text-align:center;
 font-size:15px;
 cursor:pointer;
 outline:none;
 margin-right: 6px;
 border-radius:4px;
 /* -webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px; */
	border:none;
	 }
#popup_ok:hover, #popup_cancel:hover {
	background-color:#13648e !important;
}
	
	
	

	 
