

/* Required field START */

.reqchk-field-block {
    position: relative;   
}

.reqchk-field-block .reqchk-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #F0F0F0;
    border-color: #F0F0F0;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.reqchk-field-block .reqchk-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.reqchk-field-block .reqchk-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.reqchk-field-block .reqchk-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field END */
footer {
	background-image: url(../images/mainpage/mainpage_footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-position: 0px top;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	/*font-family: 'Open Sans', sans-serif;*/
  	font-family: Arial, "����迤暺�", "WenQuanYi Zen Hei", "�暺� Pro", "LiHei Pro",
     "敺株�迤暺��", "Microsoft JhengHei", sans-serif;
  	font-weight: 400; /*Normal*/
  	font-weight: 600; /*Semi-Bold*/
  	font-weight: 700; /*Bold*/
  	font-weight: 800; /*Extra-Bold*/
}
@media(min-width:768px) {
	footer{	
	position:relative;
	top:20px;}
}
.footer {
	margin-top: 20px;
	margin-left: 50px;
	height:25px;
}
.copyright {
	float:left;
	font-size: 80%;
}

.mainheader {
	background-image: url(../images/mainpage/mainpage_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px right;
	height:10px;
	width: 100%;
	clear: both;
}
.trept{
	background-color: #FBFBFF;
}
