@charset "utf-8";
	

.field{
	margin-bottom:10px;
	width: 440px;
	position: relative;
}
	
	.field label {
	/* [disabled]font-family:"Trebuchet MS", Verdana, Arial; */
	display: block;
	float: left;
	font-weight: bold;
	margin-right:10px;
	text-align: left;
	width: 70px;
	line-height: 25px;
	font-size: 12px;
	}
	
	.input, select{
	font-family: Arial, Verdana;
	font-size: 15px;
	padding: 2px;
	border: 1px solid #015733;
	width: 350px;
	color: #797979;
	-moz-border-radius: 4px;
	margin: 0;
	position: relative;
	z-index: 1;


	}
	
	.input:focus{
	background-color:#E7E8E7;	
	}
	
	.textarea {
	height:120px;
	}
	
	
.posbotao {
	float: right;
}

	
	
    
.button {
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background: white url('button.png') 0 0 repeat-x; 

  background:-moz-linear-gradient(0% 170% 90deg, #c4c4c4, white);
  background:-webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#c4c4c4));
  border:1px solid;
  border-color:#e6e6e6 #cccccc #cccccc #e6e6e6;
  border-radius:3px;
  color:#404040;
  display:inline-block;
  font-family: "helvetica neue", helvetica, arial, freesans, "liberation sans", "numbus sans l", sans-serif;
  font-size:13px;
  outline:0;
  padding:5px 8px 5px;
  text-align:center;
  text-decoration:none;
  text-shadow:1px 1px 0 white; 
  background: url(../imagens/bg-buttons.png)  0 -150px;
  white-space:             nowrap;
  cursor:pointer;
}
.button:hover {
    background:-moz-linear-gradient(0% 170% 90deg, #b8b8b8, white);
    background:-webkit-gradient(linear, 0% 0%, 0% 170%, from(white), to(#b8b8b8));
    background: url(../imagens/bg-buttons.png)  0 -150px;
    border-color:#99ccff;
    color:#333333;
    cursor:pointer;
}
.button:active {
    position:relative;
    top:1px;
}

.button:active, .button:focus {
    background-position:0 -25px;
    background:-moz-linear-gradient(0% 170% 90deg, white, #dedede);
    background:-webkit-gradient(linear, 0% 0%, 0% 170%, from(#dedede), to(white));
    border-color:#8fc7ff #94c9ff #94c9ff #8fc7ff;
    color:#1a1a1a;
    text-shadow:1px -1px 0 rgba(255, 255, 255, 0.5);
}
