/* REQUIRED BUTTON STYLES: Sprite Buttons */		

/* Button: 80px wide */

input.press-btn {
padding:0px 1px 1px 1px;
color:#FFF;
font-size:13px;
font-weight:normal;
text-shadow: 0px 1px 1px #ccc;
cursor:pointer;
font-family:verdana, arial;
display: inline; /* Change anchor to block element */
width: 80px; height: 27px; /* Specify width and height of the image. Height is value of each individual button graphic */
background-image: url(http://labservr.com/admin/img/button-sprite80b.png); /* Add the image as a background */
background-position: top; /* Set the position to the top */
background-color:transparent;
border:none;
}
.press-btn:hover {
background-position: center; 
}
.press-btn:focus {
background-position: top; 
}
.press-btn:active {
background-position: bottom; 
}

/* Button: 100px wide */

input.press-btn2 {
padding:0px 1px 1px 1px;
color:#FFF;
font-size:13px;
font-weight:normal;
text-shadow: 0px 1px 1px #ccc;
cursor:pointer;
font-family:verdana, arial;
display: inline; /* Change anchor to block element */
width: 100px; height: 27px; /* Specify width and height of the image. Height is value of each individual button graphic */
background-image: url(http://labservr.com/admin/img/button-sprite100b.png); /* Add the image as a background */
background-position: top; /* Set the position to the top */
background-color:transparent;
border:none;
}
.press-btn2:hover {
background-position: center; 
}
.press-btn2:focus {
background-position: top; 
}
.press-btn2:active {
background-position: bottom; 
}


/* Button: 120px wide */

input.press-btn3 {
padding:0px 1px 1px 1px;
color:#FFF;
font-size:13px;
font-weight:normal;
text-shadow: 0px 1px 1px #ccc;
cursor:pointer;
font-family:verdana, arial;
display: inline; /* Change anchor to block element */
width: 120px; height: 27px; /* Specify width and height of the image. Height is value of each individual button graphic */
background-image: url(http://labservr.com/admin/img/button-sprite120b.png); /* Add the image as a background */
background-position: top; /* Set the position to the top */
background-color:transparent;
border:none;
}
.press-btn3:hover {
background-position: center; 
}
.press-btn3:focus {
background-position: top; 
}
.press-btn3:active {
background-position: bottom; 
}