
.contactdetails {
    display: block;
    float: left;
    width: 28em !important;
}

    .contactdetails p {
        text-align: center;
        color: #000;
        font-size: 0.9em;
        margin-top: 0.23em;
        font-family: 'Varela Round';
    }

.panel-header {
    display: none;
}

.easyui-panel {
    width: auto;
}

.panel-body {
    display: block;
    float: left;
    width: 28em !important;
    padding: 0.5em;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,170,179,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(171,170,179,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,170,179,1) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,170,179,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(171,170,179,1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(171,170,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#abaab3', GradientType=1 );
    border: none !important;
}

.double .panel-body {
    width: 60% !important;
}

.easyui-form {
    width: 100%;
}


form ul {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    list-style: none;
}

    form ul li {
        display: block;
        margin: 5px 0;
        padding: 0;
        width: 100%;
    }

.double form ul li {
    float: left !important;
    width: 45%;
}

form ul li.border {
    display: block;
    float: left;
    clear: both;
    height: 1px !important;
    margin: 5px 0;
    padding:0px !important;
    background-color: #CCC;
}

form li label {
    display: block;
    float: left;
    padding-left: 0.6em;
    text-align: left !important;
    width: 5em;
    color: #fff;
    font-size: 1.2em !important;
}

li .textbox {
    display: inline-block;
    width: 75% !important;
    height: auto !important;
    border: 1px solid #fff;
    background-image: url('../Images/leftnav-on.png');
}

.double form ul li .textbox {
    width: 65% !important;
}

textarea,
input[type="text"] {
    display: block;
    float: left !important;
    background: transparent;
    width: 95% !important;
    font-size: 1em;
    height: 1.5em;
    line-height: 1.5em;
    color: #fff;
    vertical-align: middle;
    border: 0 !important;
}

textarea {
    height: 5em !important;
}

.button {
    font-family: Georgia;
    font-style: italic;
    border: solid 1px #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    padding: 4px;
    color: #FFF !important;
    background-image: url('../Images/leftnav-on.png');
}

    .button:hover {
        color: #000 !important;
    }

a.resetbtn {
    background: #C11 !important;
    margin-left: 10px;
}

.address p {
    margin: 3px !important;
    padding: 0px !important;
}

.buttons {
    display: table; /* Allow the centering to work */
    margin: 5px auto;
    width: auto !important;
}
