.requiredBefore:before 
 { content:"* ";color: red; }
 
 .requiredAfter:after 
 { content:"* ";color: red; }
 
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
    max-height: none !important;
}

.smallFormTable label, .tdFormTable label {
	margin-right: 15px;
}

.wcbSubPanel label {
	margin-left: 20px;
}

.wcbSubPanel .ui-inputfield {
	margin-left: -.5em;
}

.tdFormTable td:first-of-type {
	min-width: 150px;
}

.contactUs {
	margin-top: 15px;
	display: block;
}

.contactUs label, .contactUs .textareaLabelTable {
	margin-bottom: 5px;	
	margin-top: 15px;
	display: block;
}

.contactUs .textareaLabelTable label {
	margin-bottom: 0px;	
	margin-top: 0px;
}

.contactUs fieldset.ui-fieldset {
	padding-bottom: 15px;
	margin-top: 15px;
}

.contactUs fieldset.ui-fieldset label:first-of-type {
	margin-top: 0px;
}

.contactUs fieldset.ui-fieldset .ui-message-error:first-of-type {
	margin-left: 0px;
}

.contactUs .ui-selectonemenu {
	width: 207px;
}

.wcb_select_hcp.ui-selectonemenu {
	width: 390px;
	min-width: 390px !important;
}

.contactUs .ui-inputtextarea {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	/* the template that ContactUs uses has an inline width defined for the column-1 id that needs to be overridden for small screens */
	#column-1 {
    	width: 100% !important;
  	}
  	
  	.wcb_select_hcp.ui-selectonemenu {
		width: 290px;
		min-width: 290px !important;
	}
	
	.wcbSubPanel label {
		margin-left: 0px;
	}

	.wcbSubPanel .ui-inputfield {
		margin-left: 0;
	}

	.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
	    max-height: 200px !important;
	}
	
}


@media screen and (max-width: 320px) {
  	.wcb_select_hcp.ui-selectonemenu {
		width: 239px;
		min-width: 239px;
	}
}