@charset "utf-8";
/* CSS Document */

#available_fonts {
	/* Available Fonts Popup Div */
	width: 92px;
	padding:10px;
	background: #FFFFFF;
	border: 1px dotted #000000;
	position: absolute;
	margin: auto;
	height: 0px;
	visibility: hidden;
	bottom: 305px;
	left: 136px;
	z-index: 10;
}

.change_font_link{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.change_font_link{
	color: #000000;
	text-decoration: none;
}

.form_field_outline{
	border: 1px solid #009900;
}

.button_border_off{
	border-bottom-color: #98968B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #F7F5EE;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #98968B;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #F7F5EE;
	border-top-style: solid;
	border-top-width: 1px;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}
	
.button_border_on{
	border: 1px solid Black;
	width: 18px;
	height: 18px;
	margin-right: 2px;
}

.small_text{
	font-size: 10px;
}

.thumbnail_image{
	border: 2px solid #FF9900;
}