#mktoForm_1583.mktoForm {
/* these styles only apply to form 1583 */
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField{
-webkit-appearance: none;
background-color:#fff;
line-height:1.5em;
width:100%;
color:#a7acae;
border:0px;
box-shadow:inset 0px 0px 0px 0px #fff;
min-height:38px;
float: left;
height:0 !important;
}
.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus{
outline:none;
width:100%;
color:#;
float: left;
height:0 !important;
min-height:38px;
}
.mktoForm textarea.mktoField{
resize: none;
}
.mktoForm .mktoButtonWrap .mktoButton {
border:2px !important;
}
.mktoForm .mktoButtonWrap .mktoButton:hover {
border:2px !important;
}
.mktoButtonWrap {
margin-left:0px !important;
}
.mktoForm .mktoOffset {
float: left;
height:0 !important;
width:20px;
padding-right: 3px !important;
padding-left: 3px !important;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
float: left;
padding-left: 0;
padding-right: 0px;
visibility: hidden;
}
forms2.css:120
.mktoForm .mktoRequiredField .mktoAsterix {
display: block;
height: 0px;
visibility: hidden;
}
.mktoForm .mktoAsterix {
color: #efefef;
display: block;
height: 0px;
visibility: hidden;
}
forms2.css:71
.mktoForm .mktoAsterix {
float: right;
color: #efefef;
padding-left: 0px;
height: 0px;
display: block;
visibility: hidden;
}
/* remove width constraint to allow for float */
.mktoForm {
width: auto !important
}
/* align row */
.mktoFormRow {
float: left !important;
}
/* remove offset */
.mktoOffset {
width: auto !important;
}
/* remove gutter margin */
.mktoGutter {
width:0px !important;
}
/* button style */
.mktoButton {
height: 38px !important;
width: 165px !important;
margin-top: 0px !important;
}