
html,
body {
    height: 100%;
}

.container-box
{
	display:inline-block;
	padding:10px;
	background: rgba(255, 255, 255);
	border: 1px solid #fff;
	position: fixed;
  	top: 55%;
  	left: 0;

}

.modal-content
{
	background: rgba(255, 255, 255);
}

.close{
  background-color: none;
  background: none;
  border:none;

}
.send_button{
  background-color: #55B;
  border-radius: 3pt;
  border: none;
  padding:13pt;
  color:white;
}
