@charset "utf-8";
/* CSS Document */

/*.sidebarForm {
		background: #f6f6f6;
		box-shadow: 0 0 10px #-ccc; 
		-webkit-box-shadow: 0 0 10px #-ccc;
		-moz-box-shadow: 0 0 10px #-ccc;
		width: 280px;
}*/

/*#cor5 {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}*/

/*.sidebarForm h4 {
		font: 20px 'arial', cursive;
		color: white;
		text-align: center;
		padding: 10px 10px 0 10px;
}*/
 
.sidebarForm label {
		font: 16px 'arial', cursive;
		color: white;
		padding: 10px;
}

.sidebarForm .input { 
		width: 250px;
		height: 20px;
		overflow: hidden;
		background: white;
		border: solid 1px silver;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 15px #fff;
		-webkit-box-shadow: 0 0 15px #fff;
		-moz-box-shadow: 0 0 15px #fff;
				box-shadow: 0 0 15px silver;
		-webkit-box-shadow: 0 0 15px silver;
		-moz-box-shadow: 0 0 15px silver;
		background: silver;
		
}

.sidebarForm .input input {
		width: 250px;
		height: 26px;
		background: white;
		margin: -3px 0 0 -5px;
		padding: 0px 8px;
		border: none;
		background: transparent;
		background: silver;
		
}


.sidebarForm .input_long { 
		width: 250px;
		height: 20px;
		overflow: hidden;
		background: white;
		border: solid 1px silver;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 15px #fff;
		-webkit-box-shadow: 0 0 15px #fff;
		-moz-box-shadow: 0 0 15px #fff;
		box-shadow: 0 0 15px silver;
		-webkit-box-shadow: 0 0 15px silver;
		-moz-box-shadow: 0 0 15px silver;
		background: silver;
}

.sidebarForm .input_long input {
		width: 250px;
		height: 26px;
		background: white;
		margin: -3px 0 0 -5px;
		padding: 0px 8px;
		border: none;
		background: transparent;
}




.sidebarForm .textarea {
		height: 70px;
		width: 250px;
		overflow: hidden;
		background: white;
		border: solid 1px #fff;
		border: solid 1px silver;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 15px #fff;
		-webkit-box-shadow: 0 0 15px #fff;
		-moz-box-shadow: 0 0 15px #fff;
		box-shadow: 0 0 15px silver;
		-webkit-box-shadow: 0 0 15px silver;
		-moz-box-shadow: 0 0 15px silver;
		background: silver;
}

.sidebarForm .textarea textarea {
		width: 250px;
		height: 66px;
		background: white;
		border: none;
		resize:none;
		background: silver;
}

.sidebarForm button {
		/*border: 2px #67920D solid;*/
		/*-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-khtml-border-radius: 5px; 
border-radius: 5px;*/
/*background-color: #67920D;*/
		/*background-color: #fff;
		border-top: 2px #7BAF0A solid;
		border-right: 2px #67920D solid;
		border-bottom: 2px #67920D solid;
		border-left: 2px #7BAF0A solid;*/
		
		/*width: 150px;*/
		height: 25px;
		font: 12px Verdana;
		font-weight: 700;
		/*color: #FFFFFF;*/
		color: #527696;
		padding-bottom: 2px;
		margin: 5px 0 15px 60px;
		
		
		
		
		/*height: 70px;*/
		width: 198px;
		overflow: hidden;
		background: white;
		border: solid 1px #fff;
		border: solid 1px silver;
		margin: 5px 0 10px 0px;
		box-shadow: 0 0 15px #fff;
		-webkit-box-shadow: 0 0 15px #fff;
		-moz-box-shadow: 0 0 15px #fff;
		box-shadow: 0 0 15px silver;
		-webkit-box-shadow: 0 0 15px silver;
		-moz-box-shadow: 0 0 15px silver;
		/*background: silver;*/
		
		cursor:pointer;
		
}

.sidebarForm button:hover {
		/*border: 2px #7BAF0A solid;*/
		/*border-top: 2px #67920D solid;
		border-right: 2px #7BAF0A solid;
		border-bottom: 2px #7BAF0A solid;
		border-left: 2px #67920D solid;
		width: 150px;
		height: 25px;
		font: 12px Verdana;
		font-weight: 700;
		color: #FFFFFF;
		background-color: #67920D;
		padding-bottom: 2px;
		margin: 5px 0 15px 60px;*/
}

