#conversationContainer {
    left: 50px;
    position: absolute;
    top: 500px;
	z-index:999;
}

.converationBox {
	float: left;
    left:0px;
	top:0;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
	max-width: 240px;	
	font-size: 15px;
	background:#ffc95a;
}

#speechpointer{
	float: right;
    position: relative;
}
#speechpointer img{
	width:33px;
	

}
.instText{
	color:#e36f1e; font-size:14px; font-style:italic;
	position:relative;
}
.instText a{
	color: #e36f1e;
}

.instText a:hover{
	color: #e36f1e;
}
.leftarrow{
	margin:-61px -25px 0 0 ;
}
.rightarrow{
	margin:-101px 0px 0 0 ;
}
.clear{
	clear:both;
}

button[disabled],button[disabled]:hover{
    background:#989898;
    border: medium none;
	font-size: 15px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
	float:right;
	text-shadow:none;
	color:#ccc;	
	cursor: default;
}

.btn{
	background:#e4701f;
    border: medium none;
	font-size: 15px;
    padding: 7px 15px !important;
    text-align: center;
    text-transform: uppercase;
    width: auto;
	float:right;
	color:#fff;


}
.btn:hover{
	background:#CDCDCD;
    border: medium none;
	font-size: 15px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
	float:right;
	color:#393939;
	cursor: pointer;

}
.text-center{
	text-align:center;
}
.text-italic{
	font-style:italic;
}
 .clearfix{
	clear:both;
 }
.pull-left{
	float:left; 
 }
.pull-right{
	float:right; 
 }
 .popupOverlayPagelevel{
	display: none; 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 3;
	background: none repeat scroll 0 0 #000;
    opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
	filter: alpha(opacity=0.5);
}

 .popupOverlayPagelevel3{
	display: none; 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:999;
	background:url(../../images/blankbg.png) repeat 0 0 ;
   	

}


.popupheader{
    background-color: #00a4e4;
    border-bottom: 1px solid #ffffff;
    height: 38px;
    width: 100%;
}
.pagelevelshowPopupCSS {
  background-color: #ffffff;
    border: 1px solid #ff0000;
    height: auto;
    left: 0;
    margin: -397px auto 0;
    min-height: 243px;
    padding-bottom: 0;
    position: relative;
    width: 467px;
    z-index: 9999;
}
.pagelevelbody {
     background: none repeat scroll 0 0 #efefef;
    margin: 41px 0 0;
	position:absolute;
	left:0px;
	top:0px;
}
.pagelevelbodyinner {
   height: 180px;
    overflow: auto;
    padding: 10px 15px;
}
.popupheader h2 {
	color: #ffffff;
    float: left;
    font-size: 16px;
    padding: 11px 12px;
    position: absolute;
}
.closepopup {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding-top: 9px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 1px;
    width: auto;
}