/*
contact index
*/

#contact{
    width : 90%;
    margin : 25px 5%;
}

#pageHeader{
    padding : 15px 0;
}

#pageHeader h3{
    width : 50%;
    float : left;
    margin : 0;
}

#pageHeader input{
    float : right;
    margin-left : 5px;
}
#saveOption2{
    width : 200px;
    margin-right : 5px;
}
#saveOption1{
    width : 200px;
    float : right;
    margin-left : 5px;
}
#buttonSave1{
    /*margin-top : -26px;*/
}
#contact table{
    width : 100%;
}

#contact table tbody td{
    height : 45px;
}

#contact table input[type=text], #contact table select{
    width : 200px;
}

form .row{
    padding-bottom : 10px;
}

.advise{
    font-size : 10px;
    font-style : italic;
}

#notes{
    margin-bottom : 75px;
    float : left;
    width : 100%;
}

#notes tr:hover{
    background-color: #CCCCCC;
}

.btn-group .dropdown-menu li{
    cursor : pointer;
}

.btn-group .dropdown-menu li:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.tag{
    padding : 5px 25px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #383122;
    background:rgba(227,221,211,0.4);
    float : left;
    margin-right : 10px;
    cursor : pointer;
    background-image: url('../../../images/community/common/btngraph_cancelMd.png');
    background-position: right;
    background-repeat: no-repeat;
}
#newTagLabel{
    float : left;
    margin : 20px 15px 0 0;
}
#addATagText{
    width : 200px;
    float : left;
    margin : 10px 0 0 0 ;
}
#addATagButton{
    margin : 10px 0 0 15px;
    float : left;
}
.autobox{
    max-height : 100px;
    overflow-y : scroll;
    overflow-x : hidden;
}
