#popup_container {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	min-height: 100px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #2c8cbf;
	color: #000000;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 5px;
}


#popupPage_container {
 /* font-size: 12px; */
 /* overflow:auto; */
 /* background: #FFF; */
 /* border: 4px solid #376f88; */
 /* margin: auto; */
 /* color: #000; */
 /* border-radius: 10px; */
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 /* -webkit-border-radius: 10px; */
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #ffffff;
	background: #2c8cbf url(images/title.jpg) top repeat-x;


    /*background-image: linear-gradient(to bottom, #ffffff 0%, #e5f3fa 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5f3fa', GradientType=0);*/

	border: solid 1px #2c8cbf;
	border-bottom: solid 1px #2c8cbf;
	padding: 8px 5px;
	margin: 0;
	height: 35px;
	border-radius: 0;
    padding:10px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 12px 20px;
	margin: 0px;
	background-position: 20px 5px;
	border-radius: 0;
}

#popup_content.alert {
	/* background-image: url(images/info.gif); */
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_message {
	padding-left: 40px;
	margin-bottom: 20px;
}

#popup_panel {
	text-align: center;
	margin: 0;
}

#popup_prompt {
	margin: .5em 0em;
}


.btnAlert
{
	min-width:50px; 
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:1px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
    font-size:12px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

.btnAlertRed {
	-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
	/* -webkit-box-shadow:inset 0px 39px 0px -24px #e67a73; */
	/* box-shadow:inset 0px 39px 0px -24px #e67a73; */
	/* background-color:#e4685d; */
	-moz-border-radius:4px;
	min-width:50px;
	text-decoration:none;
	background: #fff;
	border: 2px solid #0e5487;
	border-radius: 4px;
	display: inline-block;
	color: #0e5487;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
}

.btnAlertRed:hover {background-color: #0e5487;color: #fff;}

.btnAlertRed:active {
	position:relative;
	top:1px;
}

.btnAlertGreen {
	-moz-box-shadow:inset 0px 39px 0px -24px #3dc21b;
	/* -webkit-box-shadow:inset 0px 39px 0px -24px #3dc21b; */
	/* box-shadow:inset 0px 39px 0px -24px #3dc21b; */
	/* background-color:#44c767; */
	-moz-border-radius:4px;
	/* -webkit-border-radius:4px; */
	/* border-radius:2px; */
	/* border:1px solid #18ab29; */
	display:inline-block;
	min-width:50px;
	background-color: white;
	border: 2px solid #0e5487;
	border-radius: 4px;
	display: inline-block;
	color: #0e5487;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
}

.btnAlertGreen:hover {
	background-color: #0e5487;
	color: #fff;
}

.btnAlertGreen:active {
	position:relative;
	top:1px;
}