nav{
 height:42px;
}

/* Body */
body{
    background-image:none;
    background-color:#444444;
    margin-bottom:19px;
    min-height:577px;
 }

 /* Link */
div a{
    color:#eceded;
   }

/* Input */
.panel div input[type=text]{
 border-top-left-radius:0px;
 border-top-right-radius:10px;
 border-bottom-left-radius:0px;
 border-bottom-right-radius:10px;
}

/* Input */
.panel div input[type=password]{
 border-bottom-left-radius:0px;
 border-bottom-right-radius:10px;
 border-top-left-radius:0px;
 border-top-right-radius:10px;
}

/* Button */
.panel div .btn{
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px;
}
