form {
	margin: 0 0 2em;
	padding: 0;
}


.fs-wrap {
	margin: 0;
	position: relative;
}
fieldset {
	background: #ecf3eb;
	border: none;
	margin: 0;
	padding: 5em 0 1em;
}
fieldset legend {
	font-size: 1em;
}
fieldset legend span {
	border-bottom: 1px solid #d7e5ed;
	color: #1b78b3;
	font: bold 1.6em/1.125em Tahoma, Arial, sans-serif;
	height: 1.125em;
	left: 4px;
	margin: 0 0 0;
	padding: 1.125em 0 0;
	position: absolute;
	text-align: left;
	top: 0;
	width: 96%;
}

fieldset div {
	padding: 0 4px;
	margin-bottom: 2em;
}

fieldset p {
	padding: 0 4px;
}

label {
	font: 1.3em/1.538em Arial, sans-serif;
}
fieldset .help {
	color: #888;
	font: italic 1.2em/1.667em Arial, sans-serif;
	margin: 0;
	padding: 0;
}
input, textarea, select {
	background: white url('input.png') repeat-x;
	border: 1px solid #ddd;
	color: #666;
	font: 1.3em/1.538em Arial, sans-serif;
	padding: 0.1667em;
}
input {
	vertical-align: middle;
}



div.actions {
	background: #ecf3eb;
	overflow: hidden;
	padding: 0 4px 1em;
}

div.actions a, div.actions button {
	background: #f5f5f5;
	border: 1px solid #fff;
	border-bottom-color: #eee;
	border-right-color: #eee;
	color: #333;
	cursor: pointer;
	display: block;
	float: left;
	font: 1.2em/1.5em Arial, sans-serif;
	margin-right: 3em;
	padding: 5px;
	text-decoration: none;
	vertical-align: middle;
}
div.action a.primary, div.actions button.primary {
	background: #eaeaea;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
}
div.actions a {
	padding-bottom: 6px;
	padding-right: 8px;
}
div.actions a:hover, div.actions a:focus,
div.actions button:hover, div.actions button:focus {
	background: #dedede;
	border-bottom-color: #d6d6d6;
	border-right-color: #d6d6d6;
}
div.actions a.ok:hover, div.actions a.ok:focus,
div.actions button.ok:hover, div.actions button.ok:focus {
	background: #d6e7ad;
	border-bottom-color: #cedfa5;
	border-right-color: #cedfa5;
}
div.actions a.cancel:hover, div.actions a.cancel:focus,
div.actions button.cancel:hover, div.actions button.cancel:focus {
	background: #ecc7c7;
	border-bottom-color: #e4bfbf;
	border-right-color: #e4bfbf;
}
div.actions a img, div.actions button img {
	border: none;
	vertical-align: middle;
}


form .errors {
	background: #ffffd9;
	margin-bottom: 2em;
	padding: 1em;
}
form .errors h2 {
	color: #d00;
}
form .errors ul {
	list-style: none;
	margin: 0 4px;
}


