/** 
* 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;
}

.pontilhada{
	background-color: cc3366;
	font-family: verdana, arial;
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: 660033;
	border-right-color: 660033;
	border-bottom-color: 660033;
	border-left-color: 660033;
	text-align: left;
} 

