/*****************************************************************************************
//
//	Interaction redesign 
//	DATE: 05-APR-07
//	VERSION: 1.0
//
//****************************************************************************************/

#icon,#caption,#footer,#qFrame #notes {

	display:inline-block; 
}

#qFrame {width:70%; position:relative; left:-30px;}

#footer {width:100%;}
#notes {width:70%; text-align:center;}

#caption,#icon {float:right}

#caption {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9D0C0C;
	font-size: 15px;
	font-weight: bold;
	border: 0px none #FFFFFF;
	text-align:left;
	float:left;
	text-indent:95px;
}

#question {
	float:right;
	border: 1px solid #4E7FD4;
	border-left: 15px solid #4E7FD4;
	line-height: 14px;
	background-color: white;
	background-image: url(../images/interactions/qFrameBG-tall.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	padding-top:5px;
	text-align:left;
}

#question input {
	background-color:#FFFFFF;
	border:solid 1px #999999;
}

.btn, .btnOff { 
	cursor:pointer;
	color:#333;
	font-weight:normal;
	padding: 3px 1px;
	background:url(../images/interactions/btn.gif) repeat-x left top;
	font-size: 14px;
	border:solid 1px #999999;
}

.btnOff { 
	cursor:default;
	color:#333;
	font-weight:normal;
	padding: 1px 1px;
	background-image:none;
	background-color:#BBBBBB !important;
	font-size: 14px;
}

.inputStyle {
	background: #FFFFFF;
	border: 1px solid #4E7FD4;
}
#question {width:80%; overflow:visible;}

img.icon {float:right; display: block; position: relative; left: 15px; top: 5px;}

#footer { 
	clear:both;
	text-align:left;
	padding-left:110px;
	padding-top:5px;
}

