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

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.botaox {
	background:url(../icon/user_go.png) no-repeat center #ffffff;
	width:26px;
	height:20px;
	border: outset 1px;
}
.botao_data {
	background:url(../icon/calendar.png) no-repeat center #ffffff;
	width:26px;
	height:20px;
	border: outset 1px;
}
.myinputstyle {
	border: 1px solid #cccccc;
	/** remember to change image path **/
	background: url(fundo.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #454743;
}

.myinputstyle_valor {
	border: 1px solid #cccccc;
	/** remember to change image path **/
	background: url(fundo.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #454743;
	direction:rtl;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 10px;
	color: #82983e;
	font-style:inherit;
}

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

