.brand-title{
    background-color: #30D8F0;    
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    height: 10%;
    padding: 20px;
    color: white;
}

.black_overlay{ 
    display: block; 
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    background-color: black; 
    z-index:1001; 
    -moz-opacity: 0.8; 
    opacity:.70; 
    filter: alpha(opacity=80); 
} 

.form-div{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    height: 85%;
    width: 60%;
    background-color: #30D8F0;
    color: white;
    margin-right: auto;
    margin-left: auto;
    position: relative; 
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1003;
}

.pull-rihgt{
    float: right;
}

.pull-left{
    float: left;
}

.listitems{
    width: 25%;
    display: inline-block;
}