#trip-results-container {
    width:715px;
    margin:20px auto 200px auto;
}

.trip-results-top {
	background-color: #89b000;
	width:715px;
	height:1px;
	margin-top: 15px;
}

.trip-results-middle {
	width:673px;
	padding:20px;
	background-color: white;
	border-left: 1px #89b000 solid;
	border-right: 1px #89b000 solid;

}

.trip-results-bottom {
	background-color: #89b000;
	width:715px;
	height:1px;
}

.trip-name {
	font: bold 18px;
	text-transform: uppercase;
	color: #3c3717;
	text-decoration: none;
}

.trip-name a {
    color:#3c3717;
}

table.trip-results-table {
    width:570px;
}

.price-box {
    padding-right:20px;
    text-align:right;
}

.cad-price-display, .usd-price-display {
    font-size:20px;
}

h3.header {
    font-size:1.8em;
}

h3.subheader {
    color:#3c3717;
    margin:15px 0 20px 15px;
}

h3.subheader a {
    color:#3c3717;
    text-decoration:underline;
}

p.search_fields {
    margin:10px;
    padding-left:30px;
    clear:both;
}

div.search_fields ul li{
    padding-left:30px;
    list-style-type:none;
}

.trip-results-middle label {
    width:120px;
    display:block;
    float:left;
}

#id_start_date, #id_finish_date {
    background:white url(/media/images/calendar.gif) no-repeat right;
    cursor:pointer;
}

