input.button {
    background-image:url(../images2/button_inactive_stretched.PNG);
    background-repeat: no-repeat;
    height: 21px;
    width: 100px;
    cursor: pointer;
    font-weight: bold;
    border-width: 0px; 
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #555555;
    padding-bottom: 1px;
}

input.subButton1 {
	background-image: url(../images2/button_inactive_stretched_120x21.png);
	width: 120px;
}

input.button_disabled {
    background-image:url(../images2/button_inactive_stretched.PNG);
    background-repeat: no-repeat;
    height: 21px;
    width: 100px;
    cursor: default;
    font-weight: bold;
    border-width: 0px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #555555;
    padding-bottom: 1px;
}

input.button_upload {
    background-image:url(../images2/button_inactive.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 70px;
    cursor: pointer;
    font-weight: bold;
    border-width: 0px; 
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #555555;
    padding-bottom: 1px;
}

input.button:hover {
    color: #ffffff;
}

/* Large green button */
input.greenbutton {
    background-image:url(../images2/button_createpub.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 130px;
    cursor: pointer;
    font-weight: bold;
    border-width: 0px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 1px;
}

input.greenbuttonsmall {
    background-image:url(../images2/button_green_small.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 80px;
    cursor: pointer;
    font-weight: bold;
    border-width: 0px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 1px;
}

