#deliveryService_intro, #steps {
    width: 729px; /* plus 27px padding = 756px */
    padding: 35px 0 20px 27px;
}

#deliveryService_intro {
    background: url("/html/image/delivery_service/truck_background.jpg") bottom no-repeat;
}

#deliveryService_intro p, #deliveryService_intro h1 {
    width: 466px;
}

#deliveryService_intro h1 {
    /* h1 is an image */
    margin-bottom: 15px;
    height: 22px;
}

/* make room for "steps" graphic */
#mainContent {
    padding-top: 0;
}

#moreInfo {
    background: url("/html/image/delivery_service/map.jpg") top right no-repeat;
    min-height: 278px;
    padding-right: 300px;
    margin-bottom: 15px;
}

#moreInfo h2 {
    padding-top: 10px;
}

.launchButton {
    float: left;
    width: 182px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
}

.launchButton img {
    margin-bottom: 5px;
}


#registrationForm {
	background-color: #FFFFFF;
	margin:auto;
	padding: 14px;
	border: 2px solid #636231;
	height: 280px;
	width: 400px;
}
