#headpicarea {display:none;}

#headpicareablack {display:none;}

h5 {font-size:1em;}

#barrierenav {display:none;}

.csc-mailform {
        border-style: none;
        width: 440px;
}

.csc-mailform-field {
        margin: 3px;
}

.csc-mailform-field input {
       /** border-style: solid;
        border-width: 1px;
        border-color: black;
        background-color: #EFEFEF;**/
        width: 200px;;
		  margin-bottom: 10px;

}

.csc-mailform-field label {
        float: left;
        width: 100px;      
}


.csc-mailform-field textarea {
        /**border-style: solid;
        border-width: 1px;
        border-color: black;
        background-color: #EFEFEF;**/
        width: 320px;
		  margin-bottom: 10px;

}

.csc-mailform-field select {
        /**border-style: solid;
        border-width: 1px;
        border-color: black;
        background-color: #EFEFEF;**/
        width: 200px;
}

input.csc-mailform-submit {
      /*  background-color: #EFEFEF;*/
        float: left;
		  margin-left: 100px;
        width: 100px;
}

.csc-mailform-radio input {
        width: auto;
        border-style: none;
        background-color: transparent;
}

.csc-mailform-radio label {
        width: auto;
        float: none;
}

.csc-mailform-radio fieldset {
        border-style: solid;
        border-width: 1px;
        border-color: black;
        background-color: #EFEFEF;
}

.csc-mailform-radio legend {
        visibility: hidden;
        display: none;
}

