botmtext{ color: #9C9C9C; text-decoration:none; }
a.botmtext{ color:#ff3333; cursor:pointer; text-decoration:none; }

#botmblock	{
width:960px;
text-align:left;
color: #555555;
}
#botmblock a {color:#ff3333;text-decoration: none}
#botmtext a:active {color:#ff3333;text-decoration: none}
#botmblock a:hover {color:#ff3333;text-decoration: none}
botmtext:link {color:#ff3333;text-decoration: none}

#btmDisclaimer {
	text-align:left;
	width:700px;
	color:#9C9C9C;
	font-size:11px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:20px;
}

div.textContainer {
	height:76px;
}
	.textContainer div {
		float:left;
	}

.txtMedOrange {
	font-family: arial;
	color:#F04F26;
	font-size:80px;
}

.txtTimeWhere {
	font-family: arial;
	color:#000000;
	font-size:36px;
	line-height:30px;
}

input, textarea, select {
    border: 1px solid #C0C0C0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.2);
    color: #B8B8B8;
    font-family: Arial;
    font-size: 25px;
    height: 23px;
    padding: 5px;
}
input:focus {
    color: #000000;
}    
button.dslButton {
	cursor:pointer;
	margin-top:30px;
	height:50px;
	width:300px;
	font-family: Arial;
	font-size: 34px;
	color: #ffffff;
	padding: 7px 0px;
	background:#ee3625;
	background: -moz-linear-gradient(
		top,
		#e44f44 0%,
		#b8433d 50%,
		#a8211a 50%,
		#7a1618);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e44f44),
		color-stop(0.50, #b8433d),
		color-stop(0.50, #a8211a),
		to(#7a1618));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e44f44', endColorstr='#7a1618');
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #B42825;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(192,45,40,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(192,45,40,1);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.5),
		0px 1px 0px rgba(255,255,255,1);
}
	button.dslButton {
		margin-top:0px;
		margin-bottom:7px;
		height:50px;
		width:300px;
		font-size: 20px;
	}