body,html {
    text-align: center;
    background: url(../images/bg1-c.jpg ) repeat;
    height: auto;
    font-family: arial;
    color: #35639d;
    margin: 0;
}

#page {
    display: inline-block;
    padding: 50px;
    margin: 200px auto;
    background-color: white;
    border-radius: 0.5em;
    -moz-border-radius:  0.5em;
    box-shadow: 1px 1px 8px #B4BDF5;
    -moz-box-shadow: 1px 1px 8px;
}

#page #logo {
    background: rgba(0, 0, 0, 0) url("../images/PaynumSepa2.png") no-repeat scroll center center;
    width: 249px;
    height: 130px;
    margin: 10px 85px 10px auto;
}

#page #errorMessage {
    color: red;
    font-weight: bold;
}

#page #errorMessageDetail {
    color: red;
    font-size: 0.8em;
    margin: 5px 0 15px 0;
}

#page form table {
    margin: auto;
}

#page label {
    font-size: 14px;
    color: #35639d;
    margin-right: 20px;
    line-height: 35px;
    float: right;
}

#page input.input-text {
    width: 300px;
    border: 1px solid #35639d;
    padding: 3px;
}

#page input.input-button {
    border: solid 1px grey;
    line-height: 1.6em;
    padding: 0.25em 0.8em;
    color: white;
    background-color: #35639d;
    border-radius: .3em;
    -moz-border-radius: .3em;
    box-shadow: 1px 1px 8px #787878;
    -moz-box-shadow: 1px 1px 8px #787878;
    margin-top: 20px;
    cursor: pointer;
    font-size: larger;
}
    font-size: 1em;

#page input.input-button:hover {
    color: black;
    background-color: white;
}

#page input.input-button:active {
    box-shadow: none;
}

#footer {
    color: #AAA;
    font-style: italic;
    font-size: 12px;
    border-radius: 0 0 0.5em 0.5em;
    margin: 53px auto 0;
    line-height: 20px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-image:  none !important;
    background-color: #35639d;
    padding: 3px;
    box-shadow: 1px 1px 8px rgb(120, 120, 120);
}

#footerAlert {
    color: white !important;
    font-weight: bold;
}
#footerAlert2 {
    color: red !important;
    font-weight: bold;
}


#footer span#languages span.language {
    cursor: pointer;
    margin: 0 5px;
}

#footer span#languages span.language:hover {
    text-decoration: underline;
}

#header {
    background: #35639d none repeat scroll 0 0 ;
}

h1, h2, h3, h4, h5, h6 {
    color: #35639d;
    line-height: 40px;
}  

table th {
   background-color: #35639d;
    color: whitesmoke;
}

.table thead th.sortable.sorted {
    background-color: #35639d;
}

.table thead th.sortable:hover {
    background-color: #08c;
}
    
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #C5E0F2;
}
    
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #B4BDF5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}   


