	table.characterContainer td {
		vertical-align: top;
	}

	table.characterSelect {
		border-collapse: separate;
		border-spacing: 0px;
		vertical-align: middle;
		margin-bottom: 0.4em;
	}
	table.characterSelect th, table.characterSelect td, table td.runningTotal {
		font-family: Georgia,"Times New Roman",Times,Serif;
		font-size: 1em;
		padding: 3px 6px;
		vertical-align: middle;
	}
		table.characterSelect textarea {
			font-family: Georgia,"Times New Roman",Times,Serif;
			font-size: 1em;
		}
	table.characterSelect td.cost {
		font-size: 0.8em;
	}
	table.characterSelect td.cost, table.characterSelect td.check {
		width: 18px;
	}
	table.characterSelect td.name {
		width: 150px; /* less 6px + 6px margin */
	}

.pointer { cursor: pointer; }

td.osp table { width: 95%; }
td.osp input {
	width: 82%;

	font-family: Georgia,"Times New Roman",Times,Serif;
}
td.osp textarea, ul.ospList {
	width: 100%; height: 19em;
	border: 1px solid rgb(51,51,51);
	background-color: rgb(244,245,245);
	padding: 1px;
	margin: 0px;
}
ul.ospList {
	margin-top: 4px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
	ul.ospList li { position: relative; }
	ul.ospList li span { display: inline; }
	ul.ospList li a {
		position: absolute;
		top: 2px; right: 2px;
		font-size: 0.7em;
	}

/* stuff */
form {
	padding: 0px;
	margin: 0px;
}
	form span { display: none; }

form fieldset {
	border-color: rgb(201,201,201);
	border-style: solid;
	border-width: 1px 0px 0px;
	clear: both;
	font-size: 1em;
	margin: 0px;
	padding: 10px;
}
	form fieldset legend {
		font-size: 1em;
		font-weight: bold;
		line-height: 1.1em;
		margin: 0px;
		padding: 0px 5px;
	}

	form div {
		display: block;
		margin: 2px 0px 0px;
		clear: both;
	}
		form div label, div.labelPad {
			display: block;
			float: left;
			margin: 0px;
			padding: 3px 5px;
			text-align: right;
			width: 125px;
		}
		form div input, form div select, form div textarea, form input, input.select {
			padding: 1px;
			border: 1px solid rgb(51,51,51);
		}
			form div input[type=checkbox], form td.check input {
				border: 0px none;
			}
		form div.check input {
			width: 14px;
		}
		form div input[type=checkbox], form div input[type=radio], form div.inputCheckbox, form div.icheck {
			vertical-align: middle;
			height: 14px; width: 14px;
			border-width: 0px;
			padding: 0px;
			display: inline;
		}
		form div.check2 {
			background-color: rgb(201,201,201);
			border: 2px solid rgb(51,51,51);
		}


	form div label.labelCheckbox {
		float: none;
		margin: 0px 0px 1px;
		text-align: left;
		display: block;
		line-height: 1.1em;
		padding: 4px 0px 0px 18px;
		text-indent: -18px;
		width: 185px;
	}

	div.icheck {
		position: absolute;
	}

	div.input {
		border-style: solid;
		border-width: 2px;
		height: 14px; width: 14px;
		overflow: hidden;
		padding: 0px;
	}
	.input {
		background-color: rgb(244,245,245);
		border-color: rgb(104,108,112);
	}
	.checked {
		background-color: rgb(115,137,174);
		border-color: rgb(49,51,52);
	}
	tr.input {
		background-color: rgb(235,228,222);
	}
	.focused {
		background-color: rgb(214,199,204);
	}
	.blurred {
		background-color: rgb(235,228,222);
	}

input.submit {
	cursor: pointer;
	padding: 1px 15px;
}

#points {
	display: inline;
}

/* Autocompleter */
input.autocompleter-loading {
	background-image: url(/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

ul.autocompleter-choices {
	position:            absolute;
	margin:              0px;
	padding:             0px;
	list-style:          none;
	border:              1px solid #7c7c7c;
	border-left-color:   #c3c3c3;
	border-right-color:  #c3c3c3;
	border-bottom-color: #ddd;
	background-color:    #fff;
	text-align:          left;
	z-index:             50;
	background-color:    #fff;
	width:               199px !important;
}

ul.autocompleter-choices li {
	position:     relative;
	margin:       -2px 0 0 0;
	padding:      0.2em 1.5em 0.2em 1em;
	display:      block;
	float:        none !important;
	cursor:       pointer;
	font-weight:  normal;
	white-space:  nowrap;
	font-size:    0.8em;
	line-height:  1.5em;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color:            #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	display:      inline;
	float:        none;
	font-weight:  bold;
	margin:       0;
	padding:      0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}