FORM {
	margin: 0px;
}

TEXTAREA {
	font: normal 11px "Courier New", Courier, mono;
}

INPUT, SELECT {
	font: normal 11px arial, helvetica, sans-serif;
}
INPUT.disabled {
	background-color: #f1f1f1;
}
INPUT.inputAmount, .inputAmount50, .inputAmount75, .inputAmount100, .inputAmount125, .inputAmount200, .inputAmount250, .inputAmount300, .inputAmount350, .inputAmount400 {
	text-align: right;
}

LABEL {
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

/* Buttons*/
.button50, .button75, .button100, .button125, .button150, .button200, .button250, .button300, .button350, .button400{
	margin: 2px;
}

INPUT.disabled, .disabled50, .button50, .input50, .inputAmount50, .selectBox50 {
	width: 50px;
}

INPUT.disabled, .disabled75, .button75, .input75, .inputAmount75, .selectBox75 {
	width: 75px;
}
INPUT.disabled, .disabled100, .button100, .input100, .inputAmount100, .selectBox100  {
	width: 100px;
}
INPUT.disabled, .disabled125, .button125, .input125, .inputAmount125, .selectBox125  {
	width: 125px;
}
INPUT.disabled, .disabled150, .button150, .input150, .inputAmount150, .selectBox150  {
	width: 150px;
}
INPUT.disabled, .disabled175, .button175, .input175, .inputAmount175, .selectBox175  {
	width: 175px;
}
INPUT.disabled, .disabled200, .button200, .input200, .inputAmount200, .selectBox200  {
	width: 200px;
}

INPUT.disabled, .disabled230, .button230, .input230, .inputAmount230, .selectBox230  {
	width: 230px;
}
INPUT.disabled, .disabled250, .button250, .input250, .inputAmount250, .selectBox250  {
	width: 250px;
}

INPUT.disabled, .disabled300, .button300, .input300, .inputAmount300, .selectBox300  {
	width: 300px;
}

INPUT.disabled, .disabled350, .button350, .input350, .inputAmount350, .selectBox350  {
	width: 350px;
}

INPUT.disabled, .disabled400, .button400, .input400, .inputAmount400, .selectBox400  {
	width: 400px;
}

