
/* Popups CSS  */

.infoRequestTop, .bookingRequestTop {
height:175px;
background-image:url(../images/popup/info-request/info-request-top.png);
background-repeat:no-repeat;
padding:40px 10px 0px 20px;
width:442px;
}
.infoRequestTop #spnRoomType{display:none; }
.bookingRequestTop {
background-image:url(../images/popup/info-request/booking-request.png);
}

.bookingRequestTop h1 {
font-size:20px;
}

.infoRequestBg {
background-image:url(../images/popup/info-request/info-request-bg.png);
background-repeat:repeat-y;
width:452px;
padding-left:20px;
}


.infoRequestBottom {
height:76px;
background-image:url(../images/popup/info-request/info-request-bottom.png);
background-repeat:no-repeat;
}


.numberBackground {
background-image:url(../images/popup/info-request/circle-bg.gif);
width:16px;
height:17px;
float:left;
color:#76BAFD;
padding-top:2px;
padding-left:3px;
margin-right:5px;
background-repeat:no-repeat;
}


.changeNumbers {
float:left;
width:10px;
height:17px;
}

.upArrow {
background-image:url(../images/popup/info-request/up-arrow.gif);
background-repeat:no-repeat;
background-position:top;
height:9px;
border-bottom:1px solid #FFF;
display:block;
}

.downArrow {
background-image:url(../images/popup/info-request/down-arrow.gif);
background-repeat:no-repeat;
background-position:bottom;
height:8px;
display:block;
}

.infoRequestbutton
{
width:89px;
font-family:"Times New Roman", Times, serif;
float:right;
margin-right:5px;
}

.infoRequestbutton {
height:30px;
background-image:url(../images/popup/info-request-button.gif);
margin-top:10px;
font-size:25px;
color:#76bafd;
text-align:center;
display:block;
text-decoration:none;
}
.infoRequestbutton:visited {color:#76bafd; }

.infoRequestbutton:hover {
color:#996633;
cursor:pointer;
}

