#submitBookRequest
{
	background-color: #A6FFA6
}

#cancelBookRequest
{
	background-color: #FFA6A6
}

.legalTextHeader
{
	margin: 0 0 5px 0;
	font-weight: bold;
	text-decoration: underline
}

.requestBookingWrap
{
	width: 1000px;
	margin: 0 auto 100px auto;
	padding: 0;
}

.inner_page
{
	min-height: auto !important;	/* prevent form from being pushed down by page header */
}

fieldset.moveForm
{
	background-color: #FFF;
	padding: 0 10px 10px 10px;
}

fieldset.moveForm legend
{
	color: #864B5D;
	font-size: 17px;
	font-weight: bold;
	padding: 10px;
}

fieldset.moveForm select, fieldset.moveForm option, fieldset.moveForm input, fieldset.moveForm textarea
{
	color: #000;
}

fieldset.moveForm input { padding: 3px 2px; }

fieldset.moveForm textarea {margin-top: 4px; }

fieldset.moveForm td
{
	font: 14px/21px Arial,Helvetica,sans-serif;
	padding: 0 5px;
}

fieldset.moveForm table { margin-top: -10px;}

fieldset.moveForm table tr td
{
	vertical-align: top;
}

fieldset.moveForm table tr td:nth-child(1)
{
	font-weight: bold;
}

table.moveOffer tr td:nth-child(1)
{
	width: 20%;
}
table.moveOffer tr td:nth-child(2)
{
	width: 80%;
}

.moveFormInstructions .legalTextWrap
{
	overflow-y: scroll;
	width: 660px;
	height: 450px;
	margin: 10px auto;
	border: 3px solid #c0c0c0;
	padding: 5px;
}

.moveFormInstructions .dialogWrap
{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.moveFormInstructions .buttonWrap
{
	margin: 10px;
}

.moveFormInstructions .buttonWrap button
{
	font-size: 16px;
	margin: 5px 10px;
}

.moveFormInstructions
{
	border: 1px solid #c0c0c0;
	margin: 10px 0;
	padding: 10px;
	min-height: 200px;
}

.moveFormInstructions ul
{
	width: 70%;
	margin: 0 auto;
	list-style: none;
}

.moveFormInstructions ul li
{
	padding: 10px;
}
