#facebox .b {
  background:url(img/b.png);
}

#facebox .tl {
  background:url(img/tl.png);
}

#facebox .tr {
  background:url(img/tr.png);
}

#facebox .bl {
  background:url(img/bl.png);
}

#facebox .br {
  background:url(img/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 200px;
  left: 0;
  z-index: 100;
  text-align: center;
}

#facebox .popup {
  position: relative;
  top:200px;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
padding-left:10px;
padding-right:10px;
  background: #fff;
  width: 490px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


.mydivP1 {
color:#494949;
font-size:20px;
font-weight:400;
background-image:url(img/phone.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left:40px;
padding-top:5px;
height:35px;
}

.mydivP2 {
color:#040404;
font-size:15px;
font-weight:bold;
}

.mydivP3 {
color:#040404;
font-size:0.7em;
font-weight:bold;
}

.textInput
{
border: 1px solid #7f7f7f;
background: #fff;
color: #7f7f7f;
font-size: 0.9em;
height:30px;
width:300px;
margin-top:15px;
padding-top:6px;
}

.InputBtn
{
margin-top:10px;
border: 1px solid #727272;
background-color:#5a5a5a;
font-size:0.7em;
color:#FFFFFF;
height:20px;
}










