/*********************************************** 
 
 CSS for Disney Ticket Widget

 Trapeze Media Ltd., Toronto, Ontario, Canada

 Version: DTW 0.1.0  

 From: June 2, 2005  
 
************************************************/
body{
    background-color: white;
}
#ticketTable{
    width:500px;
    position:relative;
    top: 0px;
    border: 0px solid black;
    border-collapse: collapse;
}
#ticketTable td{
   	background-repeat: no-repeat;
}
.ticketwidget {
	position: relative;
    width: 450px;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: -15px;
	color: #FFFFFF;
}

.ticketwidget2 {
	position: relative;
    width: 450px;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: -15px;
	color: #FFFFFF;
}

.ticketwidget3 {
	position: relative;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: -15px;
	color: #FFFFFF;
    width: 450px;
}

.findbutton {
	clear: both;
}

.findbutton2 {
	clear: both;
}

.findbutton3 {
	clear: both;
}

.findbutton4 {
	clear: both;
}
#ZIPCode, #City {
    width: 140px;
    height: 30px;
    background: #fff;
    border: 1px solid #afafaf;
    line-height: 2em;
    margin: 0;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

