#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 #999;
	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: #666;
	background: #CCC 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 1.75em;
	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
{
	padding-left: 48px;
	text-transform: none;
}

#popup_panel
{
	text-align: center;
    padding-top: 10px;
	/*margin: 2em 0em 0em 1em;*/
}

#popup_prompt
{
	margin: .5em 0em;
}


/* Custom dialog styles buy*/
#popup_container.buy_confirm
{
	width: 490px;
	background: #ecffec;
}

#popup_container.buy_confirm #popup_title
{
	font: bold 12px Arial;
	text-transform: uppercase;
	padding: 15px 0px 2px 12px;
	background: #ecffec;
	text-align: left;
	color:Black;
}

#popup_container.buy_confirm #popup_content
{
	background: #ecffec !important;
	width:490px;
	padding: 0 0 15px 0;
	/*text-transform:none !important;*/
}


#popup_container.buy_confirm #popup_message
{
	padding:0;
    text-transform: none;
}


#popup_container.buy_confirm INPUT[type='button']
{
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin-left: 4px;
	padding-right: 5px;
	line-height: 1.8em !important;
	background: url('Images/btn_submit_alert.png') no-repeat;
	overflow: hidden;
	width:80px;
}

#popup_container.buy_confirm INPUT[type='button']:hover
{
	background: url('Images/btn_submit_alert_hover.png') no-repeat bottom right;
}


/* Custom dialog styles sell*/
#popup_container.sell_confirm
{
	width: 490px !important;
	background: #fce8eb;
}

#popup_container.sell_confirm #popup_title
{
	font: bold 12px Arial;
	text-transform: uppercase;
	padding: 15px 0px 2px 12px;
	background: #fce8eb !important;
	text-align: left;
	color:Black;
}

#popup_container.sell_confirm #popup_content
{
	background: #fce8eb !important;
	width:490px;
	padding: 0 0 15px 0;
}


#popup_container.sell_confirm #popup_message
{
	padding:0;
	text-transform: none;
}


#popup_container.sell_confirm INPUT[type='button']
{
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin-left: 4px;
	padding-right: 5px;
	line-height: 1.8em !important;
	background: url('Images/btn_submit_alert.png') no-repeat;
	overflow: hidden;
	width:80px;
}

#popup_container.sell_confirm INPUT[type='button']:hover
{
	background: url('Images/btn_submit_alert_hover.png') no-repeat bottom right;
}


/* Custom dialog styles cancel*/
#popup_container.cancel_confirm
{
	width: 490px;
	background: #ffffe5;
}

#popup_container.cancel_confirm #popup_title
{
	font: bold 12px Arial;
	text-transform: uppercase;
	padding: 15px 0px 2px 12px;
	background: #ffffe5;
	text-align: left;
	color:Black;
}

#popup_container.cancel_confirm #popup_content
{
	background: #ffffe5 !important;
	width:490px;
	padding: 0 0 15px 0;
	text-align:center; /*COO*/
}


#popup_container.cancel_confirm #popup_message
{
	padding:0;
	text-transform: none;
}


#popup_container.cancel_confirm INPUT[type='button']
{
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin-left: 4px;
	padding-right: 5px;
	line-height: 1.8em !important;
	background: url('Images/btn_submit_alert.png') no-repeat;
	overflow: hidden;
	width:80px;
}

#popup_container.cancel_confirm INPUT[type='button']:hover
{
	background: url('Images/btn_submit_alert_hover.png') no-repeat bottom right;
}

/* Custom dialog styles none*/
#popup_container.none_confirm
{
	width: 450px;
	background: #F8F8FF;
}

#popup_container.none_confirm #popup_title
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	margin: 0em;
	padding: 5px 0 0px 12px;
	text-transform: uppercase;
}

#popup_container.none_confirm #popup_content
{
	background: #F8F8FF !important;
	width:450px;
	padding: 0 0 15px 0;
}


#popup_container.none_confirm #popup_message
{
	padding:0;
    text-transform: none;
    padding-top: 10px !important;
}


#popup_container.none_confirm INPUT[type='button']
{
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	margin-left: 4px;
	padding-right: 5px;
	line-height: 1.8em !important;
	background: url('Images/btn_submit_alert.png') no-repeat;
	overflow: hidden;
	width:80px;
    border-radius: 3px;
    box-shadow: 4px 4px 2px #ccc;
}

#popup_container.none_confirm INPUT[type='button']:hover
{
	background: url('Images/btn_submit_alert_hover.png') no-repeat bottom right;
}
