input:required:invalid, input:focus:invalid {
    background-image: url(images/invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
}

input:required:valid {
    background-image: url(images/valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}

divFormWrapper {
    width: 300px;
    padding: 10px;
}

input["text"] {
    width: 100%;
    padding: 5px 0;
    text-indent: 5px;
}

h1.ui-title {
    font-family: "PT Sans", sans-serif, Helvetica, Arial;
    /* text-shadow: 0 1px 0 #cococo; */
    text-shadow: 0 0 0;
    font-weight: 700;
    font-family: sans-serif;
}

/************************************************************************************
Main content styles
*************************************************************************************/
/* services page styles */
#main-content div#taxi-hire,
#main-content div.feature-block {
    padding-left: 12%;
    margin-top: 20px;
}

#main-content div.feature-block {
    display: inline;
    float: left;
    overflow: hidden;
    width: 38%;
}

    #main-content div.feature-block h2 span,
    #main-content div#taxi-hire h2 span {
        display: block;
        font-size: 18px;
        line-height: 1.2em;
        border-bottom: 1px dotted #ae9d75;
        padding-bottom: 15px;
        color: #6B582A;
    }

#main-content div#taxi-hire {
    background: url(../img/car-icon.png) no-repeat scroll 20px 0px transparent;
    margin-top: 30px;
}

#main-content div.feature-block#wedding-hire {
    background: url(../img/heart-icon.png) no-repeat scroll 20px 20px transparent;
}

#main-content div.feature-block#airport-hire {
    background: url(../img/airplane-icon.png) no-repeat scroll 20px 20px transparent;
}

#main-content div.feature-block#courier-hire {
    background: url(../img/box-icon.png) no-repeat scroll 20px 20px transparent;
}

#main-content div.feature-block#corporate-hire {
    background: url(../img/briefcase-icon.png) no-repeat scroll 20px 20px transparent;
}

/* fares tables */
ul.two-col-table {
    overflow: hidden;
    padding: 1px top;
}

    ul.two-col-table li {
        border-bottom: 1px dotted #AE9D75;
        float: left;
        float: left;
        margin-bottom: 0.625em;
        margin-right: 1.5%;
        width: 48.5%;
    }

        ul.two-col-table li:nth-child(even) {
            margin-left: 1.5%;
            margin-right: 0;
        }

/************************************************************************************
Form styles
*************************************************************************************/
input,
textarea,
select {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #f9f2e2;
    padding: 3px 3px;
    border: none;
}

    input:focus,
    textarea:focus,
    select:focus {
        background: #eee1c3;
    }
/* all main page form styles*/
fieldset {
    border: 1px solid #ede0c0;
    margin: 20px;
    padding-bottom: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #fff url(../img/bg-body.jpg) repeat scroll left top;
    color: #58471E;
}

legend {
    padding: 10px;
    margin-left: 10px;
    font-size: 1.375em;
    color: #58471E;
}

form ol {
    margin: 0;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

    form ol li {
        float: left;
        display: inline;
        width: 47.5%;
        margin-right: 2.5%;
        margin-bottom: 0.5em;
    }

        form ol li:nth-child(2n) {
            margin-right: 0;
            margin-left: 2.5%;
        }

        form ol li.longdesc {
            float: left;
            display: inline;
            width: 100%;
        }

            form ol li.longdesc:nth-child(2n) {
                margin-left: 0;
            }

            form ol li.longdesc input,
            form ol li textarea {
                width: 45.5%;
                margin-right: 2.5%;
            }

    form ol label {
        display: block;
        margin-bottom: 6px;
    }

    form ol li input,
    textarea,
    select {
        border: none;
        padding: 3px 3px;
        /*background:#f1e1bf;*/
    }

    form ol li select#Enquiry {
        width: 100%;
    }

    form ol li input {
        width: 100%;
    }

form em {
    font-style: normal;
}

input#time-and-date {
    border: 1px solid #EDE0C0;
    padding: 5px;
    width: 546px;
}

form label small {
    display: block;
    font-size: 13px;
    font-style: italic;
}

/* button style */
button {
    background: #f9d835; /* default background for browsers without gradient support */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
    background: -moz-linear-gradient(top, #f9d835, #f3961c);
    background: -o-linear-gradient(top, #f9d835, #f3961c);
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 12px;
    -moz-border-radius: 8em;
    -webkit-border-radius: 8em;
    -khtml-border-radius: 8em;
    border-radius: 8em;
    margin-top: 15px;
}

    button:hover {
        background: #f9d835;
        cursor: pointer;
    }

/*form php error styles */
#formerror {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #f9f0ee;
    margin: 20px;
    border: 1px solid #f9b3a4;
}

    #formerror p {
        color: #E45C37;
    }

