#organizationWrapper {
    width: 100%;
    /* height : 1100px; */
    margin: 0 auto;
}

#mainContent{
    float : left;
    margin-left : 21px;
}

#headerText {
    width: 560px;
    height: 40px;
    margin: 16px 0 0 0;
    color: #30416f;
    font-size: 26px;
    font-weight: bold;
}

#advisoryText {
    width: 950px;
   /*  height: 40px; */
    color: #30416f;
    font-size: 13px;
}

#organizationForm {
    width: 99%;
    /* height: 1100px; */
    font-size : 10pt;
}

#organizationForm .column {
    width: 50%;
    float: left;
}

#organizationForm .column .row {
    width: 96.75%;
    min-height: 20px;
    padding: 6px 7px 14px;
    float: left;
}

#organizationForm #custom {
    width: 900px;
    min-height: 20px;
    float: left;
    margin: 0 0 30px;
}

#organizationForm #custom .rowCustom {
    width: 880px;
    min-height: 20px;
    padding: 10px;
    float : left;
}

#organizationForm #custom .rowHeader {
    float: left;
    width: 100%;
    padding: 0 1%;
    border-bottom: 1px dotted #999;
}

#organizationForm #custom .rowHeader h3 {
    margin-bottom: 4px;
    margin-top: 25px;
}

#organizationForm #custom .rowCustom .label{
    width: 150px;
    float: left;
    font-weight: bold;
    color: #30416f;
}

#organizationForm #custom .rowCustom .second{
    margin: 0 0 0 20px;
}

#organizationForm #custom .rowCustom .input {
    width: 280px;
    float: left;
}

#organizationForm .odd,
#organizationForm .odd {
    background-color: #E5E5E5;
}

#organizationForm .column .row .label{
    width: 135px;
    float: left;
    font-weight: bold;
    color: #30416f;
    padding-top:7px;
    clear: left;
}

#organizationForm .rowFull .label {
    width: 150px;
    float: left;
    font-weight: bold;
    color: #30416f;
}

#organizationForm .column .row .input {
    width: 310px;
    float: left;
}

#organizationForm .column .row .input select {
    width: 180px;
    margin-top: 6px;
}

#organizationForm .column .row .input input[type="text"] {
    /* width: 175px; */
    padding:3px 2px;
    font-size:12px;
}

.rowCustom input, .rowCustom select {
    width: 175px;
    padding:3px 2px;
    font-size:12px;
}

.rowCustom .fieldDescription{
    font-size : 10px;
}

#organizationForm .column .row .smallText input[type="text"] {
    width: 50px;
}

#organizationForm .column .row .longText input[type="text"] {
    width: 300px;
}

#organizationForm .column .row .input .small {
    width: 25px;
}

#organizationForm .column .row .label img {
    width: 16px;
    height: 16px;
}

#organizationForm .rowFull {
    width: 880px;
    min-height: 25px;
    clear: both;
    float: left;
    padding: 10px;
}

#organizationForm .logoRow {
    height: 85px;
}

#organizationForm .description {
    width: 880px;
    min-height: 270px;
    clear: both;
    float: left;
    padding: 10px;
}

#organizationForm .tall {
    height: 87px;
}

#organizationForm .rowFull .input {
    float: left;
    width: 700px;
}

#organizationForm  .rowButtons {
    width: 880px;
    height: 55px;
    clear: both;
    float: left;
    padding: 10px;
}

#organizationForm .required{
    font-weight:bold;
    color : red;
}
#organizationForm .nteeLookup{
    cursor : pointer;
    font-size : 11px;
    color : blue;
}
#organizationForm textarea{
	width:99%;
	height:85px;
    font-size: 12px;
    padding: 5px;
}
.nteeInstructions {
	margin-left: 15px;
	font-style: italic;
}
#ntee {
	float: left;
}
#nteeSubWrapper {
	float: left;
	margin: 10px 0 0;
}
div#resultList {
    border: 1px solid #999;
    padding: 10px 13px;
    font-size: 14px;
    max-height: 350px;
    overflow: scroll;
}
div#resultList>div {
    border-bottom: 1px dotted #999;
}
.row.forProfitRow div {
    background-color: rgb(236, 247, 252);
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    box-shadow: 2px 2px 10px -4px;
    width: 94%;
}
div#mainContent {
    margin: 5px 4%;
    width: 92%;
}
