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: #282828;
}

/* 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;
}

input.greenbutton70 {
	background-image:url(../images/buttons/button_green_70.png);
    width: 70px;
	}

input.greenbutton100 {
	background-image:url(../images/buttons/button_green_100.png);
    width: 100px;
	}

input.greenbutton120 {
	background-image:url(../images/buttons/button_green_120.png);
    width: 120px;
	}

input.greenbutton140 {
	background-image:url(../images/buttons/button_green_140.png);
    width: 140px;
	}
	
input.greenbutton160 {
	background-image:url(../images/buttons/button_green_160.png);
    width: 160px;
	}
	
input.greenbutton180 {
	background-image:url(../images/buttons/button_green_180.png);
    width: 180px;
	}
	
input.greenbutton200 {
	background-image:url(../images/buttons/button_green_200.png);
    width: 200px;
	}
	
	
input.greenbutton220 {
	background-image:url(../images/buttons/button_green_220.png);
    width: 220px;
	}
	
	
input.greenbutton240 {
	background-image:url(../images/buttons/button_green_240.png);
    width: 240px;
	}
	
	
input.greenbutton260 {
	background-image:url(../images/buttons/button_green_260.png);
    width: 260px;
	}
	
	
input.greenbutton280 {
	background-image:url(../images/buttons/button_green_280.png);
    width: 280px;
	}
	
	
input.greenbutton300 {
	background-image:url(../images/buttons/button_green_300.png);
    width: 300px;
	}
	
