.surveyApp {width:640px; height:400px; *position:relative; background:url(../i/surveyAppBg.jpg) no-repeat;}
	.surveyApp .block {width:640px; height:400px; *height:auto; *position:absolute; *top:50%; *left:0; text-align:center;}
	.surveyApp .block:before {content: ''; display:inline-block; height:100%; vertical-align:middle; margin-right:-0.25em;}
	.surveyApp .bubble {width:345px; min-height:200px; display:inline-block; margin-bottom:40px; position:relative; *top:-50%; background:#000; border:2px solid #d3d3d3; border-radius:30px; vertical-align:middle;}

	.surveyApp .bubble em {width:47px; height:44px; position:absolute; bottom:-40px; right:30px; background:url(../i/surveyAppScape.png) no-repeat;}
	
	.surveyApp .bubble .wrap {width:345px; height:100px; *position:relative;}
	.surveyApp .bubble .quiz {width:345px; height:100px; *height:auto; *position:absolute; *top:50%; *left:0; text-align:center;}
	.surveyApp .bubble .quiz:before {content: ''; display:inline-block; height:100%; vertical-align:middle; margin-right:-0.25em;}
	.surveyApp .bubble .quiz strong {width:345px; display:inline-block; *position:relative; *top:-50%;  font-family: 'akzidenzxbc'; font-size:30px; color:#d3d3d3; font-weight:normal; line-height:32px; *line-height:35px; vertical-align:middle;}
	
	.surveyApp .bubble ul {width:100%; display:inline-block; text-align:center;}
	.surveyApp .bubble ul li {width:50%; *width:49%; display:inline-block; margin-bottom:10px; float:left; text-align:center;}
	.surveyApp .bubble ul li a {display:inline-block; margin:0 5px; font-family: 'akzidenzxbc'; font-size:20px; color:#d3d3d3; line-height:24px; overflow:hidden; border-radius:10px;}
	.surveyApp .bubble ul li a span {display:inline-block; padding:4px 12px; *position:relative; background:-webkit-gradient(linear, left top, left bottom, from(#333333), to(#1f1f1f)); background:-moz-linear-gradient(top, #333333, #1f1f1f); background:-o-linear-gradient(rgb(51,51,51),rgb(31,31,31)); background:-ms-linear-gradient(top, #333333 0%, #1f1f1f 100%); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c333333', endColorstr='#c1f1f1f');}
	.surveyApp .bubble ul li a:hover span {background:-webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#333333)); background:-moz-linear-gradient(top, #1f1f1f, #333333); background:-o-linear-gradient(rgb(31,31,31),rgb(51,51,51)); background:-ms-linear-gradient(top, #1f1f1f 0%, #333333 100%); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c1f1f1f', endColorstr='#c333333');}	




