.gsc-control-cse{
    padding: 0 !important;
} 
.gsc-control-cse-uk{
    padding: 0 !important;
}
/**/
.peolple_add_form{
    background: white;
    position: absolute;
    top: 30px;
    border:3px solid #900022;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    left: -700px;   
    z-index: 1000;
    display: none;
}
.plus_button img{
    position: relative;
    left: 4px;
    cursor: pointer;
    background: none !important;
}
.plus_button img:hover{
  -webkit-transform: rotate(0deg) scale(2);
   -moz-transform: rotate(0deg) scale(2);
    -o-transform: rotate(0deg) scale(2);
    left: 30px;
}
.plus_button_close img:hover{
  -webkit-transform: rotate(45deg) scale(1);
   -moz-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    left: 4px !important; 
}
.plus_button_close img{
  -webkit-transform: rotate(45deg) scale(1);
   -moz-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
}
.plus_button{
    border-right:10px solid #900022;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:0 10px 10px 0;
    background: #900022;
    position: relative;
    float: right; 
    top:-3px;
    left: 37px; 
    width: 27px;
}
.add_form_form{
    padding: 10px 20px 20px 20px;
    background: white;
}
.people_add_form_descr{
    font-size: 18px;
    color:#900022;
     width: 505px;
     padding: 20px;
}
.peopaddfrm_impt{
    margin-bottom: 10px;
    color:#900022;
    font-size: 14px;
    font-weight: bolder;
}
.addfrmdescr{
    color:#900022;
    font-size: 11px;
}