/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px dashed #FFFFFF;
	/** remember to change image path **/
	background: url(bg8458219129) repeat-x #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #2a4483;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #2a4483;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #FFFFFF;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}


/*In the css generated you find the style you can apply to INPUT, TEXTAREA, SELECT, BUTTONS form elements and your LABELS. For example: 

<label style="mylabelstyle">Name:</label>
<input type="textbox" style="myinputstyle" name="myname" /> */