#letterList {
	list-style: none;
	text-align: center;
	margin-bottom: 15px;
}

#letterList li {
	display: inline;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
}

#letterList li a {
	font-weight: normal;	
}

#lexiconItems {
	list-style: none;
	text-align: center;
}

#newLexiconItem {
	text-align: right;
	cursor: pointer;
	color: #606B87;
	font-weight: bold;
}

#newLexiconItemForm {
	padding: 15px;
	position: absolute;
	width: 500px;
	left: 50%;
	top: 200px;
	margin-left: -250px;
	background-color: #fff;
	z-index: 1000;
	display: none;
}

#newLexiconItemForm p {
	margin-bottom: 5px;
}

#newLexiconItemForm p#newItemError {
	font-weight: bold;
	text-align: center;
	color: red;
}

#newLexiconItemForm p#newItemDesc {
	text-align: center;
	color: green;
	font-weight: bold;
	display: none;
}

#newLexiconItemForm strong {
	color: #606B87;
}

#newLexiconItemForm input, #newLexiconItemForm textarea {
	border: 1px solid silver;
	width: 100%;
}

#newLexiconItemForm textarea {
	height: 300px;
}

#bbcodeBar {
	width: 300px;
	float: right;
	text-align: right;
}

#newLexiconItemForm #itemSaveButton {
	float: left;
	width: auto;
	margin-left: 100px;
}

#newLexiconItemForm #itemCancelButton {
	float: right;
	width: auto;
	margin-right: 100px;
}
