/* black button */

div.btBlackOut {
    height:20px;
    background:url("button-black-middle.png") repeat-x center center;
    float:left;
    margin:2px 5px;
}

div.btBlackMid {
    height:20px;
    background:url("button-black-left.png") no-repeat center left;
	float:left;
}

div.btBlackIn {
    height:20px;
    background:url("button-black-right.png") no-repeat center right;
	float:left;
}

div.btBlackContent {
    padding:1px 7px;
    text-align:center;
    vertical-align:middle;
	float:left;
    min-width:80px;
}

.btBlackContent a {
    color:white;
}
