.LabelNormal {
  font-family:verdana; 
	color:black; 
	font-size:11px;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  border-left: 1px solid whitesmoke;
  border-top:1px solid silver;	
	background:whitesmoke;
	text-align:left;
}

.LabelRequired { 
 text-align:left;
 font-family:verdana; 
 color:black;
 font-weight:bold; 
 font-size:11px; 
 border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 border-left: 1px solid whitesmoke;
 border-top:1px solid silver;
 background:white;
}

.LabelContent { 
 font-family:verdana; 
 color:gray; 
 font-size:11px; 
 background:whitesmoke;
}

.FormTitle {
 font-family:sans-serif,tahoma,verdana;
 color:#336699; 
 font-size:13px;
 font-weight:bold;
 background:none;
}

.FormTitleline {
 background:gray;
}

Table.FormTable{
 background:white;
}

.FormButton {
 font-family:tahoma,sans-serif;
 font-weight:BOLD;
 font-size:11px;
 background: gold;
 border-bottom: 1px solid orange;
 border-right: 1px solid orange;
 border-left: 1px solid yellow;
 border-top:1px solid white;
 color:black;
 height:23px;
 text-decoration:none;
 cursor: hand;
}


.InputTextBox {
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 background: white;
 border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 border-left: 1px solid silver;
 border-top:1px solid silver;
 color:#000066;
 height:20px;
 text-decoration:none;
 cursor: arrow;
}


.InputSelectBox {
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 background: white;
 border-bottom: 1px solid gray;
 border-right: 1px solid gray;
 border-left: 1px solid gray;
 border-top:1px solid gray;
 color:#000066;
 text-decoration:none;
 cursor: arrow;
}
 
.InputCheckBox{
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 background: white;
 border-bottom: 1px solid gray;
 border-right: 1px solid gray;
 border-left: 1px solid gray;
 border-top:1px solid gray;
 color:#000066;
 height:19px;
 text-decoration:none;
 cursor: arrow;
}

.InputTextArea {
 font-family:tahoma,sans-serif;
 font-size:11px;
 background: white;
 border-bottom: 1px solid gray;
 border-right: 1px solid gray;
 border-left: 1px solid gray;
 border-top:1px solid gray;
 color:#000066;
 text-decoration:none;cursor: arrow;
}
 
.InputReadOnly {
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 background: lightblue;
 border-bottom: 1px solid white;
 border-right: 1px solid white;
 border-left: 1px solid white;
 border-top:1px solid white;
 color:#000066;
 height:22px;
 text-decoration:none;
 cursor: arrow;
}


.InputNumberBox {
 font-family:tahoma,sans-serif,Times New Roman;
 font-size:11px;
 background: white;
 border-bottom: 1px solid silver;
 border-right: 1px solid silver;
 border-left: 1px solid silver;
 border-top:1px solid silver;
 color:#000066;
 height:20px;
 text-align:right;
 text-decoration:none;
 cursor: arrow;
}