.my_inputText {  
	border: 1px #999999 solid;
}
.my_button {  
	font-family="Times, Helvetica, sans-serif";
	background-color: #E1E1E1; 
	background-position: center bottom; 
	border: 1px #999999 solid;
	border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
}
.my_deleteButton { 
	font-family="Times, Helvetica, sans-serif"; 
	background-color: #E1E1E1; 
	color: #990000;
	border: 1px #990000 solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.my_checkbox {  
	background-color: #0000aa;
	border-color: #0000aa;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.my_radio {  
	border-style: none; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.my_select { 
	font-family="Times, Helvetica, sans-serif"; 
	border: 3px #CCCCCC solid;
}

.button {  
	background-color: #E6E6E6; 
	background-position: center bottom; 
	border: 1px #999999 solid;
}
.text {  
	font-size: 12px;
}
.link {  
	font-size: 12px; 
	line-height: 20px; 
	background-color: #FFFFD9; 
	border: #CCCCCC; 
	text-decoration: none;
}
.headertext {  
	font-size: 16px; 
	font-weight: bolder; 
	color: #990000;
}
.subheadertext {  
	font-size: 12px; 
	color: #000066;
}

