
#directoryShortForm {
	margin: 20px auto;
	width: 93%;
}

#directoryShortForm .left{
    float : left;
}

#directoryShortForm input.input3{
    width : 25px;
    float : left;
}

#directoryShortForm input.input4{
    width : 30px;
    float : left;
}

#directoryShortForm input.inputExt{
    width : 35px;
    float : left;
}

#directoryShortForm select{
    width : 200px;
}

#directoryShortForm .targetPopulation{
    background-color: #cccccc;
}

#selectedServiceTypes .selectedServiceType {
    background-image: url('../../../images/community/common/btngraph_deleteMd.png');
    background-repeat: no-repeat;
    background-position: left;
    cursor : pointer;
    padding-left : 25px;
    margin-left : 25px;
}
#selectedServices .selectedService {
    background-image: url('../../../images/community/common/btngraph_deleteMd.png');
    background-repeat: no-repeat;
    background-position: 1px;
    cursor: pointer;
    padding: 1px 6px 0px 24px;
    border-radius: 16px;
    background-color: #E2AF71;
    margin: 0 5px 4px;
    float: left;
}
