/*************************************************************************************** small screen */
	#ContactUsLeft {
		display:none;
	}

	#ContactUsRight {
		width:100%;
	}

	#ContactUsBottomWrapper {
		display:block;
	}

/*************************************************************************************** medium screen */
@media screen and (min-width: 500px) {
	#ContactUsLeft {
		display:none;
	}

	#ContactUsRight {
		width:100%;
	}

	#ContactUsBottomWrapper {
		display:block;
	}
}

/*************************************************************************************** large screen */
@media screen and (min-width: 875px) {
	#ContactUsLeft {
		display:inline-block;
	}

	#ContactUsRight {
		width:50%;
	}

	#ContactUsBottomWrapper {
		display:none;
	}
}


#ContactUsWrapper {
	position:relative;
	top:0px;
	left:0px;
	width:95%;
	max-width:875px;
	
	margin:auto;

	display:flex;
	flex-wrap:wrap;
}

#ContactUsLeft {
	position:relative;
	top:0px;
	left:0px;
	width:50%;
	background-color:rgb(60,60,60);
}

#ContactUsLeftImage {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgb(255,255,255);
}

#ContactUsLeftInfo {
	position:relative;
	top:0px;
	left:0px;
	width:86%;
	margin:auto;
}

.ContactUsLeftInfoLine {
	position:relative;
	top:0px;
	left:0px;
	width:100%;

	font-family: 'gotfontbook', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(255,255,255);
	text-decoration:none;
}
.ContactUsLeftInfoLine a {
	color:rgb(255,255,255);
	text-decoration:underline;
}
.ContactUsLeftInfoLine a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}

#ContactUsRight {
	position:relative;
	top:0px;
	left:0px;
	display:inline-block;
	background-color:rgb(148,148,148);
}

#ContactUsRightFormWrapper {
	position:relative;
	top:0px;
	left:0px;
	width:86%;
	margin:auto;
}

.ContactUsRightInfoLine {
	font-family: 'gotfontbold', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
	color:rgb(255,255,255);
	text-decoration:none;

	line-height:14px;
}
.ContactUsRightInfoLine a {
	color:rgb(255,255,255);
	text-decoration:underline;
}
.ContactUsRightInfoLine a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}

.ContactUsFormInputLineOne {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
}

.ContactUsFormError {
	font-family: 'gotfontbook', sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(255,255,255);
	text-decoration:none;
}

input.ContactFormInput1 {
	border-style:solid;
	border-width:1px;
	border-color:rgb(219,219,219);
	
	width:96%;
	height:35px;

	outline:none;
	
	font-family:'Microsoft JhengHei UI','Microsoft JhengHei', Sans-Serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:rgb(100,100,100);
	line-height:35px;
	letter-spacing:0px;
	text-align:left;

	margin:0px;
	padding:0px 2%;

	-webkit-appearance: none;
}

textarea.ContactFormTextarea1 {
	border-style:solid;
	border-width:1px;
	border-color:rgb(219,219,219);
	
	width:96%;
	height:80px;

	font-family:'Microsoft JhengHei UI','Microsoft JhengHei', Sans-Serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:rgb(100,100,100);
	line-height:13px;
	letter-spacing:0px;
	text-align:left;

	margin:0px;
	padding:10px 2%;

	-webkit-appearance: none;
}

input#ConactFormSubmitButton {
	background-color:rgb(60,60,60);

	border-style:solid;
	border-width:1px;
	border-color:rgb(255,255,255);

	width:137px;
	height:32px;

	outline:none;
	
	font-family:'Microsoft JhengHei UI','Microsoft JhengHei', Sans-Serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:rgb(255,255,255);
	line-height:30px;
	letter-spacing:0px;
	text-align:center;

	margin:0px
	padding:0px;

	cursor:pointer;

	-webkit-appearance: none;
    border-radius: 0;
}

#ContactUsBottomWrapper {
	position:relative;
	top:0px;
	left:0px;
	width:95%;
	max-width:875px;
	
	margin:auto;
}

#ContactUsBottomBase {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	background-color:rgb(60,60,60);
}