@import url("https://www.eiu.edu/css12/apps.css");
@charset "utf-8";
/* CSS Document */


.validation_correct{
	color: green;
}

.validation_incorrect{
	color: red;
}


.half{
	width: 50%;
	float: left;	
}

.third{
	width: 33%;
	float: left;	
}


.button_approve {
	margin: 2px 3px;
	background-color: #7fbf4d;
	border: 1px solid #63a62f;
	border-bottom: 1px solid #5b992b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #4c9021;
	width: 150px;
	float: left;
}

.button_deny {
	margin: 2px 3px;
	background-color: #ee4126;
	border: 1px solid #ee4126;
	border-bottom: 1px solid #c01f05;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 -1px 0 #b51900;
	width: 150px; 
	float: left;
}