#popup_container {
	font-family: 'Quicksand', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #F2EFE7;
	/* border: solid 5px #999; */
	border: 10px solid #848176;
	color: #848176;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity;.9;
}

#popup_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #F2EFE7;
/*	background: url(../images/jQAlert-images/title.gif) top repeat-x;*/
/*	background: none repeat scroll 0 0 #6D84B4;*/
	border: solid 0px #FFF;
	border-bottom: solid 0px #483A3A;
	cursor: default;
	padding: 0em;
	margin: 0em;
	height: 24px;
}

#popup_content {
	/* background: 16px 16px no-repeat url(../images/jQAlert-images/info.gif); */
	/* padding: 1em 1.75em; */
	margin: 0em;
}

#popup_content.alert {
	/* background-image: url(../images/jQAlert-images/info.gif); */
}

#popup_content.confirm {
	/* background-image: url(../images/jQAlert-images/important.gif); */
}

#popup_content.prompt {
	background-image: url(../images/jQAlert-images/help.gif);
}

#popup_content.flikesWelcome {
	background-image: none;
}

#popup_content.facebookComment {
	background-image: url(../images/jQAlert-images/help.gif);
}

#popup_message {
	/* padding-left: 48px; */
	font-size:normal;
	border-bottom: 0px solid #CCCCCC;
	padding: 30px;
	text-align:center;	
}

#popup_panel {
	/* text-align: center; */
	text-align: right;
	margin: 1em 0em 0em 1em;
	padding-bottom: 5px;
	margin-right: 10px;
}

#popup_prompt {
	margin: .5em 0em;
}

.popup_overlay
{
	position: absolute;
	top: 0px; left: 0px;
	width: 2500px;
	height: 3210px;
	display: block;
	opacity: 0.9;
	z-index: 9998;
	background-color: #483A3A;
}
.flikesWelcome_ok, .flikesWelcome_ok input, .flikesWelcome_cancel input {
    font-size: 14px;
}
.flikesWelcome_ok {
    background-color: #dc4e00;
    background-position: 0 118px;
    border-color: #29447E #29447E #1A356E;
}
.flikesWelcome_ok input{
	color: #FFFFFF !important;
}
.flikesWelcome_ok, .flikesWelcome_cancel {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* background: url("http://static.ak.fbcdn.net/rsrc.php/v1/zD/r/B4K_BWwP7P5.png") repeat scroll 0 0 #EEEEEE; */
    border-color: #999999 #999999 #888888;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: normal !important;
    padding: 2px 6px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
#popup_panel label {
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    vertical-align: middle;
}
.flikesWelcome_ok input, .flikesWelcome_cancel input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    outline: medium none;
    padding: 1px 0 2px;
    white-space: nowrap;
}

