.odd{
	background: #EDEDED;
}

.error{
	color: red;
	text-decoration: none;
}
.circle{
	width:50px;
	height:50px;
	border-radius:25px;
	font-size:25px;
	color:#fff;
	line-height:50px;
	text-align:center;
	background:#214da6;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
input[type="text"]{
	width:300px;
}

.funding_table input{
	width: 80px;
}
.successbox
{
	-moz-border-radius:6px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4);
	background:url(//www.eiu.edu/images12/messagebox_icons/success.png) no-repeat scroll 15px 15px #EEF4D4;
	border:1px solid #8FAD3D;
	color:#596C26;
	display:block;
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:20px;
	padding:25px 25px 25px 80px;
}
