/* Forms
-------------------------------------------------- */

#mgnlhp
{
    display: none;
}

/* Turn off asterisk on required fields */
dfn {
  color:red;
}

/* DS - commented out this default css file */

/* .form-wrapper h2 {
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 100;
}
form {
    margin-left: 20px;
}
.form-wrapper {
    max-width: 600px;
    margin-bottom: 20px;
}

.form-wrapper p.required {
    text-align: right;
}

.form-wrapper p.required span,
.form-wrapper dfn {
    color: #ec1549;
    font-weight: bold;
}
.form-row {
    padding-bottom: 5px;
}

.form-row .form-item-s,
.form-row .form-item-m,
.form-row .form-item-l{
    display: inline-block;
    margin-right: 10px;
}

.form-row .form-item-s{
    width:88px;
}

.form-row .form-item-m{
    width:188px;
}

.form-row .form-item-l{
    width:288px;
}

.form-row .form-item-s input,
.form-row .form-item-m input,
.form-row .form-item-l input{
    width: 100%;
}

.form-row legend{
    font-size: 12px;
    font-weight: lighter;
}

.form-row label,
.form-row label span {
    font-weight: 100;
    font-size: 15px;
}

.form-row span {
    font-weight: 80;
    font-size: 11px;
}

.form-row textarea {
    width: 591px;
    height: 250px;
    display: block;
    margin-right: 13px;
    border: 1px solid #ccc;
}

.form-row input,
.form-row select {
    width: 288px;
    display: block;
}

.form-row fieldset input {
    width: auto;
    display: inline;
}

.form-row fieldset.mod .form-item {
    float: left;
    clear: none;
    margin-right: 10px;
    width: auto;
}

form caption {
    font-size: 1.3em;
    font-weight: 300;
    padding-bottom: 4px;
    color: #666;
}
.button-wrapper {
    margin-top: 20px;
}

.button-wrapper input {
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ef6155;
    border-color: #eac2bf;
    box-shadow: 0 0 0 1px #ef6155;
    color: #fff;
}

.button-wrapper input:hover {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 1px #000;
    color: #fff;
}

.form-row input[type="number"]{
    width:80px;
} */
