/*

	JQUERY DIALOG STYLES

*/
.dialog {
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.5);
	-moz-border-radius:7px;
}

.dialog_title_bar,
.dialog_content,
.dialog_content_bottom {
	background:url(/images/popup_bg.png) no-repeat;
}

.dialog_content {
	background-position:100% 100%;
	padding-bottom:20px;
}

.dialog_content_bottom {
	background-position:-419px 0;
	background-repeat:repeat-y;
	width:357px;
	padding:11px 31px 11px;
}

.dialog_title_bar {
	height:46px;
	position:relative;
	width:419px;
}

.dialog_title {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	height:36px;
	line-height:36px;
	padding:0 11px;
	cursor:default;
}

.dialog_close {
	width:15px;
	height:15px;
	position:absolute;
	text-indent:-9999px;
	right:11px;
	top:10px;
	background:url(/images/dialog_close.png) no-repeat;
}

.dialog_close:hover {
	background-position:100% 100%;
}

ul.sharethis-links li a {
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}

.modal_overlay {
	background-color:#000;
	opacity:0.3;
}

/* jQuery Dialogs */
.ui-widget-overlay {
	background: #000;
	opacity: 0.3;
	top: 0;
	left: 0;
	position: fixed;
}

.ui-dialog {
	background: #FFF;
	border: 3px solid #666;
}

.ui-dialog-title {
	float: left;
	font-weight: bold;
}

.ui-dialog-titlebar-close {
	float: right;
}

.ui-dialog-titlebar {
	overflow: hidden;
	padding: 10px;
}

/* dialog buttons */
.dialog .input_type_submit {
	background:url(/images/buttons/rounded_btn_bg.png) no-repeat;
	width:83px;
	height:31px;
	border:0;
	color:#313131;
	font-size:14px;
	cursor:pointer;
	outline:none;
	padding-bottom:2px;
}

.dialog .error {
	padding:10px;
	background-color:#FF9;
	margin-bottom:20px;
	border:solid 1px #CCC;
	display:block;
}

.forgotten_password {
	overflow:hidden;
	list-style:none;
	margin-top:20px;
}

.forgotten_password li {
	float:left;
	margin-right:10px;
}

.sharethis-links {
	list-style:none;
}

.sharethis-links li {
	overflow:hidden;
	margin-bottom:5px;
}