/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #cccccc;
	/** remember to change image path **/
	background:#195b8d;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: white;
	width: 172px;
	margin: 2px;
}
.myinputstyle:hover {
	border: 1px solid #999999;
	background:#195b8d;
	color: #788991;
	width: 172px;
	font-weight:bold;
}
.myinputstyle[disabled] {
	background:#5e5e5e;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #d7d7d7;
	font-weight:bold;
	margin: 2px;
	width: 172px;
}
style='width: 172px;  background:#195b8d; '


/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #82983e;
}

.mystyle
{
	border: 1px solid #cccccc;
	/** remember to change image path **/
	background: url(/images/gradient.png) repeat-x #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	margin: 2px; 
}
textarea[readonly]
{	background:white;}
