#bottombar-container{
left: 0px;
margin: 0;
width: 100%;
z-index: 0;
position: fixed;
bottom: 0px;
}
#bottombar{
background: #464646;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
bottom: 0px;
color: #F5FFFA;
height: 30px;
margin:0 auto;
width: 70%;
z-index: 0;
}
input[type=text] {
background: #464646;
border-top: 0px solid #464646;
border-left: 0px solid #F5FFFA;
border-right: 2px solid #F5FFFA;
border-bottom: 0px solid #464646;
color: #F5FFFA;
}

input.time {
background: #464646;
border-top: 0px solid #464646;
border-left: 0px solid #F5FFFA;
border-right: 0px solid #464646;
border-bottom: 0px solid #464646;
color: #F5FFFA;
}
}