.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: 30%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    color: white;
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
}

.error{
    background-color: red;    
    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: 15%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    color: white;
    margin: 0px;
    top: 70px;
    left: auto;
    right: auto;  
    z-index: 1005;
    opacity: .7;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
}

.information{
    background-color: mediumspringgreen;    
    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: 15%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    color: white;
    margin: 0px;
    top: 70px;
    left: auto;
    right: auto;  
    z-index: 1005;
    opacity: .7;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
}

.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); 
} 

.include-div{
    height: 100%;
    width: 100%;
    background-color: white;
    position: relative; 
    z-index: 1003;
	overflow-y: hidden;
    overflow: scroll;
	max-height: 500px; /* approximate max height */
}


.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;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1003;
}

.pull-right{
    position: absolute;
    right: 0px;
}

.pull-left{
    float: left;
}

.listitems{
    width: 25%;
    display: inline-block;
}

.make-center{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.inline-block{
    display: inline;
}

.map{
    width: 100px;
    height: 100px;
}