
#menuLeft label
{

	text-align: left;
	letter-spacing: 1px;
	font-size:10px;
}


#menuLeft .form_label_nostyle
{
	background: none;
}


/* Input */
#menuLeft input, #menuLeft select, #menuLeft textarea
{
	
	width: 60%;
	border: #000 1px solid;
	font-size:9px;
	}

#menuLeft input:hover, #menuLeft select:hover, textarea:hover, #menuLeft textarea:focus, #menuLeft input:focus, #menuLeft select:focus
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}



/* button submit */
#menuLeft input[type="submit"]
{ margin-top: 1%;
	border: #000 1px solid;
	width: 15%;
}

#menuLeft input[type="submit"]:hover
{
	background-color: #95bbd4;
	cursor: pointer;
	color:#DDEEFF;
	border-color:#999;

}