
div.modal {
position: fixed;
height: 100px;
width: 305px;
top: 35%;
left: 37%;
z-index: 1000;
background-color: #fff;
overflow: auto;
}

div.modalBackdrop {
background-color: #000;
-moz-opacity: 0.7;
opacity: .70;
filter: alpha(opacity=70);
position: fixed;
z-index: 999;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

div#modal-login {
text-align: left;
font-size: 1.3em;
}

div#modal-login form > span {
text-align: center;
float: left;
width: 49%;
}

div#modal-login button {
background-color: #000;
color: #f5f5f5;
}

#modal-login form *:focus {
outline: orange 2px inset;
}
