body
{
    font-family: Segoe UI, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #E5E5E5;
}

header,
footer,
nav,
section {
    display: block;
}

#page 
{
    width: 800px;
    margin: 0 auto;
    padding: 5px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
}

#head
{
    background-image: url("images/panorama.jpg");
    background-repeat: no-repeat;
    width: 800px;
    height: 209px;
}

#content
{
    padding: 5px;
    min-height: 400px;
}

#foot 
{
    background-color: #00213D;
    width: 800px;
    height: 8px;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    text-align: center;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.check-box
{
    margin: 0 !important;    
}

.check-box-label
{
    display: inline;    
}

.captcha-img
{
    border: 1px solid silver;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

legend
{
    font-family: Segoe UI Light;
    border: 0 !important;    
}

.asterisk
{
    color: Red;  
    float: left;  
}

.box-permissions
{
    width: 620px;
    margin: 20px auto;
    padding: 20px;
    border: 1px dashed silver;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}