body
{
   width:100%;
   height:auto;
   background:url(../images/bg.jpg) no-repeat;
   background-size:cover;
   position:absolute;
}
a:hover{
    text-decoration:none;
}
.bmap_container
{
   position:relative;
   margin-top:7%;
   border:2px solid #fff;
   border-radius:5px;
}
.form-group h2{
   text-align:center;
}
.form-group label
{
   text-align:right;
}
.bmap_warn{
    color:red;
    font-size:20px;
    text-align:left;
    padding-top:1%;
}
#tipbox{
    color:Red;
}
.tip {
    color:red;
}
legend {
    color:#fff;
}