.hidden{
display:none;
}
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}

#boxes .window {
  position:absolute;
//  width:440px;
//  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}


#call_form {
      position: relative;
    top: 100px;
    left: 300px;
      width: 222px;
    height: 300px;
    background: url('/data/recall/form_img/form_bg.png') top left no-repeat;
  }
  #call_form p {
      font-family: Tahoma;
    font-size: 12px;
    color: #292b2c;
    position: absolute;
    left: 15px;
    top: 18px;
    margin-top: 0px;
  }
  #call_form #inp {
    position: absolute;
    left: 15px;
    top: 75px;
  }
    #call_form #inp input {
      height: 17px;
    width: 180px;
    margin-bottom: 10px;
  }
  #call_form #inp textarea {
      height: 60px;
    width: 180px;
  }
  #call_form #inp input, #call_form #inp textarea {
      font-family: Tahoma;
    font-size: 11px;
    color: #676b6d;
  }
  #call_form #cross {
    position: absolute;
    right: 45px;
    top: 7px;
        cursor: pointer;
  }
  #call_form #buttons {
      position: absolute;
    top: 255px;
    left: 7px;
      display: block;
      float:left;
  }
  #call_form #buttons a {
      display: block;
  }
  #call_form #buttons a#send {
    margin-right: 8px;
      width: 100px;
    float: left;
  }
  #call_form #buttons a#cancel {
      width: 90px;
    float: left;
  }
  #call_form a img {
      border: 0px;
  }
  #modal_bg {
      background: gray;
    position: absolute;
    left: 0px;
    top: 0px;
  }


#call_form button{
	border: none;
	padding: 0px;
	margin: 0px;
	background:none;
	float: left;
	margin-left: 6px;
}


#boxes2 {
	display:none;
	width: 80%;
	height:80%;
}

#boxes2 .window2 {
  position:fixed;
  z-index:9999;
  padding:20px;
  width: 80%;
  height:80%;
}

#call_form2 {
    position: relative;
	top:0px;
	left:0px;
	background-position:center;
    width: 100%;
	height:100%;
	background-color:#e6e8e9;
  }

 #cross2 {
    position: absolute;
    right: 45px;
    top: 7px;
        cursor: pointer;
  }
