#process .errors {
	padding: 5px 0 10px 0;
	width: 94%;
	text-align: left;
}
#process .error {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

#process .left {
	padding-left: 20px;
	width: 400px;
}
#process .right {
	padding-right: 30px;
}
#process .button {
	margin: 10px 0 0 0;
}

#process .buttons {
	padding: 10px 0 10px 0;
}
#process .button {
	width: auto;
	height: auto;
	text-align: right;
}
#process .submitButton {
	padding-top: 3px;
	background: none;
	border: 0;
	width: 110px;
	font: 11px Tahoma, Arial, Sans-Serif;
	color: #fe0002;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}
#process .title {
	padding: 20px;
	font: 14px Tahoma;
	font-weight: bold;
}
#process .address {
	padding-left: 20px;
}
#process .errors {
	padding-left: 20px;
}
#process .error {
	color: #fe0002;
	font-weight: bold;
}
#process .accept {
	padding-left: 20px;
}
#process .accept input.checkbox {
	margin-right: 7px;
	position: relative;
	top: 2px;
}
#process .notes {
	padding-bottom: 10px;
	padding-left: 20px;
}
#process .finalButton {
	margin-top: 20px;
	margin-left: 20px;
}
#process .msg {
	border: 1px solid #d5d5d5;
}
#process .statusMessage {
	padding: 20px;
	font: 1.4em Tahoma, Arial;
}
#process .forwardButton {
	margin-bottom: 20px;
	text-align: center;
}
#process .forwardButton a {
	font: 1.4em Tahoma, Arial;
	color: #fe0002;
}

