.formworker-form form {
	max-width:600px;
	margin:auto;
	background:white;
	padding:20px;
	border-radius:5px;
	box-shadow:0 4px 10px rgba(0,0,0,.1);
	margin-bottom:20px;
}
.formworker-form label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
.formworker-form input,.formworker-form textarea,.formworker-form select {
	width:100%;
	padding:10px;
	margin-bottom:12px;
	border:1px solid #ccc;
	border-radius:4px;
	box-sizing: border-box;
}
.formworker-form button {
	background:#007bff;
	color:white;
	border:none;
	padding:10px;
	cursor:pointer;
	border-radius:4px;
	margin:5px;
}
.formworker-form button:hover {background:#0056b3}
