/***************
	  Forms
***************/
fieldset {
	border:1px solid #c3d7db;
}
legend {
	border:1px solid #c3d7db;
	background:#fff url(../../../img/form_mix.gif) repeat-x center left;
	color:#294145;
}
/*form input {
	border:1px solid #c3d7db;
	background:#fff url(../../../img/form_mix.gif) repeat-x top left;
}*/
form textarea {
	border:1px solid #c3d7db;
	background:#fff url(../../../img/form_mix.gif) repeat-x bottom left;
}
form option {
	background:#FFF;
}
form optgroup {
	background:#c3d7db;
}
form optgroup option {

}
form #button1 {
	color:#00008c;
}
form #button1:hover {
	color:#d90000;
}
input{
	padding:2px;
}
select{
	padding:2px;
}
form{
	padding:10px;
	margin:0 auto;
}
form fieldset {
	display:block;
	padding:5px 10px 5px 10px;
	line-height:20px;
	margin-bottom:10px;
}
form legend {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px;
	width:254px;
}
form label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
	margin-bottom:5px;
}
form input {
	padding:3px;
	margin-bottom:5px;
}
form select {
	margin-left:5px;
}
form textarea {
	width:410px;
	height:200px;
	padding:5px;
	overflow:auto;
}
form option {
	background:#FFF;
}
form optgroup option {

}
form #button1 {
	padding-right:5px;
	cursor:pointer;
	width:205px;
	margin-left:8px;
	font-weight:bold;
}
form #button1:hover {
	background-position:center left;
}
form #button2 {
	padding-right:5px;
	cursor:pointer;
	width:105px;
	margin-left:0px;
}
form #button2:hover {
	background-position:center left;
}
form .busca_sub {
	padding:6px;
	cursor:pointer;
	width:105px;
	margin-left:0px;
	border: none;
	background-color:#265cff;
	color: white;
	border-radius: 7px;
}
form .busca_sub:hover {
	background-position:center left;
	background-color:#00b300;
}
input.busca[type="text"] {
	outline: none;
	color: #777777;
	background: white;
	font-size: 14px;
	border: 1px solid #909090;
	width: 500px;
	padding: 6px;
}
