body {
	background: none;
	text-align: left;
	margin: 0px;
	line-height: 1.7em;
	font-size: 12px;
	background: #fff;
}

a {
	color: #6e6e6e;
	font-size: 0.9em;
}

a:hover {
	text-decoration: none;
	color: #7c2572;
}

#SubPage {
	margin: 0px;
	min-height: 701px !important;
	width: 100%;
	background: none !important;
}

h4 {
	font-size: 1.2em !important;
	margin: 22px 0 8px 0 !important;
}

p {
	margin: 0.5em 0 !important;
}

#SubPage .appointmentBodyContent {
	padding: 0px;
	width:484px;
	background-color: #fff;
}

#SubPage .formBodyContent {
	padding: 0px 0 50px 0;
}

#SubPage .message {
	color: #7c2572;
	background-color: #fff;
	text-align: center;
	padding: 25px;
}

#SubPage form {
	padding: 25px;
	padding-bottom: 0px;
	background-color: #fff;
	margin: 0 !important;
	font-size: 0.95em;
}

#appointment-header {
	height: 105px;
	background: transparent url(../images/logo_2010.gif) no-repeat 90% 50%;
	border-bottom: 1px solid #8785AF;
}

#appointment-footer {
	height: 104px;
	width: 484px;
	background: url(../images/appointment-footer.png) no-repeat;
}

#close-button {
	display: block;
	text-align: right;
	background: #dbe9ed;
	padding: 10px;
	padding-top: 0px;
	text-transform: uppercase;
	color: #4f4f4f;
	text-decoration: none;
}

#close-button:hover {
}

.appointment-submit {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.right-column {
	float: right;
	text-align: right;
	margin-left: 10px;
	margin-top: 0px;
	width: 48%;
}

.left-column {
	text-align: right;
	margin-right: 10px;
	width: 48%;
}

span.required {
	font-size: 1.1em;
	color: #7c2572;
}

.text {
	width: 150px;
}

textarea {
	width: 100%;
}

label {
	margin-right: 5px;
}

label.even {
	padding-left: 15px;
}

.errors {
	margin-top: 25px;
	padding: 10px;
}