form {
    margin: 0px;
    padding: 0px;
}

input, select, textarea {
    font-family: Arial, helvetica, sans-serif;
    margin: 0px;
    color: #1d1d1f;
}

input[type="text"], input[type="password"], select {
    min-width: 300px;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #BBBBBB;

    font-size: 16px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

select {
    width: 306px;
}

select.widthAuto {
    width: auto;
}

input.disabled, textarea.disabled {
    background-color: #F0F0F0;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, select:focus, select:hover {
    border-color: #B6B6B6;
    -moz-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
    box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
    outline: medium none;
}

input.short, select.short {
    width: 150px;
    min-width: auto;
}

input.XShort, select.XShort {
    width: 55px;
    min-width: auto;
}

input.XXShort, select.XXShort {
    width: 35px;
    min-width: auto;
}

input.medium, select.medium {
    width: 75px;
    min-width: auto;
}

input.shortAndNarrow, select.shortAndNarrow {
    width: 150px;
    height: 22px;
    line-height: 22px;
}

input.width150, select.width150 {
    width: 150px;
}

input.narrow {
    height: 22px;
    line-height: 22px;
}

input.shortenLongUrl {
    border: 1px solid #B0B0B0;
    width: 450px;
    height: 32px;
    font-weight: normal;
    font-size: 20px !important;
    margin: 0px 0px 0px;
    padding: 0px;
}

input.shortenLongUrlPopup {
    border: 1px solid #B0B0B0;
    width: 280px;
    height: 25px;
    font-weight: normal !important;
    font-size: 14px !important;
    padding-top: 2px;
}

input.long, select.long {
    width: 500px !important;
}

textarea {
    width: 300px;
    height: 100px;
    padding: 3px;
    background: none repeat scroll 0 0 #FFFFFF;

    border: 1px solid #BBBBBB;

    font-size: 16px;
    color: #000000;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    resize: none;
}

textarea.width250, input.width250, select.width250 {
    width: 250px;
}

textarea.height50 {
    height: 50px;
}

textarea:hover, textarea:focus {
    border-color: #B6B6B6;
    -moz-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
    box-shadow: 0 0 12px rgba(215, 215, 215, 0.5);
    outline: medium none;
}

textarea[readonly] {
    background: none repeat scroll 0 0 #f9f9f9;
}

textarea[disabled] {
    background: none repeat scroll 0 0 #F0F0F0;
}

label, div.label {
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    padding-bottom: 20px;
    display: block;
    text-align: left;
}

label span, div.label span {
    display: block;
    padding-bottom: 5px;
}

label span.required, div.label span.required, td span.required {
    font-size: 20px;
    font-weight: bold;
    color: #E51F36;
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    display: inline;
}

label span.inlineSpan {
    display: inline;
    padding-bottom: 5px;
}

.labelspan {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    cursor: default;
}

.labelspanrequired {
    font-size: 20px;
    font-weight: bold;
    color: #E51F36;
    margin: 0px;
    padding: 0px;
    line-height: 10px;
    display: inline;
    cursor: default;
}

.scheduleMsgSelect {
    width: auto !important;
}

label span.note, div.label span.note, .labelnote {
    font-size: 11px;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    /*display: inline;*/
}

label.noPadding {
    padding: 0px;
}

label.onlyBottomPadding {
    padding: 0px;
    padding-bottom: 5px;
}

label a {
    font-size: 12px;
    cursor: pointer;
}

label span.details, label span.details span {
    display: inline;
    font-style: italic;
}

label span.details a {
    display: inline;
    font-style: normal;
}

.shortInput {
    width: 175px !important;
}

#loginFormMain label.loginCheckBox {
    padding: 0px !important;
}

#loginFormMain label.loginCheckBox input[type="checkbox"] {
    width: 20px !important;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#loginFormMain label.loginCheckBox span {
    width: 100px;
    height: 22px;
    line-height: 22px;
    display: inline;
}

input.XShortAndNarrow, select.XShortAndNarrow {
    width: 50px;
    height: 22px;
    line-height: 22px;
}

input.referralUrl {
    border: 1px solid #B0B0B0;
    width: 400px;
    height: 25px;
    font-weight: normal;
    font-size: 20px !important;
    margin: 0px 0px 0px;
}

.shortImputPosition {
    margin-top: 10px;
    margin-left: 2px;
}

fieldset.customsignupform {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 20px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #9A9A9A;
}

fieldset.customsignupform legend {
    border: none;
    width: auto;
    line-height: auto;
    margin-bottom: 0px;
    font-size: 14px;
}

span.btn-small {
    display: inline !important;
}

input.register {
    width: 288px;
}

input.register_half, select.register_half {
    width: 138px;
    min-width: auto;
}

input.register_smaller_than_half {
    width: 110px;
}

select.register {
    width: 314px;
}

.pwd-toggler {
    margin: 7px -25px;
    cursor: pointer;
    position: absolute;
}