p {
	margin: 15px 0px;
}

#tag-wrapper {
	width: 360px;
}

#tag-wrapper h2 {
	font-size: 1.4em;
}

#testing {
	display: none;
}

#result {
	height: 30px;
	clear: both;
}

.row {
	min-height: 30px;
	clear: both;
}

.submit-row {
	padding-left: 20px;	
}

.half-row {
	width: 160px;
	margin: 5px;
	float: left;
	clear: right;
	font-size: 0.5em;
	color: #ff0040;
	text-align: left;
}

.left {
	clear: left;
	text-align: right;
	width: 160px;
}



/* Colors */
.red {
	background-color: #ff0000;
}

.yellow {
	background-color: #ffe400;
}

.green {
	background-color: #00ff00;
}

