@charset "UTF-8";
#container   {
    overflow-x: visible;
}
header {
    /* [disabled]background-image: url(../images/banners/amber.jpg); */
    background-position: left top;
}
#formContactInfo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 42%;
    float: left;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
}
#formContactInfo label {
    display: block;
}
#formContactInfo input {
	width: 300px;
}
.twoColumns {
	column-count: 2;
}
h4   {
	margin-bottom: -12px;
}
#trainingNeeds label {
	font-size: 0.9em;
	line-height: 2em;
}
#trainingNeeds label.commentLabel {
	line-height: 0.2em;
}
#comments   {
	width: 95%;
	height: 75px;
}

@media screen and (max-width:750px){
div center {
	margin-top: 15px;
}
fieldset {
	float: none;
	width: 100%;
}
}
