Sign up to our newsletter
.mm-form {
background-color: #d2e9ff;
font-family: Arial, Helvetica, sans-serif;
padding: 20px;
}
.mm-form td {
font-size: 12px;
font-weight: bold;
padding: 3px;
}
.mm-form td, .mm-form label {
color: #666666;
}
.mm-form input, .mm-form textarea, .mm-form select {
color: #888888;
background-color: #ffffff;
border: 1px solid #c5e2ff;
box-shadow: 0px 1px 6px #ecf3f5 inset;
padding: 3px 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.mm-form input[type=submit] {
font-weight: bold;
color: #ffffff;
background-color: #66c1e4;
box-shadow: 1px 1px 1px #4c6e91;
padding: 10px 30px;
text-shadow: 1px 1px 1px #5079a3;
border: 0px;
}
.mm-form input[type=submit]:hover{
background-color: #3eb1dd;
}
.mm-form .required {
color: #B94A48;
}
.mm-form td.label {
text-align: right;
white-space: nowrap;
}
.mm-form td.value label {
cursor: pointer;
}
.mm-form label {
margin-right: 10px;
}
.mm-form .value label {
display: inline-block;
}
.mm-form td, .mm-form label, .mm-form input, .mm-form textarea, .mm-form select {
line-height: 20px;
}
.mm-form input[type=text], .mm-form textarea, .mm-form select {
width: 100%;
}
.mm-form input[type=submit] {
margin-top: 20px;
cursor: pointer;
}
.mm-form .recaptchatable td {
line-height: normal;
}