.dialog {
	height:							0;
	left:							0;
	overflow:						visible;
	position:						absolute;
	top:							0;
	width:							100%;
	z-index:						101;
	text-align:						center;
	top:							100px;
}

#pageContents .dialog p {
	color:							#333333;
}

.dialog .dialog_popup {
	overflow:						visible;
	position:						relative;
	background-image:				url( "background.png" );
	width:							465px;
	margin:							auto;
	padding:						10px;
	-moz-border-radius:				15px;
	-webkit-border-radius:			15px;
}

.error .dialog_popup {
	background-image:				url( "errorBackground.png" );
}

.sent .dialog_popup {
	background-image:				url( "background.png" );
}

.dialog .dialog_content {
	overflow:						visible;
	position:						relative;
	background-color:				white;
	padding:						10px;
	text-align:						left;
	-moz-border-radius:				10px;
	-webkit-border-radius:			10px;
}

#dialog_overlay {
	display:						block;
	left:							0;
	position:						absolute;
	top:							0;
	width:							100%;
	z-index:						100;
}

div#pageContents .dialog_body h1,
div#pageContents .dialog_body h2,
div#pageContents .dialog_body h3,
div#pageContents .dialog_body h4 {
	margin:							0;
	padding:						0;
}

#fb-modal {
	display:						none;
}

#fb-close {
	cursor:							pointer;
}

.info {
	width:							280px;
	float:							left;
	font-size:						11px;
	color:							#666;
}

.info b	{
	color:							#000;
}

.image {
	width:							200px;
	float:							left;
	margin-right:					10px;
}





.dialog a.closeButton {
	padding:						0;
	vertical-align:					middle;
	line-height:					24px;
	padding-left:					10px;
	padding-right:					10px;
	margin:							0;
	border:							none;
	color:							#ffffff;
	font-weight:					bold;
	text-transform:					uppercase;
	-moz-border-radius:				4px;
	height:							24px;
	display:						block;
	float:							right;
	background-image:				url( "../../assets/images/sitewide/buttons/searchButtonBackground.png" );
	background-color:				#d10028;
	text-decoration:				none;
}


.dialog a.closeButton:hover {
	background-position:			bottom;
	text-decoration:				none;
	cursor:							pointer;
	background-color:				#9c110c;
}
