#prequalContainer
{
   display: none;
   position: absolute;
   width: 350px;
   z-index: 10;

   padding-top: 20px;
   padding-bottom: 20px;
   padding-right: 30px;
   padding-left: 30px;
   margin: auto;

   background-color: #eeeeee;

   border-style: solid;
   border-width: 2px;
   border-color: #dddddd;

   font-family: Verdana, sans-serif;
}
#prequalContainer h1
{
   font-size: 1em;
}
#prequalContainer p
{
   font-size: 0.9em;
}
#inputContainer
{
   border: none;
   font-size: 1em;
}
.error
{
	border-color: red;
}
#listAll
{
   font-size: 1em;
}
#overlay
{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000000;
}
