.left_column {
	float:left;
	width: 570px;
}

.title {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: bold;
}

.left_column .submit {
	font-size: 1.4em;
	line-height: 1.4em;
	background-color: #FFE51A;
}

.left_column .reject {
	font-size: 1.4em;
	line-height: 1.4em;
	background-color: #F20000;
}

.left_column .accept {
	font-size: 1.4em;
	line-height: 1.4em;
	background-color: #8BDB00;
}

.left_column .response {
	font-size: 1.2em;
	line-height: 1.2em;
	border-top: 1px solid black;
	padding-top: 4px;
}

.left_column .pic {
	float: left;
	width: 110px;
}

.left_column .bio {
	float: left;
	width: 410px;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 10px;
}

.right_column {
	line-height: 14px;
	width: 260px;
	text-align: center;
}

.right_column img {
	width: 150px;
	height: 150px;
}
