body{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
}

ul{
    margin-top: 30px;
}

li{
    width: 40px;
    height: 20px;
    float: right;
    list-style-type: none;
    padding: 5px;
}

li:nth-child(2)
{
    background: url(img/apps.png) no-repeat;
    background-size: 35px;
    margin-left: 15px;
}



button{
    background-color: blue;
    color: white;
    border: 1px solid;
    font-weight: bold;
    padding: 10px 12px;
    border-radius: 3px;
    margin-top: -5px;
    cursor: pointer;
}
li:hover{
    cursor: pointer;
}

#content img{
    width: 335px;
    height: 150px;
    margin-top: 140px;
    margin-left: 250px;
}

.textBox{
    width: 540px;
    height: 30px;
    border: 1px solid #6c66af;
    border-radius: 6px;
}

.button2{
    color:black;
    font-size: 11px;
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;

}

#footer{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background:#f5f5f5;
}

.bottomLeft{
    color: #585858;
    float: left;
    padding: 10px;
    margin-left: 20px;
    text-decoration: none;
}

.bottomRight{
    color: #585858;
    float: right;
    padding: 10px;
    margin-right: 20px;
    text-decoration: none;
}