/* Styles for Temp Parking Pass Form */

/* FORM */
.contentHolder fieldset legend {
    display: none;
}

fieldset .grid10 input.phone3digit {
    width: 3em;
}
fieldset .grid10 input.phone4digit {
    width: 3.5em;
}
fieldset .grid10 textarea.multilineText {
    width: 60%;
}

.loginstatus {
    float:right;
    margin-top: 1em;
    position: relative;
    z-index: 99;
}
.clearleft {
    clear: left;
}

/* LOGIN PAGE */
.loginBox 
{
    width: 300px;
    border: 2px solid #8d688d;
    background-color: #d8ccd9;
}
.loginHead
{
    padding: 0.5em 0; 
    background-color: #ae94af; 
    color:#fff;
    font-weight: bold;
    text-align: center;
}
.tempPassLoginForm input[type=text], .tempPassLoginForm input[type=password]
{
    width: 10em !important;
    padding: 0.1875em 0.3125em !important;
    box-shadow: 1px 1px 0px 0px #cfcfcf;
    border: 1px solid #ccc;
}
.tempPassLogin 
{
    margin: 0 auto;
}
.tempPassLogin table 
{
    border-collapse: collapse;
}
.contentHolder fieldset .grid2 label 
{
    display: inline;
}



@media only screen and (max-width:768px){
    .contentHolder select {
        width: 100%;
    }
    .contentHolder fieldset .grid2 label 
    {
        display: inline-block;
    }
    fieldset .grid10 textarea.multilineText {
        width: 100%;
    }

}
