.facebox {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.facebox td {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	vertical-align: top;
	font-family: tahoma;
	font-size: 11px;
}
.facebox .centerLeft, .facebox .centerRight {
	width: 10px;
	height: auto;
	background-image: url(../images/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(../images/tl.png);
	background-position: top left;
}
.facebox .topRight {
	background-image: url(../images/tr.png);
	background-position: top right;
}
.facebox .bottomLeft {
	background-image: url(../images/bl.png);
	background-position: bottom left;
}
.facebox .bottomRight {
	background-image: url(../images/br.png);
	background-position: bottom right;
}
.facebox .topCenter, .facebox .bottomCenter {
	width: auto;
	height: 10px;
	background-image: url(../images/b.png);
	background-repeat: repeat-x;
}
.facebox .faceboxContent {
	background-color: #fff;
	border: 1px solid #555;
}
.facebox .loading {
	display: block;
	margin: 10px auto;
}
.facebox .faceboxContent .faceboxTitle {
	font-size: 14px;
	color: #fff;
	background-color: #6d84b4;
	border: 1px solid #3b5998;
	font-weight: bold;
	margin: -1px;
	margin-bottom: 0px;
	padding: 5px 10px;
	cursor:move;
}
.facebox .faceboxContent .faceboxTitle.loading {
	background-image:url(../images/indicator_blue_small.gif);
	background-position: center  right;
	background-repeat: no-repeat;
}
.facebox .faceboxContent .faceboxMessage {
	overflow: auto;
	margin: 0px;
	position: relative;
	padding: 5px 10px 17px;
	border: 1px solid #fff;
	max-height:400px;
}
.facebox .faceboxContent .faceboxMessage h3,  .facebox .faceboxContent .faceboxMessage h4,  .facebox .faceboxContent .faceboxMessage h5,  .facebox .faceboxContent .faceboxMessage h6 {
	margin-top: 6px;
}
.facebox .faceboxContent .faceboxFooter {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	text-align: right;
	padding:9px 0 10px 10px;
}
.faceboxFooter input[type="button"] {
	background:#F0F0F0 none repeat scroll 0 0;
	border-style:solid;
	border-width:1px;
	border-color:#E7E7E7 #666666 #666666 #E7E7E7;
	color:#000000;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px 15px 3px;
	text-align:center;
	margin-right:10px;
}
.faceboxFooter input[type="button"].faceboxSubmit {
	background-color:#3B5998;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	color: #fff;
}
.facebox .faceboxContent dl { margin:0}
.facebox .faceboxContent dt { width:115px;}
.facebox .faceboxContent .invisible { display:none;}
.facebox .faceboxContent td.label { width:150px;font-weight:bold;}
.facebox .faceboxContent h1 { font: 23px Tahoma, Geneva, sans-serif;}
