#RequestForm {
	max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 767px) {
	#RequestForm label {
		display: none;
	}
}
#RequestForm button {
    width: 100%;
}
.reg01 {
	font-weight: bold;
	height: 28px;
	padding-bottom: 2px;
	vertical-align: bottom;
}
.reg02 {
	background-color: #f24b17;
	color: #ffffff;
	padding-right: 20px;
	text-align: right;
	width: 160px;
}
.reg03 {
	text-align: right;
}
.reg04 {
	border-color: #777777;
	border-style: solid;
	border-width: 1px;
	padding-left: 5px;
	width: 250px;
}
.reg05 {
	width: 100%;
	border-color: #777777;
}
.reg06 {
	border-color: #777777;
	border-style: solid;
	border-width: 1px;
	height: 100px;
	padding-left: 5px;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #6e4a39;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-Color: #ffffff;
	width: 250px;
}
.reg08 {
	padding-left: 14px;
	padding-right: 14px;
	vertical-align: top;
}
.reg09 {
	height: 20px;
	width: 134px;
}
.reg10 {
	background: #ff7308;
	cursor: pointer;
	float: right;
	font-size: 14px;
	line-height: 17px;
	height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.14);
	padding: 7px 8px;
	margin: 0;
	border: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.reg10:hover {
	background: #3291f4;
}
.reg10:active {
	background: #1163b9;
}
