#form1 {
    display: block;
    position: relative;
    width: 100%;
}
#form1 label {
	width: 100%;
	display: block;
    position: relative;
}
#form1 label input, #form1 label textarea {
	box-shadow: none;
	border: 0px solid #373737!important;
	border-radius: 2px;
	padding: 10px 10px;
	line-height: 30px;
	margin-bottom: 10px;
	background: transparent;
	background: #f1f1f1;
	width: 100%;
	/*float: right;*/
	color:#6d6d6d;
	font-size: 14px;
	font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

#form1 label textarea {
	border-radius: 2px;
	height: 120px;
	resize: none;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#form1 label input {
    /*width: 100%;*/
}
#form1 label select {
	border-radius: 2px;
	width: 100%!important;
	border: 0px solid #373737!important;
	padding: 6px 10px!important;
	height:50px!important;
	color:#6d6d6d!important;
	font-size: 14px!important;
	font-weight: normal!important;
	margin-bottom: 10px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
#form1 .error_wdp {
	font-size: 10px;
    position: absolute;
    right: 8px;
    text-align: right;
    top: 3px;
    width: 98%;
	color:#CC0000;
}
#form1 .empty_wdp {
	font-size: 10px;
    position: absolute;
    right: 8px;
    text-align: right;
    top: 3px;
    width: 98%;
	color:#CC0000;
	float:right;
}
#form1 ._label {
    width: 100%;
}
#form1 .success {
  background:rgba(255,255,255,1);
  /*position: absolute;*/
  z-index: 1;
  /*width: 100%;*/
  border-radius: 0px;
  border: 1px solid #7CBA6D;
  margin-bottom: 25px;
  padding: 5px;
  text-align: center;
  color:#282828;
}
#form1 .success > span {
    text-align: center;
    /*width: 100%;*/
    display: inline-block;
	
}
#form1 input[type="checkbox"] {
    width:15px;
    border:none;
    background:none;
	display: block!important;	
}
.privacy_accept {
	margin: 0px 0px 0px 0px;
    font-style: italic;
    font-size: 13px;
	color:#6d6d6d;
	font-weight: normal;

}
.button-wdp {
    display: inline-block;
    padding: 1.2em 2em;

	 color: #fff!important;
    background-color: #000000;
    border: none;
    text-align: center;

    /*font-family: Roboto,sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;	
	
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease-in-out;
}
.button-wdp:hover {
    color: #fff;
	background-color: #998067;
}
