﻿/*******************************
	GENERAL
*******************************/
* {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    color: #000;
}

body, form {
    background-color: #EFEFEF;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #3F3F3F;
    margin: 0;
    padding: 0;
}

h4 {
    font-style: italic;
}

/* an unstyled link class */
A.usl:link, A.usl:visited, A.usl:active, A.usl:hover {
    color: #000;
    background: transparent;
    text-decoration: none;
}

/* link stylings */
A:link, A:visited, A:active {
    color: #5F5F5F;
    background: transparent;
    text-decoration: underline;
}

A:hover {
    color: #332719;
    background: #ccc;
    text-decoration: none;
}

#container {
    width: 900px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 20px 0 0 0;
    text-align: left; /*    border: solid 1px #999;*/
    height: 725px;
}



/* CSS container shadow */
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #F1F0F1;
}

#shadow-container .shadow2 {
    background: #DBDADB;
}

#shadow-container .shadow3 {
    background: #B8B6B8;
}

#shadow-container .container {
    background-image: url(../images/bg.jpg);
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 2px solid #848284;
    border-bottom: 2px solid #848284;
    padding: 10px;
}
/* CSS container shadow */