/* removed from the old navbuttons.php html file */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color:#FFFFFF;
	}

.buttonPeice {
 position: relative;
 top: -42px;
 left: 11px;
}

.navLeft {
 background:url('images/navButtons/navLeft.png') no-repeat;
 width:11px;
 height:22px;
}

.buttonText {
 background: url('images/navButtons/navMain.png') repeat-x;
 text-align: center;
 height: 22px;
 max-width: 140px;
}

.navRight {
 background:url('images/navButtons/navRight.png') no-repeat;
 width:11px;
 height:22px;
}

legend { 
color: #fff;
border: 1px solid #fff;
}