﻿.chatprompt{
	box-shadow:0px 4px 10px rgba(0,0,0,0.2);
	position:fixed;
	right:30px;
	bottom:30px;
	z-index:100;
	background-color: #39B54A;
	border-radius:50%;
	height:60px;
	width:60px;
	cursor:pointer;
	}
	
﻿#modal-overlay {
  background: #000;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}

#modal-container {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
  height: auto;
  padding:0;
  font-family: arial,sans-serif;
  font-size: 14px;
  position: fixed;
  right:30px;
  bottom:0px;
  z-index: 998;
}

#modal-header {
  height: 35px;
  overflow: hidden;
  clear: both;
}

#modal-close {
  background: #fff url('/images/clear.png') no-repeat center center;
  cursor: pointer;
  display: block;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  opacity: 0.6;
  float: right;
  height: 20px;
  width: 20px;
  margin:10px;
}
#modal-close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-filter: alpha(opacity=100);
  opacity: 1.0;
}

#modal-content {
  display: block;
  padding: 0 20px 10px 20px;
  z-index: 999;
}

#modal-container.modal-loading {
  background: #fff url('/images/loading.gif') no-repeat center center;
}

video {
  width: 250px !important; 
  height: auto  !important;
}
