#newIndicator {
    width: 925px;
    margin: 15px 0 0 20px;
    float: left;
}

#newIndicator #selectGeographyBlock {
    width: 900px;
    float: left;
    margin: 0 0 10px 0;
}

#newIndicator .label {
    width: 220px;
    font-weight: bold;
    float: left;
}

#newIndicator #selectGeographyBlock #selectGeography {
    width: 155px;
    float: left;
    margin: 3px 0 0 0;
}

#newIndicator #selectGeographyBlock #showGeographyFilesButton {
    float: left;
    margin: 0 0 0 20px;
}

#newIndicator #selectGeographyBlock .geographyFilesBlock {
    width: 380px;
    max-height: 100px;
    overflow-y: auto;
    float: left;
    border: 1px solid #000000;
    margin: 0 0 0 25px;
}

#newIndicator #selectGeographyBlock .geographyFilesBlock .geographyFile {
    width: 60px;
    float: left;
}

#newIndicator #stepTwo .row {
    width: 900px;
    float: left;
    margin: 10px 0;
}

#newIndicator #stepTwo .row input {
    width: 150px;
}

#newIndicator #stepTwo .row input.radio{
    width : 25px;
    margin: 0 10px;
}

#newIndicator #newIndicatorForm{
    width: 500px;
    float : left;
}

#newIndicator #descriptive{
    width: 360px;
    float : left;
    margin: 0 0 0 20px;
    border: 1px solid #C4C4C4;
    background-color: #D9E9F7;
    font-size: 12px;
    padding: 3px 17px;
}

#newIndicator #descriptive p {
	margin-left: 10px;
}

#newIndicator #descriptive ul {
	padding-left: 25px;
}

#newIndicator #descriptive ul li {
	margin-bottom: 6px;
}
