	#captchaDiv{
			height: 50px;
		}
		#progressBar{
			padding-bottom:0.5em;
		}
		#progressBar #left{
			width:50%;
			margin:0;
			padding:0;
			border:0;
		}
		#progressBar #left .second{
			padding:0.5em 0 0.5em 10px;
			margin:0 0 0 -10px;
			background:white;
			border-top:1px solid #266DC6;
			border-bottom:1px solid #266DC6;
			border-left:1px solid #266DC6;
		}
		#progressBar #right{
			width:50%;
			padding:0.5em 0;
			margin-left:-10px;
			background:white;
			border-top:1px solid #266DC6;
			border-bottom:1px solid #266DC6;
			border-right:1px solid #266DC6;
		}
		#progressBar p{
			font-weight:bold;
			padding:2px 0;
			text-align:center;
		}
		#steps{
			padding:0px;
			background-color:white;
		}
		#step1{
			background: #2863a7 110% no-repeat;
			color:#fff;
			padding: .5rem
		}
		#step1 p{
			padding:2px 30px 2px 5px;
			font-size: 11pt;
			font-weight: bold;
		}
		#step2{
			background: #bbb 110% no-repeat;
			color:#fff;
		}
		#step2 p{
			padding:2px 30px 2px 0;
			font-size: 11pt;
			font-weight: bold;
		}
		#step3{
			background: #bbb 105% no-repeat;
			color:#fff;
		}
		#step3 p{
			padding:2px 20px 2px 0;
			font-size: 11pt;
			font-weight: bold;
		}
		.button-generic.blue {
			background-color: #2863a7;
			color: white;
			border: none;
		}
		.button-generic {
			width:70px;
			background-color: white;
			border: 1px solid #93d6f1;
			border-radius: 0.2em;
			color: #2e5a8a;
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
			padding: .75rem;
			transition: transform 0.25s;
		}