@font-face {
    font-family: 'fertigo_proregular';
    src: url('fertigo_pro-webfont.eot');
    src: url('fertigo_pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fertigo_pro-webfont.woff') format('woff'),
         url('fertigo_pro-webfont.ttf') format('truetype'),
         url('fertigo_pro-webfont.svg#fertigo_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'forumregular';
    src: url('forum-regular-webfont.eot');
    src: url('forum-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('forum-regular-webfont.woff') format('woff'),
         url('forum-regular-webfont.ttf') format('truetype'),
         url('forum-regular-webfont.svg#forumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ofl_sorts_mill_goudyregular';
    src: url('oflgoudystm-webfont.eot');
    src: url('oflgoudystm-webfont.eot?#iefix') format('embedded-opentype'),
         url('oflgoudystm-webfont.woff') format('woff'),
         url('oflgoudystm-webfont.ttf') format('truetype'),
         url('oflgoudystm-webfont.svg#ofl_sorts_mill_goudyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* CLASSES */
.defaultForm {
	background-color: #949599;
	color: #fff;
	width: 207px;
	font-family: 'ofl_sorts_mill_goudyregular';
}
.defaultForm h4 {
	color: #FFF;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
}
.defaultForm p {
	color: #FFF;
	font-size: 11pt;
	margin-bottom: 1px;
	text-align: normal;
}

.defaultFormButton {
	background-color: #FFF;
	color: #585857;
    border: none;
    border-radius: 7px;
	float: right;
	font-family: 'ofl_sorts_mill_goudyregular';
	font-size: 12pt;
    padding: 5px 9px;
}

.defaultFormText {
	background-color: #FFF;
	border: none;
	border-radius: 5px;
	color: #585857;
	font-family: 'ofl_sorts_mill_goudyregular';
	font-size: 10pt;
	margin: 5px 0px;
    padding: 5px 10px;
	resize: none;
    width: 187px;
}
