#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #8CADCD;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: white;
	background: #8CADCD url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1em;
	margin: 0em;
}

#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 {
	text-align: center;
	font-size:20px;
}

#popup_panel {
	text-align: center;
	float:left;
	font-family:Arial;
	width:120px;
	height:48px;
	margin-top:5px;
	border:1px solid black;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_ok {

border:solid 0px black;
background:#749fc9;
color:White;
width:120px;
	font-family:Arial;
	height:48px;
	font-size:16px;
	font-weight:bold;
}

#linkOrder
{
    border:solid 1px black;
    background:#749fc9;
    color:White;
    	font-family:Arial;
    float:left;
    text-align: center;
    width:120px;
    margin-left:25px;
    margin-bottom:10px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	padding-top:13px;
}
#linkOrder a
{
    color:White;
}