body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: rgb(245,245,245);
}

a {
    color: #246EB2;
}

div.container {
    background-color: white;
    margin: 0 auto;
    width: 738px;
}

div.header {
    width: 300px;
}

.message_list_item {    
    width: 100%;
    padding-bottom: 12px;
}

.message_subject {
    font-style: normal;
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 5px;
}

.message_description, .message_shows, .message_admin_info {
    font-style: normal;
    font-size: 75%;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
}

.message_description {
    background-color: rgb(245,245,245);
}

#message_show tr th {
    text-align: left;
}

.message_text {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.message_shows {
    color: silver;
}

#message_form tr th, #message_form tr td {
    text-align: left;
    border-bottom-style: solid;
    border-bottom-color: rgb(240,240,240);
    border-bottom-width: 1px;
    padding: 7px;    
}

ul.error_list li, div.flash_error
{
    padding: 4px;
    padding-left: 25px;
    list-style: none;
    color: red;
    background: url(../images/error.png) no-repeat 4px 4px;
}

div.help{
    font-size: 75%;
    padding-top: 3px;
    color: silver;
}

span.required_field {
    text-decoration: underline;
}

div.flash_notice {
    text-align: left;
    font-weight: bold;
    background-color: rgb(255,255,187);
    padding: 5px;
}

.pagination {
    text-align: center;
}

.page, .current_page {
    margin-left: 3px;
    margin-right: 3px;
}

.current_page {
    font-size: 175%;
}

input, textarea {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    font-size: 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

input:FOCUS, textarea:FOCUS {
    border-color: orange;
}

input#search_keywords {
    background: transparent url(../images/search-box.jpg) repeat scroll 0 0;
    border: 0 none;    
    font-size: 160%;
    height: 27px;
    line-height: 1.5em;
    margin-bottom: 3px;
    margin-left: 0;
    padding: 8px 10px;
    text-indent: 0;
    width: 579px;    
}

input#search_submit {
    background: transparent url(../images/lupa.jpg) no-repeat scroll 0 0;
    height: 47px;
    width: 103px;
    border: 0 none;
}

.user_block {
    padding: 15px;
    font-size: 12px;
    background-color: rgb(245,245,245);    
    text-align: left;
}

.tarif {
    background-color: transparent;
    background-image: url(../images/tank.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    padding-right: 17px;
}