/**
 *	@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!
 */

.row { padding-bottom: 10px; }
label { padding:2px 0 2px 5px; font-weight:bold; display:block; }
.block label { padding:0; display:inline; }
input, textarea, select { padding:4px; color:#333; font-family: Verdana, Arial, sans-serif; font-size: 12px; border:1px solid #ccc; width:390px; }
.buttons input{
	width: auto;
}
.error > label { color:#F00; }

/* spam check field */
#spchk { display:none; }