/**
 *	@author Jan De Wilde
 *	@location Wax Interactive
 *	@date 21.01.2011
 *	@description Default forms CSS based on the 1Click form generator. Do not remove styles, overrwrite them!
 */

label { font-weight:bold; }

/* spam check field */
#spchk { display:none; }

/*Keep Inputfield for captcha in place*/
#recaptcha_area #recaptcha_response_field {
    position: static !important;
}