* {
	padding: 0;
	margin: 0;
}

label.required, .required label {
	font-weight: bold;
}

div.chunk {
	margin-bottom: 30px;
}

div.column {
	position: absolute;
	right: 0px;
}

/* Splitsville */
div.smallsplit, div.medsplit {
	clear: left;
	margin: 0 0 3px 0;
	position: relative;
}


	div.smallsplit input, div.medsplit input {
		width: 200px;
	}

	div.smallsplit select, div.medsplit select {
		width: 202px;
	}

	div.smallsplit label, div.medsplit label {
		width: 140px;
		float: left;
	}

	div.smallsplit label {
		width: 60px;
	}

	div.medsplit label {
		width: 140px;
	}

	div.medsplit ol, div.medsplit ul {
		margin: 0;
	}

	div.medsplit li {
		margin: 0;
	}
	/* /Splitsville */


	/* Textbox stylings */
	div.smallsplit input, div.medsplit input, div.rosterInput input, div.full input, div.full textarea, .inline input, select {
		background: url(../img/forms/input.gif) top left repeat-x white;
		border: 1px solid black;
	}


		div.smallsplit input:focus, div.medsplit input:focus, div.rosterInput input:focus, div.full input:focus, div.full textarea:focus, .inline input:focus {
			background: url(../img/forms/focus.gif) top left repeat-x white;
		}

div.state input {
	width: 30px;
}

div.zip input {
	width: 80px;
}
/* /Textbox stylings */



/* Full line */
div.full {
	position: relative;
}

	div.full label {
		display: block;
	}

	div.full input, div.full textarea {
		display: block;
		width: 400px;
	}

	div.full textarea {
		height: 300px;
	}
/* /Full line */


/* Checklist */
div.checklist {
	position: relative;
}

ul.checklist {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 130px;
	overflow: auto;
	border: 1px solid black;
}


	ul.checklist li {
		display: block;
		padding: 5px 20px;
		margin: 0;
		background-color: #E8E8E8;
	}

		ul.checklist li.alt {
			background-color: #F7F7F7;
		}

li.plus {
	background-image: url(../img/forms/add.gif);
	background-attachment: scroll;
	background-position: 3px center;
	background-repeat: no-repeat;
}

li.minus {
	background-image: url(../img/forms/sub.gif);
	background-attachment: scroll;
	background-position: 3px center;
	background-repeat: no-repeat;
}
/* /Checklist */


/* Checkbox */
div.check {
	margin: 5px 20px;
}
/* /Checkbox */


/* Radio */
div.smallradio, div.medradio {
	padding: 1px 0;
}

	div.smallradio p, div.medradio p {
		width: 140px;
		float: left;
	}

	div.smallradio p {
		width: 60px;
	}

	div.smallradio div {
		margin-right: 60px;
	}

	div.medradio div {
		margin-right: 140px;
	}

	div.smallradio div, div.medradio div {
		margin-top: 2px;
		margin-bottom: 3px;
	}
/* /Radio */



/* Submit */
div.submit {
	text-align: center;
}

	div.submit input, div.buttons input {
		margin: 3px 10px;
		padding: 3px 10px;
		border: 1px solid black;
		background: url(../img/forms/submit.gif) top left repeat-x #D9D9D9;
		cursor: pointer;
	}

div.buttons select {
	/* padding: 3px 10px; */
	margin: 3px 10px;
	border: 1px solid black;
}
/* /Submit */



/* Errors / Edits */
span.error, span.edit {
	position: absolute;
	width: 200px;
	left: 410px;
	padding: 1px 0;
}

span.error {
	background: url(../img/forms/warn.gif) 5px 1px no-repeat #FDFFC8;
	border: 1px solid #F00;
	color: #F00;
	font-weight: bold;
}

span.edit {
	background: url(../img/forms/edit.gif) 5px 1px no-repeat #FDFFC8;
	border: 1px solid #000;
	color: #000;
	font-weight: normal;
}

	span.error span, span.edit span {
		display: block;
		padding: 0 2px 0 25px;
		font-size: 0.8em;
	}

div.smallsplit span.error, div.smallsplit span.edit {
	left: 270px;
	_left: 220px;
}

div.medsplit span.error, div.medsplit span.edit, div.rosterInput span.error, div.rosterInput span.edit {
	left: 350px;
	_left: 220px;
}

div.textarea span.edit {
	width: 300px;
	height: 120px;
	overflow: auto;
}
/* /Errors / Edits */
div.BbForm {
	margin-left: 15px;
}

.rosterInput input {
	width: 50px !important;
	margin-bottom: 5px;
}

.rosterInput label {
	float: none !important;
}

.roMarg {
	float: none !important;
}
