#connRel {
    width: 350px;
    background-color: #ffffff;
    margin: 0 0 0 10px;
}
#connRepresentants {
    width: 200px;
    border: 1px solid #DADADA;
}
.newGroup {
	margin: 5px 0 0 24px;
}
.connPanel {
    /*display: none;*/
}
.connDisabled {
    color: #DADADA;
}
.connElem p {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.connNoneGroup {
    width: 100%;
    text-align:center;
    padding: 5px 0;
    font-weight:bold;
}
.newGroupInput {
    display: none;
}
.newGroupInput input{
    border: 1px solid #DADADA;
}
.newGroupSave {

}
.connVerified {
    font-style: italic;
}
.connLink {
    color: #1791D7;
    cursor: pointer;
}
.connLink:hover {
    text-decoration: underline; 
}