input, textarea, checkbox, select{
	background-color: #FFFFFF;
	/* border: thin inset #000000; */
}

.expenseInput
{
	width: 130px;
}
/*
input, select{
	width: 45%;
}
*/
select{
	width: 30%;
}
.button {
	background-color: #999999;
}
label {
	display: block;
	float: left;
	width: 100px;
	font-size: 11px;
}

label.lbl2 {
	font-size: 13px;
}

form div {
	margin-top: 3px;
}
form div table {
	border: 1;
}
fieldset {
	border: 1px solid #330000;
	padding: 5px;
	margin: 10px;
}
legend {
	padding: 5px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
#Col1, #Col2 {
	width: 49%;
}

#Col2 {
	float: right;
}
#expenseCol1 {
	width: 35%;
}
#expenseCol2 {
	width: 30%;
	text-align: right;
}
#expenseCol3 {
	width: 5%;
	text-align: center;
}
#divTable {
	border: 1;
}

#incomeanalysis input[type="text"] {border:0;}

input.togglebutton {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}

