strong {
	font-weight: bold;
}
hr {
	border: thin solid #bbb;
	height: 1px;
}
div, fieldset {
	/* box-sizing: border-box; */
	-moz-box-sizing: content-box;
}
div.fieldset,
fieldset {
	float: left;
	border: 0;
}
div.fieldset {
	clear: both;
	/* width: 594px; */
	/* width: 472px; */
	/* width: 380px; */
	width: 100%;
	margin-bottom: 6px;
	/* padding-right: 10px; */
	overflow: hidden;
}
div.fieldset div.legend,
fieldset legend {
	font-weight: bold;
	/* padding-top: 0 0 4px 0; */
	clear: left;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
	/* height: 1.8em;
	line-height: 1.8em; */
}
	fieldset legend {
		margin: 0;
		padding: 0 6px 8px;
	}
	div.fieldset div.legend {
		width: 12em;
	}
	fieldset div.legend {
		padding: 4px 8px 4px 8px;
		font-weight: bold;
		background-color: #fff;
		border: 1px solid #dfdfdf;
	}
		/* fieldset.allFieldsValid div.legend {
			background: url( ../images/check-ok.gif ) no-repeat 97% 4px;
		} */
		fieldset div div.legend {
			font-weight: normal;
		}
fieldset {
	margin-top: 10px;
	/* _margin-top: 6px; */
	_margin-bottom: 10px;
	padding-bottom: 6px;
	/* _padding-bottom: 10px; */
	width: 100%;
}
	fieldset.clear {
		clear: left;
	}
	fieldset.compact div.fieldset {
		width: 100%;
	}
	fieldset.compact div.element {
		clear: left;
		float: none;
		width: auto;
		/* margin-right: 6px;
		margin-left: 6px; */
		padding-left: 14px;
		margin-left: 0;
		zoom: 1;
		overflow: hidden;
	}
	fieldset.compact label {
		padding-left: 16px;
		text-align: left;
		height: auto;
		width: auto;
	}
	fieldset.compact div.element label {
		padding-left: 0;
	}
fieldset div.elements {
	padding-top: 10px;
	overflow: hidden;
	zoom: 1;
	/* border: 1px solid #efefef;
	border-top: 0; */
}
	fieldset div.elements.text {
		padding: 4px 6px 2px 6px;
	}

div.note {
	clear: both;
	/* margin-top: 4px; */
	/* margin-bottom: 2px; */
	font-size: 86%;
	/* line-height: 1em; */
}
	div.note .subnote {
		float: right;
		color: #999;
		cursor: help;
	}
	div.note .subnote img {
		vertical-align: middle;
	}

span.note {
	float: left;
	margin-right: 6px;
	margin-bottom: 2px;
}
	span.note span {
		margin-top: 3px;
		white-space: nowrap;
		font-size: 86%;
		display: block;
	}
	span.note label {
		clear: left;
		float: left;
		text-align: left;
		margin: 0;
		font-size: 86%;
		line-height: 1em;
		height: 1em;
		width: auto;
		margin-top: 3px;
		white-space: nowrap;
		display: block;
	}

div.element {
	clear: right;
	/* float: left;
	width: 200px; */
	border: 1px solid #fff;
	margin-top: 2px;
	/* margin-left: 150px; */
	overflow: hidden;
	zoom: 1;
	padding: 2px 8px 2px 14px/*8px*/;
	_padding-left: 11px;
}
	div.element img {
		margin-right: 8px;
	}
div.focused div.element.primary {
	border: 1px solid #e1e1e1;
	background-color: #fff;
/* 	border-left: 1px dotted #999;
	border-right: 1px dotted #999; */
}
div.info div.element,
div.warning div.element,
div.error div.element {
}
	div.info div.element.primary div.note.validate span,
	div.warning div.element.primary div.note.validate span,
	div.error div.element.primary div.note.validate span {
		font-weight: normal;
	}
	div.info div.element.primary {
		/* border-right: 1px outset #acd6ff;
		border-bottom: 1px outset #acd6ff;
		background-color: #e0f0ff; */
		border-color: #d1d1d1;
		background-color: #f7f7f7;
	}
		div.info div.element.primary div.note.validate {
			color: #104e8b;
			font-weight: bold;
		}
	div.warning div.element.primary {
		/* border-right: 1px outset #fc0;
		border-bottom: 1px outset #fc0; */
		background-color: #ffffe0;
		border-color: #fc0;
	}
		div.warning div.element.primary div.note.validate {
			color: #dc9a24;
			font-weight: bold;
		}
	div.error div.element.primary {
		/* border-right: 1px outset #ff5050;
		border-bottom: 1px outset #ff5050; */
		border-color: #f7baba/* ffe0e6 *//* e70000 */;
	}
		div.error div.element.primary div.note.validate {
			color: #e70000;
			font-weight: bold;
			background: url( ../../../../images/error.gif ) no-repeat top left;
			padding-left: 20px;
			line-height: 1.3em;
		}