/************************************************************************************
Mobile form
*************************************************************************************/
.wrapper {
    margin: 0px;
    /*margin: 0px  auto;*/
    max-width: 580px;
    border: 1px solid #c0c0c0;
}

#contact_form {
    /* text-shadow:0 1px 0 #FFF; */
    text-shadow: 0 0 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #F9F9F9;
    padding: 5px;
    margin: 0px 0px;
}

#fieldWrapper {
    /*padding:0px 0px; 5/19/2015*/
    margin: 5px 10px;
}

#ff label {
    cursor: pointer;
    margin: 4px 0;
    color: #ed7700;
    display: block;
    font-weight: 800;
}
/************************************************************************************
Responsive HTML5 Contact Form fields
*************************************************************************************/
input, textarea {
    display: block;
    width: 90%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #f4f4f4;
    color: #000;
    border: 1px solid #5f5f5f;
    padding: 2px;
    margin-bottom: 5px;
}

label {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal !important;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #bbb;
}

/************************************************************************************
This works for now. It was supposed to force a new line for every 2nd input span on the form
*************************************************************************************/
/* 3/4/2015 fixes search box, need to check forms */
/* need to make more specific if used */
/* 3/6/2015 works today  */
input.formField:nth-child(2) {
    margin-right: 5em;
}

div.formField:nth-child(2) {
    margin-right: 15em;
}

span.formField:nth-child(2) {
    margin-right: 15em;
    font-style: italic;
}
/* */

/************************************************************************************
label span input - try later
*************************************************************************************/
.post:nth-child(odd) h2 a {
    color: red;
}

/************************************************************************************
Ghost the input field when user clicks in the field
*************************************************************************************/
.sticky {
    position: fixed;
    width: 25em;
    right: 100px;
    top: 0;
    z-index: 100;
    border-top: 0;
}

/************************************************************************************
Left positioned(currently) Alphabet Menu
*************************************************************************************/
.navMenu {
    position: fixed;
    right: 0;
    top: 2%;
    z-index: 5;
    background: hsla(0, 0%, 73%, 0.7);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(0, 0%, 73%, 0.5);
    border-right: none;
    box-shadow: 0 1px 3px black;
    border-radius: .8em 0.0em 0.0em .8em;
    text-decoration: none; /**/
    /*margin-right:15px;*/
    /**/
    overflow-y: hidden;
    /*padding: 0.5em 0.3em 0.3em 2.5em;*/
    padding: 0.5em 0.3em 0.3em .2em;
    margin-top: .1em;
    z-index: 9;
}

#menu {
    /*margin-right: 2.1em;*/
    z-index: 10;
    list-style: none; /**/
    /*width:35px;*/
    position: relative;
    right: 0;
    overflow-y: auto !important; /* need to allow for scroll on the letters in chrome */
    overflow-x: hidden;
    /*height:425px;*/
    /*height:100%;*/
    /*for chrome*/
    margin: 10px -300px 9px 4px;
    /*for FF*/
    /*margin:15px -300px 15px -40px;*/
    padding-right: 300px; /* Samakan dengan besar margin negatif */
    padding-left: 0px;
    border: 0px solid #ff0000;
    padding-bottom: 2px;
}

/************************************************************************************
Media Query for Alpha Menu - phones
*************************************************************************************/
@media screen and (max-device-width: 480px) and (orientation: landscape), (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #menu {
        height: 335px;
    }

        #menu li {
            display: inline !important;
            float: left;
            list-style-type: none;
        }
    /*remove below to make it display horizontal*/
    .navMenu {
        width: 65px;
    }
}

/************************************************************************************
Media Query for Alpha Menu - tablets
*************************************************************************************/

@media screen and (max-device-width: 1024px) and (orientation: landscape), (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    #menu {
        height: 335px;
    }

        #menu li {
            display: inline !important;
            float: left;
            list-style-type: none;
        }
    /*remove below to make it display horizontal*/
    .navMenu {
        width: 55px; /*will cause two columns of alpha letters in tablets change to 45 for one*/
    }
}

@media (min-width: 700px) and (orientation: landscape) {
}

#menu > li > a {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

    #menu > li > a:visited {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 10px;
        text-decoration: none;
    }

#hidden-scrollbar {
    /* needed to remove scrolling on alpha list menu */
    overflow-x: hidden;
    text-align: justify;
    overflow-y: auto;
    z-index: -10;
    /* no padding or spacing needed here*/
}

#menu > li > a:hover {
    border: 1px dashed hsla(197, 0%, 24%, 0.5);
    /*box-shadow: 1px 1px 1px black;*/
    border-radius: 1px 0.1px 0.1px 1px;
    padding: 2px; /**/
    margin: 1px;
    text-decoration: none;
}

