/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 2px solid #006600;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #333333;
	background-color: #FFE6E6;
	background-image: url(bg779570);
	background-repeat: repeat-x;
	height: 25px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 2px solid #006600;
	color: #454743;
	background-color: #FFFF99;
	background-image: none;
	background-repeat: no-repeat;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 2px solid #006600;
	color: #454743;
	background-color: #FFC1C1;
	background-image: none;
	background-repeat: no-repeat;
}
