@charset "utf-8";
/* CSS Document */
label {
    margin-right: 10px;
}

input,select,option,textarea {
	font-family: 'Open Sans', sans-serif;
    margin: 2px;
    border: 1px solid transparent;
    opacity: 10!important;
	background:#d1d3d4;
	font-size:13px;
}
.BoxTitleForm{
	width:150px;
	float:left;
	}
.BoxInputForm{
	float:left;
	width:200px;
	}	

