/*Stylesheet for the QuickText controls in FotoWeb */

.quickTextControl 
{ 
	/*width: 100%; */
	color: #000000;			/* Addition: Missing color value where background was defined (PGD051107) */
	background-color: #FFFFFF; 
	padding: 5px; 
	margin-top: 0px; 
	border-bottom     : 1px solid #FEB34D;
}
.qtHideableControlArea 
{ 
}
.quickTextControl .label 
{ 
	font-weight: normal; 
	margin-right: 3px; 
	margin-left: 10px; 
}
.quickTextControl .qtShowHideBtn 
{ 
	font-weight: bold; 
}
.qtInputSection 
{ 
	clear: left; 
	margin-top: 5px; 
}
.qtFieldSelection 
{ 
	float: left 
}
.qtModeSelection 
{ 
	float: left; 
}
.qtTextInput 
{ 
	float: left; 
}
.qtTextInput input 
{ 
	width: 250px; 
}
.qtPlusMinusBtn 
{ 
}
.qtSubmitBtn 
{ 
	font-weight: bold; 
}
.qtControlButtons 
{ 
	float: left; 
	margin-left: 10px; 
}
.qtSubmitButtons 
{ 
	clear: left; 
	padding-top: 10px; 
}

