<style>

/*******************************************
**                                        **
**       apply.php                        **
**                                        **
********************************************/

	.row.applyFormRow{
		margin: 0 auto;
	}

	.applyTextInput{
		max-width: 500px;
		margin: 0 auto;
	}

	.nextPage, .submitApplication{
		float: right;
	}

	.applicationCard{
		width: 100%;
		min-height: 400px;
	}

	.card-footer{
		vertical-align: bottom;
	}

	.errorMessage{
		color: red;
		font-size: 12px;
	}
	
	div#captchaIMG{
		cursor:pointer;
		width:160px;
		margin: 0 auto;
	}

	div#captchaIMG img{
		box-shadow:2px 2px 2px #aaa;
	}

<	div#captchaIMG img:hover{
		box-shadow:2px 2px 2px #222;
	}

</style>

