@CHARSET "UTF-8";

.tableWrap {
	padding-top: 0px;
}

div.blank {
	height: 15px;
}

p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

p span {
	line-height: 1.3;
	font-size: 90%;
}

input.textbox {
		max-width: 186px;
		width:92%;
	}

div.error {
	margin: 0px 0px 15px 0px;
}

#commonContent .center {
	text-align: center;
	padding-bottom: 40px;
}

#errBox {
	padding: 3%;
	width: 600px;
	background: rgb(248, 248, 248);
	background-image: linear-gradient(-90deg, rgb(248, 248, 248) 0%,
		rgb(240, 240, 240) 100%);
	color: red;
}

.contentErr {
	margin-top: 5% !important;
	padding-left: 7% !important;
	padding-right: 7% !important;
	min-height: 200px !important;
}

@media only screen and (max-width:640px) {
	h3:last-child {
		margin-bottom: 25px;
	}
	#content {
		padding-bottom: 0px;
	}
	div.error {
		margin: 25px 0px 15px 0px;
	}
}

@media only screen and (max-width:593px) {
	h3:last-child {
		line-height: 24px;
	}
}

@media only screen and (max-width:458px) {
	#wraptext {
		word-wrap: break-word;
		line-height: 15px;
	}
}

@media only screen and (max-width:458px) {
	#wraptext {
		word-wrap: break-word;
		line-height: 15px;
	}
}

@media only screen and (max-width:360px) {
	#wraptext {
		word-wrap: break-word;
		line-height: 15px;
	}
}