.contentY {
	background: #FFFFFF;
	padding-top: 14px;
	min-height: 150px;
	color: #232323;
}

.c-title {
	text-align: center;
	color: #232323;
	border-bottom: solid 3px #EB3C03;
	width: 100px;
	margin: 0 auto;
}

#content {
	width: 100%;
	color: #000000;
	padding-left: 20PX;
	padding-right: 20PX;
	margin-top: -10px;
}

#content img {
	max-width: 100%;
}


/**loading**/

#progress {
	display: none;
	position: fixed;
	height: 2px;
	background: #66CC33;
	transition: opacity 500ms linear;
	z-index: 999999999;
}

#progress.show {
	display: block;
	opacity: 1;
	width: 0;
}

#progress.done {
	opacity: 0
}

#progress span {
	position: absolute;
	height: 2px;
	-webkit-box-shadow: #66CC33 1px 0 6px 1px;
	/*-webkit-box-shadow: #ACCD3C 1px 0 6px 1px;*/
	-webkit-border-radius: 100%;
	opacity: 1;
	width: 150px;
	right: -10px;
	-webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: .6
	}
}


/**loading**/

#bg {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #DCDCDC;
	z-index: 1001;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}


/**form**/

.span-1 {
	display: block;
	padding-left: 10px;
}

.txtBox_ {
	background: #000099;
	position: relative;
	top: -10px;
}

.radioDiv {
	padding-left: 10px;
	display: table;
}

.radioDiv span {
	display: block;
	float: left;
	margin-top: 3px;
}

.radioDiv {
	margin-top: -12px;
}

.radioDiv label {
	width: 100px;
	float: left;
	margin-top: -10px;
	line-height: 20px;
}

.radioDiv label input {
	position: relative;
	top: 2px;
}


/**form**/