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