.control_group {
    background: none repeat scroll 0 0 white;
    border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    
	color: black;
    cursor: pointer;
	font-size: 17px;
    font-weight: normal;
  	letter-spacing: -0.03em;
	line-height: 18px;
    margin-right: 10px;
    padding: 7px 8px;
    position: relative;
    width: 267px;
    z-index: 1;
 	box-shadow:0 0 0 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 0 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 0 4px rgba(0, 0, 0, 0.3);
}

.control_group .controls {
    margin-top:18px;
    display:none;
    overflow:visible !important;
}



.control_group .display {
    margin-right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control_group .pb_close {
    margin: -2px 3px 0 0;
}