#menu > li > a:link {
    border: 1px solid hsla(197, 0%, 24%, 0.5);
    /*box-shadow: 1px 1px 1px black;*/
    border-radius: 1px 0.1px 0.1px 1px;
    padding: 2px; /**/
    margin: 1px; /**/
    width: 10px !important;
    font-family: monospace;
    min-width: .8em;
    text-decoration: none;
}

ul, menu {
    -webkit-padding-start: 0px;
}

#menu:hover {
    /*-webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);*/
}

ul, menu {
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    z-index: 9;
}
/* Stops IE10 from plopping a scroller over your content */
html {
    -ms-overflow-style: scrollbar;
}

br.small {
    line-height: 3px;
}
/************************************************************************************
employee details
*************************************************************************************/
.image-container {
    display: none;
    position: fixed;
    left: 150px;
    z-index: 10;
}

.productDescription {
    display: block;
}

.hide_description .productDescription {
    display: none;
}

.showme {
    display: none;
}

.hide {
    display: inline;
}

.hide_description .show {
    display: inline;
}

.hide_description .hide {
    display: none;
}

.showhide {
    display: none;
    position: absolute;
    left: 150px;
    z-index: 10;
}
/************************************************************************************
Header search buttons
*************************************************************************************/
/*.search { 
	padding:6px 15px 6px 30px;
	margin:3px; 
	background: url('../images/search-icon.png') no-repeat 8px 6px; 
}*/
.rounded {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

input[type=button], input[type=button]:hover {
    position: relative;
    left: -6px;
    border: 1px solid #adc5cf;
    background: #e4f1f9; /* Old browsers */
    background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
    background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
    color: #7da2aa;
    cursor: pointer;
}

.lighter, .light, .dark {
    width: 95%;
    height: 50px;
    padding: 40px 25px;
}

/* style our search box */
/* Container */

#searchbox {
    background-color: #eaf8fc;
    background-image: linear-gradient(#fff, #d4e8ec);
    border-radius: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7;
    width: 315px;
    height: 40px; /* 55 default, hides the button at this size */
    padding: 7px;
    margin: 2px 2px; /* auto makes it center */
    overflow: hidden; /* Clear floats */
}

#search,
#submit {
    float: right; /* key to keeping the inputs side by side */
}

#search {
    padding: 10px 9px;
    height: 23px;
    width: 200px;
    border: 1px solid #a4c3ca;
    font: normal 13px 'trebuchet MS', arial, helvetica;
    background: #f1f1f1;
    border-radius: 50px 3px 3px 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
    float: left; /* key to keeping the inputs side by side */
}

/* ----------------------- */
#submit {
    background-color: #6cbb6b;
    background-image: linear-gradient(#95d788, #6cbb6b);
    border-radius: 3px 50px 50px 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #7eba7c #578e57 #447d43;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    height: 25px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 90px;
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    color: #23441e;
    /* text-shadow: 0 1px 0 rgba(255,255,255,0.5); */
    text-shadow: 0 0 0;
    margin: 0 0 0 0px;
}

    #submit:hover {
        background-color: #95d788;
        background-image: linear-gradient(#6cbb6b, #95d788);
    }

    #submit:active {
        background: #95d788;
        outline: none;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    }

    #submit::-moz-focus-inner {
        border: 0; /* Small centering fix for Firefox */
    }
/************************************************************************************
Search Form
*************************************************************************************/
.searchform {
    display: inline-block;
    zoom: 1; /* ie7 hack for display:inline-block */
    *display: inline;
    border: solid 1px #d2d2d2;
    padding: 3px 5px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
    box-shadow: 0 1px 0px rgba(0,0,0,.1);
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}

    .searchform input {
        font: normal 12px/100% Arial, Helvetica, sans-serif;
    }

    .searchform .searchfield {
        background: #fff;
        padding: 6px 6px 6px 8px;
        width: 202px;
        border: solid 1px #bcbbbb;
        outline: none;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
        left: 2px !important;
        margin-right: 10px !important;
    }

    .searchform .searchfield {
        float: left;
    }

    .searchform .searchbutton {
        float: right;
    }

    .searchform .searchbutton {
        color: #fff;
        border: solid 1px #494949;
        font-size: 11px;
        height: 27px;
        width: 27px;
        /* text-shadow: 0 1px 1px rgba(0,0,0,.6); */
        text-shadow: 0 0 0;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
        background: #5f5f5f;
        background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
        background: -moz-linear-gradient(top, #9e9e9e, #454545);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
    }

ul.AlphaList {
    display: block;
    padding-left: 0px; /* move the alpha list to the far left of the screen */
}

ul.AlphaListChild {
    display: block;
    padding-left: 5px; /* move the alpha list to the far left of the screen */
}

.ui-tabs .ui-tabs-panel {
    padding: 2px !important;
}
/* alpha list letters for */
a {
    color: #2a6496;
    text-decoration: none !important;
}

    a.title {
        color: #2a6496;
        text-decoration: none !important;
    }

        a.title:hover {
            color: #2a6496;
            text-decoration: none !important;
        }

nav#mobile a {
    text-decoration: none;
    color: #000;
}

