#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 300px;
	background: #FFF;
	border: solid 5px #DC0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 12px;
	line-height: 1.75em;
	color: #FFF;
	background: #DC0000;
	cursor: default;
	padding: 0px 0px 0px 19px;
	margin: 0em;
	text-transform:uppercase;
}

#popup_content {
	background: 19px 12px no-repeat url(/i/jqalerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/i/jqalerts/important.gif);
}

#popup_content.confirm {
	background-image: url(/i/jqalerts/help.gif);
}

#popup_content.prompt {
	background-image: url(/i/jqalerts/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok {
	cursor:pointer;
}

#popup_cancel {
	cursor:pointer;
}

#popup_overlay{
background: url('/i/jqalerts/overlay.png')
}

.form_but_dgray {
	background:#414143;
	color:#FFF;
	height:25px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	font-family:"Trebuchet MS";
	padding: 0px 10px 4px
}

.form_but_red {
	background:#EC0014;
	color:#FFF;
	height:25px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
	font-family:"Trebuchet MS";
	padding: 0px 10px 4px
}

#popup_content .cboth{clear:both;}
#popup_content .fleft{float:left;}
#popup_content .mright5{margin-right:5px;}
#popup_content .hidden{overflow:hidden;}
#popup_content a {font-weight:bold; color: #dc0000; text-decoration:none;}
#popup_content a:hover {text-decoration:underline;}
#popup_content ul {list-style-type:none; padding:0px; margin-top:0px}
#popup_content {text-align:left !important}
