div.tm {
    font-size: 50px;
    display: inline;
    position: relative;
    top: -13px;
}


.mktoFormCol legend {
    display:none;
}

.mktoForm label {
    font-weight: normal;
}
.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal !important;
}

.mktoForm input[type=text] {
    height:30px;
    border-radius: 0;
}


.mktoForm textarea {
    border-radius: 0;
}

.mktoForm input[type=email] {
    height:30px;
    border-radius: 0;
}

.mktoForm select {
    height:30px;
    border-radius: 0;
}

.mktoForm .mktoHtmlText {
    width:250px !important;
}