﻿.tee_time
{
	float:left;
	width:100%;
	background:url('../images/630x1_blue_edges.gif') repeat-y top left;
	padding:10px 0px;
}
.tee_time ul
{
	padding:10px;
	margin:0px;
	list-style:none;
}
.tee_time li
{	
	padding:0px 0px 20px 0px;	
	*padding:0px 0px 10px 0px;	
	margin:0px;	
}
.tee_time li.course,
.tee_time li.course label
{
	float:left;
	width:310px;
	font-weight:bold;
}
.tee_time li.course select
{
	clear:both;
	padding:0px;
	margin:0px;
	width:300px;
}
.tee_time li.region,
.tee_time li.region label
{
	float:left;
	width:290px;
	font-weight:bold;
}
.tee_time li.region select
{
	clear:both;
	padding:0px;
	margin:0px;
	width:265px;
	margin:0px 0px 0px 10px;
}
.tee_time li.half,
.tee_time li.half label
{
	float:left;
	width:50%;
	font-weight:bold;
}
.tee_time label
{
	font-weight:bold;
}
.tee_time li.quarter
{
	float:left;
	width:20%;
}
.tee_time li.full
{
	float:left;
	width:100%;
}
.tee_time li.full select
{
	margin:0px 10px 0px 0px;
}
