/* survey */
#contentLeft #survey{
	float:left;
	margin:0px 15px 0 15px;
	_margin:0px 7px 0 7px;
	height:19px;
	width:123px;
	border-top:solid 1px #7F7F7F;
	padding-top:6px;
	display:block;
}
#contentLeft #survey ul{
	margin:Opx;
	padding:0px;
	display:inline;
}
#contentLeft #survey ul li{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#contentLeft #survey ul li a{
	width:20px;
	height:19px;
	text-decoration:none;
	float:left;
}
#survey #surv1, #survey #surv2, #survey #surv3, #survey #surv4{
	width:129px;
	color:#FFF;
	position:absolute;
	top:140px;
	left:0px;
	height:71px;
	float:left;
	padding: 12px 6px 6px 18px;
	font-size:0.70em;
}
#survey #surv1{
	background-color:#171411;
	visibility: hidden;
}
#survey #surv2{
	background-color:#540505;
	visibility: hidden;
}
#survey #surv3{
	background-color:#A80A0A;
	visibility: hidden;
}
#survey #surv4{
	background-color:#FF0F0F;
	visibility: hidden;
}
#survey #surv1 .value, #survey #surv2 .value, #survey #surv3 .value, #survey #surv4 .value{
	color:#FFF;
	position:absolute;
	top:56px;
	left:18px;
	height:20px;
	float:left;
	font-size:1.8em;
	font-weight:bold;
}
#survey #surv1 .arrow, #survey #surv2 .arrow, #survey #surv3 .arrow, #survey #surv4 .arrow{
	position:absolute;
	top:89px;
	_top:81px;
	left:79px;
	height:6px;
	width:12px;
	float:left;
	background:url(../images/survey_arrow.gif) left bottom no-repeat;
	background-color:#171411;
}
#survey #surv2 .arrow{
	left:59px;
	background-color:#540505;
}
#survey #surv3 .arrow{
	left:39px;
	background-color:#A80A0A;
}
#survey #surv4 .arrow{
	left:18px;
	background-color:#FF0F0F;
}
.note1, .note1:hover{
	background:url(../images/survey1.gif) top left no-repeat;
}
.note2, .note2:hover{
	background:url(../images/survey2.gif) top left no-repeat;
}
.note3, .note3:hover{
	background:url(../images/survey3.gif) top left no-repeat;
}
.note4, .note4:hover{
	background:url(../images/survey4.gif) top left no-repeat;
}
/*.note1:hover, .note2:hover, .note3:hover, .note4:hover{
	background-position:bottom left;
}*/
