	body {
		background-color:#000000;
	}

h4 { margin-top: 5px; }
h5 { color: #F60; }
#zip, #zip:focus {
	border:0;
	outline:2px solid #FF6600;
	font-size:22px;
	text-align:center;
	padding:0 5px;
}
input[type="button"] {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
	font-size:14px;
}
input[type="button"]:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	font-size:14px;
}
.campus-desc {
	width:23%;
	float:left;
	margin:4px;
	border:1px solid #ffffff;
	cursor:pointer;
}
.campus-desc table {
	font-size:10px;
}
.campus-desc:hover {
	background-color:#ffffff;
	text-shadow:none;
	color:#000000;
}
.campus-desc-hover {
	background-color:#ffffff;
	text-shadow:none;
	color:#000000;
}
.campus-desc-hover a:link, .campus-desc-hover a:visited {
	text-shadow:none;
	color:#000000;
}
.campus-desc:hover a:link, .campus-desc:hover a:visited {
	text-shadow:none;
	color:#000000;
}
#steps-content, #loading{
	height:520px;
	width:100%;
}
#start-date {
	height: 22px; display:block;
	font-size: 16px;
	text-align:center;
}

p.my_button {
margin-bottom:0;
}
p.my_button {
overflow:hidden;
}
a.my_button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../templates/yt_smoove_lounge/images/my_button.png) no-repeat scroll 0 0;
	display:block;
	margin:auto;
	font-size:120%;
	height:35px;
	line-height:35px;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
	width:120px;
	text-transform:uppercase;
	font-weight:bold;
}
a.my_button:hover {
	background-position:0 -37px;
	color: #ffffff;
}
a.my_button:link, a.my_button:visited {
	color:#ffffff;
}

a.orange_button {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/stories/orange_button.jpg) no-repeat scroll 0 0;
	display:block;
	margin:auto;
	font-size:120%;
	height:58px;
	line-height:35px;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
	width:180px;
	text-transform:uppercase;
	padding-top:12px;
}
a.orange_button:hover {
	background-position:0 -69px;
}
a.schedule-selected {
	background-position:0 -69px;
}
a.orange_button:link, a.orange_button:visited {
	color:#ffffff;
}

/* time selection buttons */
a.orange_button_long {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../images/stories/orange_button_long.jpg) no-repeat scroll 0 0;
	display:block;
	margin:auto;
	font-size:100%;
	height:40px;
	line-height:35px;
	text-decoration:none;
	text-shadow:1px 1px 1px #000000;
	width:250px;
	padding-top:3px;
}
a.orange_button_long:hover {
	background-position:0 -42px;
}
a.time-selected {
	background-position:0 -42px;
}
a.orange_button_long:link, a.orange_button_long:visited {
	color:#ffffff;
}


.schedules-list {
	color:#FFF;
	list-style:none;
	margin:0;
	padding:0;
}
.schedules-list li {
	display:block;
	float:left;
	padding: 3px 10px;
	cursor:pointer;
	width:180px;
}
.schedules-list li .li-1st {
	font-size:16px;
	font-weight:bold;
}
.schedules-list li .li-2nd {
	padding-top:3px;
	font-size:11px;
}

/* table */
.table-details {
	width: 350px;
	margin: 0 auto;
	font-size:14px;
}
.table-details td {
	padding: 3px 5px;
	text-align:left;
}
.table-details input {
	/*background-color:#FFFFFF;
	border:1px solid #FF6600;*/
	border:0;
	color:#000000;
	font-size:11px;
	padding: 2px 3px 0;
	height: 16px;
	font-weight:bold;
	width:170px;
}

.table-details select {
	/*border:1px solid #FF6600;*/
	color:#000000;
	font-size:11px;
	padding: 0;
	font-weight:bold;
	height: 17px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


#payment-methods {
	width:500px; margin:35px auto 0;
}

#or-word {
	font-size:20px; font-weight:bold; color:#ff6600; margin-top:-12px;
}
.input-error {
	background-color:#FFE7CE;
}