/* This is for the Asmark Facebox script */
#Facebox-Container {
	margin: 10px auto 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	background-color: #FFFFFF;
}
.FaceboxContainer {
	display: none;
	z-index: 9999;
	position: absolute;
	padding: 10px;
}
.FaceboxBox {
	z-index: 10000;
	border: 2px solid #A40000;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 5px #555555;
}
.FaceboxTitle {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background: #A40000;
	padding: 3px 0px 3px 10px;
}
.FaceboxForm {
	padding: 15px;
}
.FaceboxClose {
	padding: 3px 10px 5px 0px;
	font-weight: bold;
	border-top: 2px solid #A40000;
	background: #DDDDDD;
	font-size: 11px;
}
.FaceboxCloseButton {
	cursor: pointer;
	float: right;
}
