#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 350px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #ccc;
	color: #000;
}
.content_alert {
	overflow-y:auto;
	overflow-x:hidden;
	max-height: 450px;	
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background: #8e8e8e;
	border: solid 1px #FFF;
	border-bottom: solid 1px #ccc;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: 16px 16px no-repeat url(../../images/info.png);
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url('../../Images/info.png');
}
#popup_content.confirm {}
#popup_content.prompt {
	background-image: url('../Images/help.gif');
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}
.btn-std {
    background:#979797 !important;
    color: #fff;
    cursor: pointer;
    padding: 6px 10px;
    border:0px solid #ccc;
}
.btn-std-patientinfo {
    background: #7bbbbc !important;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border:0px solid #ccc;
}
.btn-std-patientinfo:hover {
    background:#fcb448 !important;
    color: #fff;
    cursor: pointer;
}
.btn-std-cancel {
    background:#979797 !important;
    color: #fff;
    cursor: pointer;
    padding: 6px 10px;
    border:0px solid #ccc;
    border-radius:0px;
    min-width: 60px;
    max-width: 240px;
}
.btn-std-cancel:hover {
	border:0px solid #fff !important; 
	color:#fff !important; 
	background:#777 !important;
}
.margin-top-10 {
    margin-top:10px;
}
