/* CSS Document */

#question {
background:#FFFBEF;
padding:10px;
overflow: hidden;
margin-bottom:10px;

}

#question:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #question {
    height: 1em;
    overflow: visible;
}
/**/


#question p {
	background-image: url(/yz/static/images/diag/invtype/q.jpg);
	background-repeat: no-repeat;
	padding-top:0px;
	padding-left:50px;
	min-height:50px;
	height: auto !important;
	height: 50px;
	font-size:40px;
	line-height:130%;
	
	text-align: left;

}




.btn_yes {
	height:75px;
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.jpg);
	background-repeat: no-repeat;
		background-position: -3px -302px;

	width: 205px;
	border:0;
	text-indent:-9999px;
	display:block;
	float:left;
	background-color:#FFFBEF;
}

.btn_yes:hover {
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.jpg);
	background-repeat: no-repeat;
	background-position: -3px -219px;
	border:0;
}

* html .btn_yes {
	padding-left: 300px; 
}

*:first-child+html .btn_yes {
	padding-left: 300px; 
}


.btn_no {
	height:75px;
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.jpg);
	background-repeat: no-repeat;
		background-position: -3px -476px;

	width: 205px;
	border:0;
	text-indent:-9999px;
	display:block;
	float:left;
	background-color:#FFFBEF;

}

* html .btn_no {
	padding-left: 300px; 
}
*:first-child+html .btn_no{
	padding-left: 300px; 
}

.btn_no:hover {
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.jpg);
	background-repeat: no-repeat;
	background-position: -3px -388px;
	border:0;
}


.btn_start {
	height:98px;
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.jpg);
	background-repeat: no-repeat;
	background-position: -3px -0px;
	width: 276px;
	border:0;
	text-indent:-1000px;
	display:block;
		background-color:#FFFFFF;

}

.btn_start:hover {
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.jpg);
	background-repeat: no-repeat;
	background-position: -3px -107px;
	width: 276px;
	border:0;
}


.btn_again {
	height:75px;
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.png);
	background-repeat: no-repeat;
		background-position: -3px -643px;
	width: 205px;
	border:0;
	text-indent:-9999px;
	display:block;
	float:left;
	background-color:#ffffff;
}

.btn_again:hover {
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.png);
	background-repeat: no-repeat;
	background-position: -3px -560px;
	border:0;
}

* html .btn_again {
	padding-left: 300px; 
}

*:first-child+html .btn_again {
	padding-left: 300px; 
}


.btn_back {
	height:75px;
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.png);
	background-repeat: no-repeat;
		background-position: -3px -819px;
	width: 205px;
	border:0;
	text-indent:-9999px;
	display:block;
	float:left;
	background-color:#ffffff;
}

.btn_back:hover {
	background-image: url(/yz/static/images/diag/invtype/bo_invtype.png);
	background-repeat: no-repeat;
	background-position: -3px -731px;
	border:0;
}

* html .btn_back {
	padding-left: 300px; 
}

*:first-child+html .btn_back {
	padding-left: 300px; 
}


h1 {
	font-size: 140%;
	line-height: 1.1;
	color:#FFFFFF;
	background-color: #FFA208;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
}


.section_title {
	display: block;
	color: #FF9900;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 3px;
	margin-top:3px;
}

.section {
	clear: both;
	display: block;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #F6F6EC;
	color: #333;
	font-size: 90%;
	line-height: 1.5;
	padding: 10px;
}

#investor_type p.desc {
	line-height: 200%;
}
#investor_type table.othertype {
	border-collapse: collapse;
	border: 0px solid #ffffff;
}
#investor_type table.othertype td{
	text-align:center;
	border: 0px solid #ffffff;
	padding: 0px 4px 4px 4px;
}
