#textPropertySelectorsTitle {
	font-weight: bold;
	font-size: 14px;
}
#textPropertySelectorsAction {
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #FF9633;
}
#textPropertySelectorsInstruction {
	margin-top: 16px;
	color: #666666;
}

#fontFaceSelectorTitle, #fontSizeSelectorTitle, #colorSelectorTitle, #alignSelectorTitle {
	clear: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}
#fontFaceSelectorTitle {
	margin-top: 16px;
}
#fontSizeSelectorTitle {
	margin-top: 22px;
}
#colorSelectorTitle {
	margin-top: 22px;
}
#fontFaceSelectorContainer {
	margin-top: 11px;
	width: 232px;
	height: 18px;
}
.fontFaceSelector_off, .fontFaceSelector_on {
	width: 203px;
	height: 17px;
}
.fontFaceSelector_on {
	background-color: #333333;
}

#fontSizeSelectorContainer {
	width: 76px;
	height: 18px;
	padding-top: 11px;
}
.fontSizeSelector {
	color: #333333;
	line-height: 18px;
}

#colorSelectorContainer {
	width: 288px;
	height: 78px;
}
.colorSelector {
	display: inline;
	float: left;
	margin-right: 1px;
	margin-top: 3px;
	width: 23px;
	height: 22px;
}

#alignSelectorContainer {
	width: 288px;
	height: 35px;
	padding-top: 6px;
}
.alignSelector {
	display: inline;
	float: left;
	margin-right: 13px;
}

.selectorLeft {
	display: inline;
	float: left;
	background: url(../gfx/textProperty/selectorBgLeft.gif) no-repeat;
	width: 9px;
	height: 18px;
}
.selectorMiddleFontFace, .selectorMiddleFontSize {
	display: inline;
	float: left;
	background: url(../gfx/textProperty/selectorBgRepeat.gif) repeat-x;
	padding-left: 4px;
	color: #333333;
}
.selectorMiddleFontFace {
	height: 18px;
}
.selectorMiddleFontSize {
	height: 16px;
	padding-top: 2px;
}
.selectorRight {
	display: inline;
	float: left;
	background: url(../gfx/textProperty/selectorBgRight.gif) no-repeat;
	width: 16px;
	height: 18px;
}
.selectorDropDownLocator {
	position: relative;
	clear: left;
	display: none;
}
.selectorDropDownContainer {
	position: absolute;
	z-index: 2;
	left: 9px;
	background-color: #FFFFFF;
	border: 1px solid #b9babc;
	border-top: none;
	text-align: center;
}