﻿.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

.loginText {
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
    color: #FFFFFF;
}

#form1 {
    font-family: "Courier New", Courier, monospace;
    font-size: medium;
    font-weight: 700;
}

.style5 {
    font-size: small;
    color: #FFFFFF;
}

.Orangebtn {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #FFFFFF;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #000000;
    display: inline-block;
    color: #000000;
    font-family: Courier New;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    height: 20px;
}

    .Orangebtn:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .Orangebtn:active {
        position: relative;
        top: 1px;
    }

.inputs {
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
    background-image: none;
    width: 190px;
}

    .inputs:focus {
        outline-color: #000000;
    }
