
@import "swissotel_layout.css"; 
@import "swissotel_text.css"; 
@import "swissotel_hotels.css";
@import "swissotel_form.css"; 

body
{
    background-color: #000000;
    color: #FFFFFF;
    font-family: arial;
}

.formUp
{
    margin-top: -15px;
}

a
{
    text-decoration: none;
    color: #FFFFFF;
}

.no_border
{
    border: 0px;
}

.flash
{
    position: relative;
    float: left;
    background-image:url('../images/flash_player.png');
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    margin-top: 8px;
}

.hide{  display: none;  }
