#three-column-container {
	width:100%;
	margin:10px 0px;
	padding:10px 0px
	}

#three-column-left {
	float:left;
	width:50%;
	}

#three-column-right {
	float:right;
	width:50%;
	}

#three-column-middle {
	width:30%;
	margin:0px 31% 0px 35%;
	}

.category {
	font-weight: bold;
}

input.red {background-color: #A00B0B; font-weight: bold; font-size: 12px; color: white;}
input.pink {background-color: #ffcccc;}
textarea.violet {background-color: #ccccff; font-size: 10px;}
option.red {background-color: #A00B0B; font-weight: bold; font-size: 12px; color: white;}
option.pink {background-color: #ffcccc;}
