﻿/**
 * Survey Callout
 * Version 3.2
*/

/* This div determines the positioning of the callout */

#surveyTarget {
position:absolute;
padding: 2px;
width: 620px;
z-index: 1000000;
}

#survey_callout{
	width: 395px;
	position: absolute;
	top: 25px;
	left: 410px;
	z-index: 1000000;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #ffffff;
}
#survey_callout_box{
	width: 360px;
	background: #FFF;
	padding: 5px;
	float: left;
}
#inner_box{
    border: 1px solid #1A0070;
	padding: 15px;
	font-size:11px;
	height: 235px;	
}
#inner_box h3{
  	font-size: 14px;
  	font-weight: normal;
	font-family: verdana, helvetica, sans-serif;
	color: #b30b0b;
	margin:0px;
	padding:5px 0px 5px 0px;
}
#inner_box p{
	font-size: 12px;
 	font-family: verdana, helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	color: #000;
}

#inner_box input{
	margin:15px 0px 0px 0px;
}

#inner_box .survey_nav{
	margin: 15px 0 30px 0;
}

#survey_logo {
text-align: left;
margin: 19px auto 5px auto;
}

/* if more space is need vertically a new cut of the callout_shadow_right.png has be done. */

/* Drop Shadow for IE6 */

#survey_callout_box_right{
	height: 268px;
	width: 25px;
	margin-top:9px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Style%20Library/images/survey/callout_shadow_right3.png',sizingMethod='scale');
	background: url('/Style%20Library/images/survey/callout_shadow_right3.png') no-repeat;
	float: left;
}
#survey_callout_box_btm{
	height: 21px;
	width: 364px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Style%20Library/images/survey/callout_shadow_bottom.png',sizingMethod='scale');
	background: url('/Style%20Library/images/survey/callout_shadow_bottom.png') no-repeat;
	float: right;
	margin-left:0px;
	
}

/* Drop Shadow for IE */
*html #survey_callout_box_right{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Style%20Library/images/survey/callout_shadow_right3.png',sizingMethod='scale');
	background: none !important;
}
*html #survey_callout_box_btm{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Style%20Library/images/survey/callout_shadow_bottom.png',sizingMethod='scale');
	background: none !important;
}