/*
 * Go button
 */
.home_header_go {
	width: 28px;
	height: 22px;
	background-image: url('/_img/buttons/go.gif');
}
.home_header_go_rollover {
	background-image: url('/_img/buttons/go_ro.gif');
}


/*
 * Get Started button
 */
.home_getstarted {
	width: 107px;
	height: 25px;
	background-image: url('/_img/buttons/getstarted.gif');
}
.home_getstarted_rollover {
	background-image: url('/_img/buttons/getstarted_ro.gif');
}



/*
 * Region buttons
 */
.home_RequestInfo_asia {
	width: 119px;
	height: 29px;
	background-image: url('/images/index/btn_asia.gif');
}
.home_RequestInfo_asia_rollover {
	background-image: url('/images/index/btn_asia_ro.gif');
}

.home_RequestInfo_row {
	width: 119px;
	height: 29px;
	background-image: url('/images/index/btn_row.gif');
}
.home_RequestInfo_row_rollover {
	background-image: url('/images/index/btn_row_ro.gif');
}

.home_RequestInfo_europe {
	width: 119px;
	height: 29px;
	background-image: url('/images/index/btn_europe.gif');
}
.home_RequestInfo_europe_rollover {
	background-image: url('/images/index/btn_europe_ro.gif');
}

.home_RequestInfo_la {
	width: 119px;
	height: 29px;
	background-image: url('/images/index/btn_la.gif');
}
.home_RequestInfo_la_rollover {
	background-image: url('/images/index/btn_la_ro.gif');
}


/*
 * Modal-Go button
 */
.home_modal_go {
	width: 61px;
	height: 25px;
	background-image: url('/_img/buttons/modal-go.gif');
}
.home_modal_go_rollover {
	background-image: url('/_img/buttons/modal-go_ro.gif');
}

