
	.facebox {
		margin: 0px;
		padding: 0px;
		border-collapse: collapse;
		 z-index:9999999;
	}
	
	.facebox td {
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		vertical-align: top;
		font-family: "Verdana";
		font-size: 11px;
	}
	
	.facebox .centerLeft, .facebox .centerRight {
		width: 10px;
		height: auto;
		background-image: url(b.png);
		background-repeat: repeat-y;
	}
	
	.facebox .topLeft, .facebox .topRight, .facebox .bottomLeft, .facebox .bottomRight {
		width: 10px;
		height: 10px;
		background-repeat: no-repeat;
	}
	
	.facebox .topLeft {
		background-image: url(tl.png);
		background-position: top left;
	}
	
	.facebox .topRight {
		background-image: url(tr.png);
		background-position: top right;
	}
	
	.facebox .bottomLeft {
		background-image: url(bl.png);
		background-position: bottom left;
	}
	
	.facebox .bottomRight {
		background-image: url(br.png);
		background-position: bottom right;
	}
	
	.facebox .topCenter, .facebox .bottomCenter {
		width: auto;
		height: 10px;
		background-image: url(b.png);
		background-repeat: repeat-x;
	}
	
	.facebox .faceboxContent {
		background-color: #fff;
		border: 1px solid #555;
		text-align:left;
	}
	
	.facebox .loading {
		display: block;
		margin: 10px auto;
	}
	
	.facebox .faceboxContent .faceboxTitle {
		font-size: 14px;
		color: #fff;
		background-color: #E52362;
		border: 1px solid #3E3E3E;
		font-weight: bold;
		margin: -1px;
		margin-bottom: 0px;
		padding: 5px 10px;
		text-align:left;
		font-family:arial;
	}
	
	.facebox .faceboxContent .faceboxMessage {
		overflow: hidden;
		margin: auto;
		position: relative;
		padding: 5px 10px;
		border: 1px solid #fff;
		text-align:center;
	}
	
	.facebox .faceboxContent .faceboxMessage h3,
	.facebox .faceboxContent .faceboxMessage h4,
	.facebox .faceboxContent .faceboxMessage h5,
	.facebox .faceboxContent .faceboxMessage h6 {
		margin-top: 6px;
		text-align:left;
	}
	
	.facebox .faceboxContent .faceboxFooter {
		background-color: #f2f2f2;
		border-top: 1px solid #ccc;
		padding: 2px 10px;
		text-align: right;
	}
	
	.faceboxFooter input[type="button"] {
		border: 1px solid #666;
		border-top-color: #e7e7e7;
		border-left-color: #e7e7e7;
		background-color: #2694E8;
		padding: 3px 15px;
		line-height: 16px;
		vertical-align: middle;
		margin-left: 5px;
		color:#FFFFFF;
		font-weight:bold;
	}
	
	.faceboxFooter input[type="button"].faceboxSubmit {
		border-color: #0e1f5b;
		border-top-color: #d9dfea;
		border-left-color: #d9dfea;
		background-color: #E42B65;
		font-weight:bold;
		color: #fff;
	}