.ui-widget {
    /* font-family: Verdana,Arial,sans-serif; */
    /* font-size: 1.1em; */
}

.sort {
    padding: 8px 30px;
    border-radius: 6px;
    border: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #28a8e0;
    height: 30px;
}

    .sort:hover {
        text-decoration: none;
        background-color: #1b8aba;
    }

    .sort:focus {
        utline: none;
    }

    .sort:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        content: "";
        position: relative;
        top: -10px;
        right: -5px;
    }

    .sort.asc:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: "";
        position: relative;
        top: 13px;
        right: -5px;
    }

    .sort.desc:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #fff;
        content: "";
        position: relative;
        top: -10px;
        right: -5px;
    }

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
    /* text-shadow: 0 1px 0 #eee; */
    text-shadow: 0 0 0;
    /* font-weight: 700;*/
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: #38c;
    /* font-weight: 700; */
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: #38c;
    /* font-weight: 700; */
}
/* close button */
a.close {
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    /* text-shadow: 0 1px 0 #ffffff; */
    text-shadow: 0 0 0;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none !important;
    position: relative;
    right: 4px;
}

    a.close:hover {
        color: #000000;
        text-decoration: none;
        opacity: 0.4;
        filter: alpha(opacity=40);
        cursor: pointer;
        text-decoration: none;
    }
/* close button */
.ui-content {
    padding: 2px;
}

#mobile {
    background-color: #ddd;
}
/* field labels */
div.fieldLabel {
    font-weight: bold;
}

#login {
    /* background-color: #ddd; */
    /* text-shadow: 0 1px 0 #ffffff; */
    text-shadow: 0 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none !important;
    /*border: 1px solid #000000;*/
    width: 99%;
    margin: 0 auto;
    /*position: absolute;
    top:50%;*/
    padding: 2px;
    margin: 2px;
    position: fixed;
    top: 50%;
    left: center;
    text-align: center;
    /* bring your own prefixes */
    /*transform: translate(-50%, -50%);*/
}

    #login input {
        padding: 0px;
        margin: 0px;
        width: 99%;
    }

.logintextbox {
    width: 50% !important;
    margin: 0 auto;
    display: inline;
}

.loginButton {
    width: 50% !important;
    padding: 0px;
    margin: 0px;
    margin: 0 auto;
    display: inline;
}

.loginErrorMessage {
    margin: 3px auto;
    padding: 3px;
    width: 450px;
}

div.login {
    clear: both;
    padding: 2px;
    margin: 2px;
    margin-top: 10px;
    text-align: center;
}

/*.logoBackground {
    background-image: url("../images/largeCCHMCLogo.png");
    background-repeat: no-repeat; 
    opacity: 0.6;
    filter: alpha(opacity=40);
    background-attachment: fixed;
    background-position: center; 
}*/
/*
body { 
    background-image: url('../images/largeCCHMCLogo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}*/
/*
html { 
    background: url(../images/largeCCHMCLogo.png) no-repeat center center fixed; 
}*/
.Center-Container {
    position: relative;
    /*border:1px solid #c0c0c0; */
    /*background-color:#DDDDDD;*/
    background-color: #ffffff;
}

.Absolute-Center {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*border:1px solid #ff0000;*/
    text-align: center;
}

.largeLogo {
    display: block;
    margin: auto;
    text-align: center
}

/* Error Messages */
.info, .success, .warning, .error, .validation {
    /*border: 1px solid;*/
    margin: 10px 0px;
    padding: 10px 10px 10px 10px;
    /*background-repeat: no-repeat;*/
    /*background-position: 10px center;*/
}

.info {
    color: #943374;
    font-weight: bold;
    /*background-color: #BDE5F8;*/
    /*background-image: url('images/info.png');*/
}

.loginInfoMessage {
    margin: 5px 5px;
    padding: 5px 5px 5px 5px;
}

.success {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/success.png');
}

.warning {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

.error {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    color: #D8000C;
    background-color: #FFBABA;
    /*background-image: url('../images/error.png');*/
}

div.ui-bar.ui-bar-a {
    background-color: #aca3a3;
}
