/**
 * Overwrites formbuilder styles for small forms that need to fit in sidebar.
 *  Also includes some custom display for Media page.
 */

.fbform dt {
	width: 190px;
	}
.fbtextfield, .fbselect {
	width: 185px;
}
.fbtextarea {
	width: 185px;
}
.fbsubmitbtn {
	margin-left:0;
}
.fbintro {
	display:none;
}
.fbformerrormessage {
	margin-bottom:1em;
}