



/*FORM */



.hid {
display:none;
}


.form {
	overflow:auto;
	margin:0px 0px 0px 0px;

}

.form select, .form input, .form textarea {
	font-family: 'Open Sans', verdana;
	font-size:1.7rem;
	line-height:2.6rem;
	font-weight:400;
	letter-spacing:0rem;
	color:black;
}

.form label {
	width:100%;
	float:left;
	margin:20px 0 0 0;
}

.form input {
	width:100%;
	padding:20px 20px 20px 20px;
	margin:2px 0px 2px 0px;

border:none;
background-color:rgba(214,214,214,0.8);
}

.form textarea {
	width:100%;
	height:300px;
	padding:20px 20px 20px 20px;
	margin:2px 0px 2px 0px;

border:none;
background-color:rgba(214,214,214,0.8);
}

.form select {
	width:50%;
	padding:20px 20px 20px 20px;
	margin:2px 0px 2px 0px;

	border:none;
	background-color:rgba(214,214,214,0.8);
}


.form input[type=checkbox]{
	position:relative;
	top:6px;
 padding:20px 20px 20px 20px;
margin:0px 0px 0px 10px;

border:none;
height: 25px;
width: 25px;

-ms-transform: scale(1); /* IE */
-moz-transform: scale(1); /* FF */
-webkit-transform: scale(1); /* Safari and Chrome */
-o-transform: scale(1); /* Opera */

}

.form input[type=radio]{
  margin-top:20px;
	-ms-transform: scale(1); /* IE */
	-moz-transform: scale(1); /* FF */
	-webkit-transform: scale(1); /* Safari and Chrome */
	-o-transform: scale(1); /* Opera */

}
