
	.facebox {
		margin: 0px;
		padding: 0px;
		border-collapse: collapse;
	}
	
	.facebox td {
		padding: 0px;
		margin: 0px;
		background-color: transparent;
		vertical-align: top;
		font-family: "Verdana";
/*		font-size: 11px; */
		font-size: 12px;
	}
	
	.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;
	}
	
    h2.faceboxTitle {
        cursor: move;
    }

	.facebox .faceboxContent .faceboxTitle {
		font-size: 14px;
		color: #fff;
/*		background-color: #6d84b4; */
        background-color: #39414a;
/*		border: 1px solid #3b5998; */
        border: 1px solid #475258;
		font-weight: bold;
		margin: -1px;
		margin-bottom: 0px;
		padding: 5px 10px;
	}
	
	.facebox .faceboxContent .faceboxMessage {
/*		overflow: auto; */
        overflow: hidden;
		margin: 0px;
		position: relative;
		padding: 5px 10px;
		border: 1px solid #fff;
	}
	
	.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;
		padding: 3px 10px;
		text-align: right;
	}
	
	.faceboxFooter input[type="button"] {
		border: 1px solid #666;
		border-top-color: #e7e7e7;
		border-left-color: #e7e7e7;
/*		background-color: #f0f0f0; */
        background-color: #eae9e8;
		padding: 2px 15px;
		line-height: 16px;
		vertical-align: middle;
		margin-left: 5px;
        cursor: pointer;
	}
	
	.faceboxFooter input[type="button"].faceboxSubmit {
		border-color: #0e1f5b;
		border-top-color: #d9dfea;
		border-left-color: #d9dfea;
		background-color: #3b598a;
		color: #fff;
        cursor: pointer;
	}

/*
 * by Capweb.biz
 */

div.faceboxMessage table td {
    vertical-align: middle;
}

table.facebox input[type=text], table.facebox input[type=password] {
    border: 1px solid #666;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 4px;
    color: #3b598a;
}

table.facebox ul.sort {
/*    width: 200px;
    float: left;
    border: 1px solid black;
    background-color: #f2f2f2;
    min-height: 20px;
    margin-left: 20px; */
    margin: 5px 0 2px 0;
    padding-left: 20px;
}

table.facebox ul.sort li {
    font-size: 13px;
    list-style-type: decimal;
}

table.facebox ul.sort li h3 {
    cursor: move;
    color: #39414a;
    font-size: 13px;
    line-height: 20px;
}

table.facebox ul.sort li h3:hover {
    background-color: #efefef
}

table.facebox ul.sort li h3 img.delete {
    margin: 2px 3px 0 0;
    float: right;
    cursor: pointer;
}

table.facebox ul.sort li div.element {
/*    padding-top: 0px;
    border-top: medium none;
    padding-bottom: 0px;
    border-bottom: medium none; */
    overflow: hidden;
    height: 0px;
}

table.facebox fieldset.max250 {
    height: 150px;
    overflow: auto;
}
