#intro {
    padding-bottom: 5px;
}
.wrapper #slider #logging_form .scroll .scrollContainer #Constact .bt_login {
    color: #FFFFFF;
    background-color: #2E47C4;
    width: 100px;
    float: left;
    position: relative;
    height: auto;
}


h2 {
    margin-bottom: 14px;
    color: #0F56BC;
    width: 250px;
    height: auto;
}
.contactin {
    color: #333333;
    background-color: #EBEBEB;
    width: 200px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: relative;
}

#slider {
    width: 200px;
    position: relative;
    top: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slideimg {
    position: relative;
    top: 0px;
    height: 50px;
    width: 100%;
    background-attachment: fixed;
    background-image: url(../images/flot.png);
    background-repeat: repeat-y;
    clear: right;
    visibility: visible;
    left: 10px;
    background-position: center center;
}
#contactl {
    color: #2E47C4;
    height: auto;
    width: 200px;
    position: relative;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #0000CC;
    margin-top: 5px;
    top: 0px;
}

.wrapper #slider #logging_form .scroll .scrollContainer #Constact #txtarea .contactl {
    color: #2E47C4;
    height: auto;
    width: 300px;
    position: relative;
    border-bottom-width: thick;
    border-bottom-style: double;
    border-bottom-color: #EDEDEC;
    margin: 0px;
    padding: 0px;
    top: 0px;
}

#txtarea {
    margin-top: 0px;
    position: relative;
}



.slideimg_f {
    position: relative;
    top: 0px;
    height: 50px;
    width: 100%;
    background-attachment: fixed;
    background-image: url(../images/forecast.jpg);
    background-repeat: repeat-y;
    clear: right;
    visibility: visible;
    left: 10px;
    background-position: center center;
}
.scroll {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;

}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
    margin-bottom: 0px;
}

ul{
    height: auto;
    width: auto;
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #0F56BC;
    color: #FFFFFF;
}

ul.navigation a.selected {
    background-color: #fff;
    color: #000000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


#logging_form {
    width: 200px;
    position: relative;
    top: 120px;
    padding: 10px;
    margin-left: auto; 
    margin-right: auto; 
}

#logging_form span {
    width:100%;
    color: #666666;
}

#logging_form input {
    width:100%;
    color: #666666;
    background-color: #f4f4f4;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #95FF23;
    border-left-color: #95FF23;
    border-bottom-color: #95FF23;
    border-top-color: #95FF23;
}

#logging_form input.button_frm:hover {
    background-color: #84bf44;
}