/*
###########################
Copyright : Paul Outterside 2006, 2007, 2008
Author : Paul Outterside
Site : www.6point4.com
###########################
*/

.formatTable {
	border : 0px;
	}

.formatTable td {
	border : 0px;
	}

#fontColour {
	background-image : url(images/processor/fontColorBase.jpg);
	width : 105px;
	height : 28px;
	line-height : 28px;
	text-align : center;
	vertical-align : middle;
	}

#fontColour select {
	background : #efefef;
	border : 1px solid #999;
	width : 92px;
	margin-top : 3px;
	}

#fontSize {
	background-image : url(images/processor/fontSizeBase.jpg);
	width : 75px;
	height : 28px;
	line-height : 28px;
	text-align : center;
	vertical-align : middle;
	}

#fontSize select {
	background : #efefef;
	border : 1px solid #999;
	width : 62px;
	margin-top : 3px;
	}

#typeArea {
	font-family : Arial, Tahoma, Verdana, Sans-Serif;
	font-size : 14px;
	color : #000;
	width : 650px;
	}

#previewPane {
	font-family : Arial, Tahoma, Verdana, Sans-Serif;
	font-size : 14px;
	color : #000;
	width : 650px;
	border : 0px dashed #999;
	margin-top : 10px;
	}

#previewPane a:link, #previewPane a:visited {
	text-decoration : underline;
	color : #000;
	}

#previewPane a:hover, #previewPane a:active {
	text-decoration : underline;
	color : #666;
	}