.b-modal{
  background-color: #282828 !important;
}
.modal { 
    font-size: 14px;
    color: #898989;
    display: none; 
    background: url(../images/modal.jpg) no-repeat;
    width: 449px;
    height: 449px;
    font-style: italic;
    box-shadow: 0 0 27px #555;
}
.modal h3{
  color: #232526;
  font: 32px 'roboto-thin';
  text-align: center;
  /*background: #c0bbcc;*/
  line-height: 57px;
  /*margin: 0 0 38px 0;*/
  text-transform: uppercase;
}
.modal input, .modal textarea{
  color: #a0a0a0;
  width: 393px;
  height: 27px;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 0 0 0 5px;
  font-style: italic;
  font-size: 12px;
  border: none;
}
.modal textarea{
  border-radius: 5px;
}
.modal textarea{
  height: 136px;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.modal p{
  margin: 0 0 15px 30px;
}
.b-close{
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: -60px;
    width: 62px;
    height: 62px;
    background: url(../images/close2.png) no-repeat;
}
.b-close:hover{
	background-position: 0 -68px;
}
.modal .sendInfo, .modal .sendReq{
  width: 143px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  border-radius: 25px;
  box-shadow: none;
  font: bold 20px 'Arial';
  color: #fff;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.modal .sendInfo:hover{
	background: rgba(115, 128, 134, 0.5);
}


