body{
	margin:0;
	padding:0;
	color:#339900;
	font:bold 11px arial;
	text-align:center;
}
form {
	display:inline;
}
div#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}	
#theTemplates {
	float:left;
	display:inline;
	width:210px;
	height:700px;
	margin-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:auto;
	border:1px #333333 solid;
	background:#c0c0c0;
}
#theImages {
	float:left;
	display:inline;
	width:210px;
	height:700px;
	margin-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:auto;
	border:1px #333333 solid;
	background:#c0c0c0;
}
#theEditor {
	float:left;
	display:inline;
	width:550px;
	height:710px;
	margin-left:5px;
	padding:0;
	border:1px #333333 solid;
	background:#f0f0f0;
}
#theMenu {
	float:left;
	width:150px;
	height:355px;
	padding:10px 5px 0 5px;
	background:#f0f0f0;
	text-align:center;
}
#theCard {
	float:left;
	width:355px;
	height:355px;
	padding:10px;
	background:#e0e0e0;
	border:1px #339900 solid;
	text-align:center;
}
#theTemplates img, #theImages img, #theCard img {
	border:1px #339900 solid;
}
#tooltip {
	position:absolute;
	border:2px solid #33cc00;
	background:#fff;
	padding:5px;
	font:12px arial;
	color:#333;
	text-align:justify;
	display:none;
}
div#order {
	background:#e0e0e0;
	margin:13px 13px 0 13px;
	padding:5px 0 5px 5px;
	border:1px #339900 solid;
	text-align:left;
}
/* this class is used by jquery to show the hand cursor in ie6 */
.imgCursor {
	cursor:pointer;
}
.editorTable {
	margin:0;
	padding:0;
	width:550px;
	height:265px;
	border-collapse: collapse;
	background:#f0f0f0;
}
.editorTable th {
	color:#33cc00;
	background:#e0e0e0;
	text-align:center;
	border-bottom:1px #333333 solid;
}
.editorTable td {
	padding:0 2px 0 2px;
}
.buttonsTable {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}
.buttonsTable td {
	padding-right:2px;
	padding-bottom:10px;
}	
.textField {
	width:140px;
	background:#a0a0a0;
	border:1px #339900 solid;
	color:white;
}
.selectBox {
	padding:-2px;
	margin:-2px;
	height:20px;
	background:#a0a0a0;
	border:1px #339900 solid;
	color:white;
}
.buttons {
	width:110px;
	background:#a0a0a0;
	border:2px #339900 solid;
	color:white;
	font: bold 12px arial;
}
