﻿/* validate start */

label.error {
	/*background :url("images/Wrong.png") no-repeat 0px 0px;*/
	padding-left: 20px;
	color: #EA5200;
	padding-bottom: 6px;
	margin-bottom: 2px;
	font-size: 12px;
}

label.checked {
	/*background:url("images/Correct.png") no-repeat 0px 0px; */
}

label.checked1 {
	background: none;
}

.box_bk .tbg01 {
	font-size: 16px;
	font-weight: bold;
}

.rbox_nr .centerText {
	font-size: 16px;
	font-weight: bold;
	min-height: 170px;
	padding-top: 30px;
	text-align: center;
}

.centerTextnew {
	font-size: 16px;
	min-height: 170px;
	padding-top: 30px;
	text-align: center;
}

.apply_type span {
	float: left;
	display: none;
}
.word-wrap{
	word-wrap: break-word;
	word-break: break-all;
}