.prd-details{
    width: 720px;
    background: url("../images/defaut/slider_tail.gif") repeat scroll 0 0 #121619;
     display: none;
     min-height:255px;
     border: 10px solid #ffffff;
}
.prd-details:after{
     clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.image-wrap{
    width: 250px;
    float: left;
}
.prd-image{
    float: left;
    height: 220px;
    width: 220px;
    border: 4px solid #ddd;
    margin-top: 5px;
    margin-left: 10px;
    
}
.prd-image img{
    
    margin: 10px;
    height: 200px;
    width: 200px;
}
.prd-contain{
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    width: 430px;
}
.prd-contain:after{
  clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;  
}
.prd-name{
/*   background: none repeat scroll 0 0 #1c64a1;*/
/*    border: 1px solid #fff;*/
border-top:2px solid #ffffff ;
     border-bottom:2px solid #ffffff ;
    color:#ffffff; 
    font-family: DroidSans;
    font-size: 24px;
    font-weight: 600;
    padding: 5px 15px;
    position: relative;
}
.prd-description{
   color:#ffffff; 
   font-family:Ubuntu-L;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    padding: 15px;
    text-align: justify;
    margin-top: 3px;
    
}
.b-close span img{
     left: 98%;
    position: absolute;
    top: -32px;
}

/*css for form*/
.booking-form{
    width: 610px;
    background-color: #666666;
     display: none;
     min-height:255px;
     border: 10px solid #777777;

}
.booking-form h2{
    height: 40px;
    line-height: 40px;
    background: none repeat scroll 0 0 #1c64a1;
     font-family: DroidSans;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.booking-form:after{
     clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.contac-row
{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.contac-row:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.contact-row-col-lft
{
    float: left;
   font-family: RobotoCondensed-Light;
    font-size:18px;
    height: auto;
    width: 173px;
    margin-right: 10px;
    color: #fff;
    margin-left: 20px;
    font-weight: 600;
}
.separator{
    float: left;
    height: 30px;
    width: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color:#fff;
}
.contact-row-col-rht
{
    float: left;
    font-size:24px;
    font-family:panforte_regular;
    height: auto;
    width: 340px;
}
.contact-row-col-lft:after,.contact-row-col-rht:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
input[type="text"] {

    border: 1px solid #fff;
    height: 30px;
    width: 330px;
    padding-left: 10px;
    font-size: 18px;
    font-family:panforte_regular;
    border: 1px solid #777777;
}
textarea{
    height: 60px;
    width: 330px;
    resize: none;
    border: 1px solid #fff;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #fff;
    font-size: 18px;
    font-family:panforte_regular;
}
input[type="submit"] {
    background-color: #de0037;
    border-color: #d70136 #9d0228 #77021f;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: oswald;
    font-size: 12px;
    font-weight: 800;
    height: 40px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 55px 0 0;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    width: 173px;
    
}
input[type="submit"]:hover{
    background-color: #c30433;

}

