#slide {
    height: 300px;
    width: 960px;
    overflow: hidden;
    position: relative;
    cursor: default;
}

#img1 {
    position: absolute;
    z-index: 11;
    top: 0px;
}

#img2 {
    position: absolute;
    top: 0px;
    z-index: auto;
}


#lab7 {
    opacity: 0.5;
    cursor: default;
}

#mailArea {
    position: absolute;
    right: 100px;
    bottom: 0px;
    font-family: Verdana,Arial;
    font-size: 15px;
    color: #000;
}

.txt {
    border-top: 1px solid #5d83b2;
    border-left: 1px solid #5d83b2;
    border-bottom: 1px solid #5d83b2;
    border-right: 3px solid #5d83b2;
    margin-top: 5px;
    resize: none;
}

.but {
    border: 1px solid #02B0E6;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #99DFF5), color-stop(0.9, #02B0E6) );
    background: -moz-linear-gradient( center top, #99DFF5 10%, #02B0E6 90% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99DFF5', endColorstr='#02B0E6');
    background-color: #99DFF5;
    -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    -webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 2px;
    text-shadow: 1px 1px 2px #000000;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    width: 70px;
    height: 25px;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

    .but:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #02B0E6), color-stop(0.9, #99DFF5) );
        background: -moz-linear-gradient( center top, #02B0E6 10%, #99DFF5 90% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02B0E6', endColorstr='#99DFF5');
        background-color: #02B0E6;
    }

    .but:active {
        position: relative;
        top: 1px;
        left: 0px;
    }
