/* ------------------------------------------------------------------
	General
-------------------------------------------------------------------*/
.btnNoStyle {
	border:none !important;
	background:none !important;
	cursor: pointer !important;
}
.hdgTy1 {
	font-size:3rem;
}
.lineTy1 {
	margin: 30px 0;
	border:none;
	border-top:1px solid #DCDCDC;
}

.errorMsg {
	color:red;
	font-weight: bold;
}
.hideErrorMsg {
	display: none;
}

/* ------------------------------------------------------------------
	Form common
-------------------------------------------------------------------*/
.setScale > div.thanksContent {
	margin:0 auto;
	width:716px;
}
@media only screen and (max-width: 800px) {
.setScale > div.thanksContent {
	width:100%;
}
}
/* ------------------------------------------------------------------
	Other common
-------------------------------------------------------------------*/
.hdgPanel span {
	display:block;
	/*padding:10px 0 0 5px;*/
	font-size:13px;
}
