﻿input {
    height: 20px;
}
input, textarea {
    border: 1px solid #e6ecef;
    color: #4880b3;
    padding: 3px 0 0 5px;
}
input:focus, textarea:focus {
    border: 1px solid #0087ff;
}
/*
.FormData li label.Title {
    width: 60px;
    float: left;
    margin: 3px 4px 0 0;
    text-align: right;
}
*/
ul.ULGetStarted li ul.FixHeight li {
    height: 30px;
    background: none;
}
ul.ULGetStarted li ul.FixHeight li label.Title {
    width: 60px;
    float: left;
    margin: 3px 4px 0 0;
    text-align: right;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error Classes */
.error {
    color: #ff0000;
}
.field-validation-error {
    color: #ff0000;
}
input.error, .input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
div.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    float: left;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}
label.error {
    margin-left: 15px;
}
.largeTextBox {
    height: 120px;
    width: 300px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Error Classes */

ul.labelS label, label.labelS,
ul.labelM label, label.labelM,
ul.labelL label, label.labelL {
    float:left;
    text-align:left;
    margin-right:5px;
    font-size:13px;
    line-height:16px;
    font-weight:normal;
}
ul.labelS label, label.labelS {
    width:50px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Custum Buttons */

span.InputBtn {
    float:left;
    padding-left:4px;
    background: url("../images/InputBTN.png") no-repeat 0 0;
}
span.InputBtn:hover {
    background: url("../images/InputBTN.png") no-repeat 0 -27px;
}

span.InputBtn input[type=button] {
    float: left;
    width: auto;
    height: 27px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    border:none;
    padding-right:4px;
    padding-left:0;
    overflow:visible;
    background: url("../images/InputBTN.png") no-repeat 100% -54px;
}
span.InputBtn input[type=button]:hover {
    background: url("../images/InputBTN.png") no-repeat 100% 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /end Custum Buttons */

