@charset "utf-8";
/* CSS Document */

.sidebarForm {
		

}

#cor5 {
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-top: 20px;
		margin-left: 15px;
}

.sidebarForm h4 {
		font: 18px;
		color: #333333;
		text-align: center;
		padding: 20px 0 15px 0;
}

.sidebarForm label {
		font-size: 1.1em;
		color: #333;
		padding: 10px;
}

.sidebarForm .input { 

		font-size: 0.9em;
font-family: 'Open Sans Condensed', sans-serif;
color: #6DB9B9;
width: 270px;
height: 35px;
overflow: hidden;
background: white;
border: solid 1px #DFE2E5;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .input input {

		font-size: 1.2em;
		font-family: 'Open Sans Condensed', sans-serif;
		color: #6DB9B9;
		width: 260px;
		margin: 5px 1px 5px 5px;
		
		
		background: white;
		
		
		border: none;
		background: transparent;
}

.sidebarForm button {
	  margin: 20px 50px 20px 40px;
  background-color: #3D6F8E;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D7373), to(#265656));
  background: -webkit-linear-gradient(top, #033D61, #3D6F8E);
  background: -moz-linear-gradient(top, #1D7373, #265656);
  background: -ms-linear-gradient(top, #1D7373, #265656);
  background: -o-linear-gradient(top, #1D7373, #265656);
  background: linear-gradient(top, #1D7373, #265656);
  border: 1px solid #4B5D69;
  border-bottom: 1px solid #64BBF0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #767676;
  -webkit-box-shadow: 0 1px 0 0 #1E81BE inset;
  -moz-box-shadow: 0 1px 0 0 #767676 inset;
  -ms-box-shadow: 0 1px 0 0 #767676 inset;
  -o-box-shadow: 0 1px 0 0 #767676 inset;
  color: white;
  font-weight: bold;
  padding: 6px 20px;
  text-align: center;
  text-shadow: 0 -1px 0 #416881;
}

.sidebarForm button:hover {
    opacity:.85;
    cursor: pointer; 
}
.sidebarForm button:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
     
}

