@import url("forms.base.css");

/* Fieldsets */
img
{
	border:none;
	}

fieldset.with-border {
	border: solid 1px #eeeeee;
}

fieldset legend {
	background: rgb(255,255,255);
	color: rgb(9,55,89);
	padding-bottom: 4px;
}

input.text-box, span.text-field, textarea, input.date-box {
	border: solid 1px #dad8e2;
}

div.form-border h2 {
	font-size: 100%;
}

fieldset p {
	clear: both;
	font-size: 85%;
	margin: 4px 10px;
}

fieldset input.text-field {
	margin-right: 50px;
}

table.workshop-participants {
	width: auto;
	margin: 20px 10px;
}

table.workshop-participants input {
	float: none;
	width: 120px;
	margin: 0px;
}

table.workshop-participants td.title input {
	width: 30px;
}

table.workshop-participants td.name input {
	width: 100px;
}

table.workshop-participants td.phone input {
	width: 80px;
}

