/** 
body 
{
	background-color:#ddf9f9;

	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #f8fbf9;
	/** remember to change image path **/
	background: url(none) no-repeat #f8fbf9;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #4c5190;
border: 1px solid #94948A; 
}


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

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