div.error div.element.primary,
div.result.failure,
div.result.sendFailure {
	background-color: Oldlace/* Lavenderblush *//* #ffe0e6 *//* ffc0cb */;
	background: url( ../../../../images/stripe_error_wide.png );
}

label {
	clear: left;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
	width: 140px;
	/* height: 1.8em;
	line-height: 1.8em; */
	font-weight: normal;
	cursor: pointer;
}
	div.element label {
		width: auto;
		margin-top: 3px;
	}

/* input.textbox, textbox, select {
	border: 1px solid #999;
} */
input.textbox {
	width: 12em;
	/* padding: 1px 1px 0 1px; */
	padding: 2px 2px 1px 2px;
/* 	height: 24px;
	line-height: 1em; */
}
textarea {
	padding: 2px;
	width: 12em;
	overflow: auto;
}
div.element.checkbox,
div.element.radio {
	overflow: hidden;
	width: auto;
}
	div.element.checkbox label,
	div.element.radio label {
		text-align: left;
		white-space: nowrap;
		padding-bottom: 5px;
		_padding-bottom: 0;
	}
	div.element.checkbox input.checkbox {
		margin-right: 6px;
	}
	div.element.radio input.radio {
		margin-right: 6px;
	}

div.validate label {
	font-weight: bold;
}
	/* div.validate div.element.primary.currentlyValid {
		background: url( ../images/check-ok.gif ) no-repeat 97% 4px;
	}
	div.validate.optional div.element.primary.currentlyValid {
		background: none;
	} */
	div.validate.optional label {
		font-weight: normal;
	}
	div.validate span.note label,
	div.validate .checkbox label,
	div.validate .radio label {
		font-weight: normal;
	}
	div.validate label img {
		margin-right: 3px;
	}
	div.validate div.element.primary input.textbox,
	div.validate div.element.primary select,
	div.validate div.element.primary textarea {
		background-color: #ffc;
	}
	div.validate.optional div.element.primary input.textbox,
	div.validate.optional div.element.primary select,
	div.validate.optional div.element.primary textarea {
		background-color: #fff;
	}

div.inline {
	float: left;
}

.buttons {
	_margin-top: 10px;
	padding-top: 6px;
	margin-bottom: 10px;
	_padding-bottom: 6px;
	border: 0;
	width: 100%;
	/* border: 1px solid #ddd;
	background-color: #efefef; */
}
	a.button.none, button.none {
		cursor: pointer;
		padding: 0;
		font-weight: bold;
		font-size: 90%;
		text-transform: uppercase;
	}
	.buttons button {
		font-weight: bold;
		cursor: pointer;
		margin-right: 16px;
		/* margin: 1px 12px 1px 12px; */
	}

.hidden {
	display: none !important;
}
.shown {
}
div.note.quickLinks {
	margin-top: 6px;
}
	div.quickLinks a {
		text-decoration: underline;
		color: #039;
		cursor: pointer;
	}
	div.quickLinks a.now {
		font-weight: bold;
	}
.timeZone {
	font-size: 80%;
}
.subNoteVariable {
	font-weight: bold;
}
div.result {
	margin-top: 16px;
	margin-bottom: 12px;
	border: 1px solid;
}
	div.result h1 {
		float: left;
		margin-right: 10px;
		/* height: 30px; */
		line-height: 17px;
		padding: 10px 20px 8px 20px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
	}
		div.result h1 img {
			vertical-align: middle;
		}
	div.result div.message {
		padding: 10px 0 8px 0;
	}
		div.result div.message span.close,
		div.result div.message button.close {
			float: right;
			font: 11px Tahoma;
			font-weight: bold;
			position: relative;
			top: -8px;
			left: -3px;
			padding: 2px 4px;
		}
		div.result div.message span.close {
			border: 1px solid #f00;
		}
	div.result.ugly {
		background: #f7f7f7;
		border: 1px solid #104e8b;
		color: #104e8b;
	}
		div.result.ugly h1 {
			background: #104e8b/*  url( ../images/warning.gif ) no-repeat 12px 50% ! important */;
			/* padding-left: 32px ! important; */
		}
	div.result.good {
		color: #4e9309;
		border-color: #4e9309;
		background: #dfeea3;
	}
		div.result.good h1 {
			background: #4e9309 url( ../../../../images/ok.gif ) no-repeat 12px 50% ! important;
			padding-left: 32px ! important;
		}
	div.result.bad {
		color: #e70000;
		border-color: #e70000;
	}
		div.result.bad h1 {
			background: #e70000 url( ../../../../images/error.gif ) no-repeat 12px 50% ! important;
			padding-left: 32px ! important;
		}

.disabled {
	background-color: #d3cfc7 ! important;
}
.readonly {
	background-color: #fdfdfd ! important;
	color: #999 ! important;
	cursor: default;
}

.clickable {
	cursor: pointer;
	/* color: #039 ! important; */
}
.clickable.link {
	color: #039 !important;
	text-decoration: underline;
}
span.accesskey {
	/* color: #36b; */
	text-decoration: underline;
}
.help {
	cursor: help;
}

