﻿/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.textfield {
	border: 1px solid #999999;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	padding:5px;
	width:230px;
	font-weight:bold;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #f2f2f2;
	/** remember to change image path **/
	color: #454743;
}
