#bodyBody label {
	width:100px;
	float:left;
	padding:3px;
}

#bodyBody span {
	padding:3px;
}

#imageSelect {
	height:150px;
}

#imageSelect img {
	clip:rect(auto, auto, auto, auto); 
	overflow:hidden;
}

#altImages {
}

#altImages div {
	width:150px;
	height:150px;
	overflow:hidden;
	margin:10px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#clrs {
	height:20px;
}

.clr {
	width:20px;
	height:20px;
	float:left;
	margin-right:5px;
	border:1px solid #FFFFFF;
}

.formField {
	margin-bottom:5px;
	width:100%;
}

.formField input, select, textarea {
	width:350px;
}

#taggSubmit {
	float:right;
}

#areaBottom {
	margin-top:20px;
}

#errorMsg {
	color:#CC0000;
}