.honeypot {display: none}
form{margin-bottom: 30px}
label{display: block;width: 100%;margin: 2% 0 1%;float: left}
.checkbox input{float: none;}
label.small{
font-weight: bold;
font-size: 12px;
}
input{
border: 1px solid #e3dfd4;
border-radius: 5px;
padding: 6px;
float: left;
}
input.text-field{
width: 95%;
}
.required{
color: red;
}
.left {
float: left;
}
.right {
float: right;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.dxyz [type="radio"] {
box-sizing: border-box;
padding: 10px !important;
margin-right: 10px;
margin-top: 10px;
}
button {
background: #2ba6cb;
border: 1px solid #1e728c;
color: white;
cursor: pointer;
display: inline-block;
margin-left:-15px;
line-height: 1;
padding: 10px 20px 11px;
-webkit-transition: background-color 0.15s ease-in-out;
-moz-transition: background-color 0.15s ease-in-out;
-o-transition: background-color 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out;
}
button:hover, button:focus {
color: white;
background-color: #2284a1;
}
buttonn:active {
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
button.large {
font-size: 17px;
padding: 15px 30px 16px;
}
button.medium {
font-size: 14px;
}
button.small {
font-size: 11px;
padding: 7px 14px 8px;
}
button.tiny {
font-size: 10px;
padding: 5px 10px 6px;
}