﻿#tour-info-container {
	width: 600px;
	border: 1px #e4e8f1 solid;
	background-color: #e4e8f1;
	background-image: url('/recruit/graphics/background-gradient.gif');
	background-repeat: repeat-x;
	background-position: 0px -75px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

#tour-info {
	margin: 10px 10px 10px 10px;	
}

.form-table {
	margin-left: auto;
	margin-right: auto;
}

.form-table tr, .form-table td, .form-table th {
	border: 0px #ff0000 none;
}

.form-table th {
	text-align: right;
}

#TelephoneError {
	display: none;
	color: #ff0000;
}

