	.modal {
		position: absolute;
		top: -200px;
		bottom: -200px;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.6);
		display: none;
		z-index: 2200;
	}
		
		.modal-content {
			position: relative;
			margin: auto;
			width: 360px;
			left: 0;
			right: 0;
			background-color: #FFFFFF;
			border-radius: 5px;
			border: 5px solid #053D7A;
			top: 338px;
			padding: 80px 70px 80px 70px;
		}
			.modal-content.long-text {
				padding: 40px 70px 40px 70px;
			}

		.modal-content a.close-modal {
			position: absolute;
			top: -19px;
			right: -19px;
		}

		
		.modal-content h2.modal-title{
			margin: 0px 0 22px 0;
			font-size: 18px;
			color: #053D7A;
		}
		
		.modal-content p{
			margin: 0px 0 20px 0;
			font-size: 12px;
		}
		.modal-content p.input-label{
			margin-bottom: 10px;
		}
		
		.modal-content input{
			height: 30px;
			width: 254px;
			padding: 0 3px 0 3px;
			margin-right: 10px;
			border: 1px solid #666666;
		}
		
		.modal-content button{
			margin: 0px 0 0px 0;
			color: #FFFFFF;
			height: 25px;
			width: 80px;
			background-color: #053D7A;
			text-transform: uppercase;
			border: none;
			font-size: 12px;
			cursor: pointer;
		}
			.modal-content button.blue{
				background-color: #053D7A;
			}
