#SpeedingCitationInformation {
	width: 765px;
	margin: auto;
}


.DevNote {
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}
	input, select {
		margin: 0;
		padding: 0;
	}
	.CustomButton, .CustomButton:link, .CustomButton:visited {
    	border: none;
    	color: white;
    	padding: 15px 12px;
    	text-align: center;
    	text-decoration: none;
    	display: inline-block;
    	font-size: 13px;
    	margin: 4px 2px;
    	cursor: pointer;
    	background-color: #031897;
    	-webkit-transition: all 0.2s;
    	transition: all 0.2s;
    	width: 180px;
		margin-right: 2%;
		border: 2px solid #031897;
		box-shadow: 2px 2px 1px gray;
	}
	.CustomButton:Hover {
		background-color: #041369;
		color: white;
		border: 2px solid gray;
		box-shadow: 0 0 0;
	}
	#Result {
		color: red;
	}
	.Invisible {
		display: none;
	}
	#txtMySpeedError {
		display: none;
	}
	#info {
		height: 645px;
	}
	.InputLabel {
		text-align: right;
		padding-right: 1em;
	}