.mytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #333333;
	text-decoration: none;
	BACKGROUND-COLOR: #FEFFED;
	width: 100%;
	border: 1px solid #B2B58B;
}
.myinputtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #333333;
	width: 100%;
	BACKGROUND-COLOR: #FEFFED;
	BORDER-STYLE: solid;
	BORDER-WIDTH:1px;
	BORDER-COLOR:#B2B58B;
}
.mytext:hover{
	BORDER-COLOR:#000000;
}
.mytext:focus{
	BORDER-COLOR:#000000;
	BACKGROUND-COLOR: #FFFFFF;
}
.myinputtext:hover{
	BORDER-COLOR:#000000;
}
.myinputtext:focus{
	BORDER-COLOR:#000000;
	BACKGROUND-COLOR: #FFFFFF;
}
.myinputbutton:hover{
	BORDER-COLOR:#B2B58B;
	BACKGROUND-COLOR: #FEFFED;
	color: #B2B58B;
}
.myinputbutton:focus{
	BORDER-COLOR:#000000;
}
.formnames {
	font-size: 11px;
}
.myinputbutton{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: #FEFFED;
	width: 100%;
	BACKGROUND-COLOR: #B2B58B;
	BORDER-STYLE: solid;
	BORDER-WIDTH:1px;
	BORDER-COLOR:#FEFFED;
	font-weight: bold;
	text-transform: uppercase;

}