#sub-make-appointment span {
	font-size: 7.5pt !important;
}

#real-content {
	margin-top: 40px;
	min-height: 300px;
}

#contact-details {
	float: left;
	width: 350px;
	text-align: center;
	line-height: 26px;
	margin-left: 30px;
}

#company, #phone-label, #fax-label, #hours-label {
	font-weight: bold;
	color: #551A8B;
}

#map-container {
	float: left;
}
#map {
	width: 365px;
	height: 253px;
}
.map-link {
	padding-left: 70px;
}
.map-ref {
	top: 10px;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 40px;
	text-decoration: none;
	position: relative;
}
.map-ref img {
	border: none;
}

#sent {
	color: #069;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
#sent span {
	font-size: 16pt;
}

/* Most of Below for Appointment Page */
#notice {
	width: 500px;
	margin: 20px 0 0 44px;
}
#notice > p + p {
	text-align: right;
}
#notice #title {
	color: #069;
	font-weight: bold;
}
.people-float {
	top: 120px;
	left: 600px;
	position: absolute;
}
#setup-appointment {
	width: 1100px;
	overflow: hidden;
	font-size: 9pt;
	font-family: verdana;
	margin-bottom: 30px;
	/*height: 300px;*/
}
#setup-appointment ul {
	padding: 0;
	list-style: none;
}
#setup-appointment ol {
	color: #75B822;
	font-size: 13pt;
	font-weight: bold;
	/*font-family: Georgia;*/
}
#setup-appointment ol li ul {
	color: #000;
	font-size: 10pt;
	font-weight: normal;
}
#setup-appointment ol li ul li ul {
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 25px;
}
#setup-appointment ol li ul li ul li {
	padding-right: 5px;
}
#setup-appointment ol li ul li {
	padding-bottom: 5px;
}
#place li, #individual-information #service li, #computer li {
	float: left;
}
#individual-information {
	width: 250px;
}
#problem-description {
	width: 300px;
}
#when {
	width: 250px;
}
#when ul > li + li {
	margin-left: 50px;
}
#individual-information, #problem-description, #when {
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}
#calendar {
	width: 75px;
	height: 83px;
	display: block;
	margin: 15px 0 15px 60px;
	background: transparent url(/images/misc/calendar.png) no-repeat 0 0;/*-83px;*/
}
#done-check {
	float: left;
	width: 21px;
	height: 18px;
	background: transparent url(/images/icons/check_b.png) no-repeat 0 0;/*-18px;*/
}

.sub {
	font-size: 8pt;
}
textarea[name="computer-description"] {
	width: 250px;
	height: 70px;
}
textarea[name="note"] {
	width: 250px;
	height: 150px;
}
textarea {
	width: 175px;
	border: 1px solid;
}
input[type="image"] {
	float: left;
	margin-right: 20px;
}
input[type="text"] {
	width: 175px;
	border: 1px solid;
}
input[name="time"], input[name="when"] {
	width: 100px;
}
li #submit {
	margin-top: 15px;
}

#sub-menu {
	width: 305px;
}

hr {
	width: 60%;
	border: none;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #658BAB;
}
