input.button,
button.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;
}

.button150 {
	background-image: url(../images2/button_inactive_stretched_150x21.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 150px;
    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;
}

.button150disabled {
    background-image:url(../images2/button_inactive_stretched_150x21.png);
    background-repeat: no-repeat;
    height: 21px;
    width: 150px;
    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: #282828;
}

.dimmedButton {
    cursor: default;
    opacity:0.5;
    filter:alpha(opacity=50);
    }

/* Large green button */
.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;
}

.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;
}

.greenbutton70 {
	background-image:url(../images/buttons/button_green_70.png);
    width: 70px;
	}

.greenbutton100 {
	background-image:url(../images/buttons/button_green_100.png);
    width: 100px;
	}

.greenbutton120 {
	background-image:url(../images/buttons/button_green_120.png);
    width: 120px;
	}

.greenbutton140 {
	background-image:url(../images/buttons/button_green_140.png);
    width: 140px;
	}
	
.greenbutton160 {
	background-image:url(../images/buttons/button_green_160.png);
    width: 160px;
	}
	
.greenbutton180 {
	background-image:url(../images/buttons/button_green_180.png);
    width: 180px;
	}
	
.greenbutton200 {
	background-image:url(../images/buttons/button_green_200.png);
    width: 200px;
	}
	
	
.greenbutton220 {
	background-image:url(../images/buttons/button_green_220.png);
    width: 220px;
	}
	
	
.greenbutton240 {
	background-image:url(../images/buttons/button_green_240.png);
    width: 240px;
	}
	
	
.greenbutton260 {
	background-image:url(../images/buttons/button_green_260.png);
    width: 260px;
	}
	
	
.greenbutton280 {
	background-image:url(../images/buttons/button_green_280.png);
    width: 280px;
	}
	
	
.greenbutton300 {
	background-image:url(../images/buttons/button_green_300.png);
    width: 300px;
	}
	
button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
  padding: 0px 6px 0px 6px;
  color: GrayText;
  cursor: inherit;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}	