body { 
	margin: 0px;
	background: #EEE;
	}

#templates {
	width:500px;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	* float: left;
	}
	
#templates-table {
	padding: 0px 10px;
	}
	
#templates-table td {
	padding: 2px;
	}
	
#templates dd {
	display:none;
	}

#templates img {
	border: 0px;
	}
	
a { color: #000; }
a:hover { text-decoration: none; }

#picker {
	overflow: auto;
	float: left;
	width: 195px;
	height: 400px;
	margin: 10px 10px 10px 0px;
	}

#colorfilter {
	padding:10px 10px 10px 0px;
	margin: 10px 10px 10px 0px;
	}
	
#color-picker {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left;
	}
	
#color-picker tr td, #color-picker tr th {
	width: 4px;
	padding: 0px 5px;
	height: 5px;
	text-align: left;
	border-bottom: 1px solid #FFF;
	}

#color-picker tr th {
	background: #EEE;
	}
	
#color-picker .title, #color-picker .theme-title {
	width: 100px;
	font-weight: bold;
	}
	
#color-picker .theme-title { font-size: 11px; }

#color-picker .title { text-align: right; }

#fontlisting {
	padding:10px;
	}

label { 
	width: 50px; 
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 4px;
	margin: 0px;
	}
	
input, select {
	font-size: 12px;
	margin: 0px 0px 3px 0px;
	float: left;
	}

#colorselected {
	margin: 10px 5px 5px 5px;
	}
	
#submit { width: auto; margin-left: 70px;}

input.SaveDesign { float:right; }
