/*************************************************************************************************/
/**************************************************************************************** footer */

/********************************************** FooterFont-2-en */
.FooterFont-2-en {
	font-family: 'Times New Roman', Times, serif;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:rgb(165,165,165);
}

/********************************************** FooterFont-3-en */
.Font-WU-TO-WU-en {
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:2px;
	color:rgb(255,255,255);
}
.Font-WU-TO-WU-en a {
	color:rgb(255,255,255);
	text-decoration:none;
}
.Font-WU-TO-WU-en a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}

/********************************************** FooterCopyright-en */
.FooterCopyright-en {
	font-family: 'Arial', sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
	color:rgb(255,255,255);
	-webkit-text-size-adjust:none;
}

/********************************************** SignUpInput */
input.SignUpInput {
	border-style:solid;
	border-width:0px;
	border-color:rgb(255,255,255);
	
	width:334px;
	height:42px;

	outline:none;
	
	font-family: 'Belleza', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:rgb(18,18,18);
	line-height:42px;
	letter-spacing:1px;
	text-align:left;

	margin:0px;
	padding:0px 10px;
}

/********************************************** SignUpButton */
input#SignUpButton {
	background-color:transparent;

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

	width:158px;
	height:42px;

	outline:none;
	
	font-family: 'Belleza', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:rgb(255,255,255);
	line-height:42px;
	letter-spacing:2px;
	text-align:center;

	margin:0px
	padding:0px;

	cursor:pointer;

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

/**************************************************************************************** footer */
/*************************************************************************************************/