* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	resize: none;
}
.topHolder {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 109px;
	width: 100%;
	min-width: 743px;
	background-position: center;
}
.middleHolder {
	background-image: url(images/middle.gif);
	background-repeat: repeat-y;
	height:auto;
	width: 100%;
	min-width: 743px;
	background-position: center;
}
.bottomHolder {
	background-image: url(images/bottem.gif);
	background-repeat: no-repeat;
	width: 100%;
	min-width: 743px;
	background-position: center;
	height: 84px;
}
.textBox {
	border: 2px dashed #D1C7AC;
	width: 500px;
}
.pasteButton {
	border: 2px dashed #D1C7AC;
	width: 70px;
}
#codeHolder {
	background-image:url(images/holder.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	border:none;
	height:31px;
}
#codeSelector {
	width:470px;
}
#syntaxHolder {
	max-width:500px;
	text-align:left;
	border:dotted;
	border-width:thin;
	border-color:#CCCCCC;
	background-color:#E1E1E1;
	font-size:9px;
}
