body
{
  margin: 0;
  background-image: url(../images/bg.jpg);
}
#wrapper { width: 100%; }
select { font-family: tahoma, arial; }
.header
{
  width: 950px;
  height: 170px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.logo
{
  width: 301px;
  height: 200px;
}
.buttonpanel
{
  width: 950px;
  background-image: url(../images/button-bg.jpg);
  margin: auto;
  text-align: center;
  height: 52px;
  z-index: 99999999;
}
#menu
{
  margin: 0;
  padding: 0;
  height: 53px;
  color: #FFFFFF;
  z-index: 99999999;
}
#menu li
{
  list-style: none;
  float: left;
  color: #FFFFFF;
  z-index: 99999999;
}
#menu a
{
  display: block;
  padding: 15px 12px;
 *padding: 20px 16px;
  _padding: 20px 16px;
  background-image: url(../images/button-bg.jpg);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px;
  border-left: 0;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 1;
}
#menu li a:hover { background-image: url(../images/button-hover.jpg); }
#menu li:hover { }
#menu li ul
{
  display: none;
  width: 12em; /* Width to help Opera out */
  background-color: #69f;
}
#menu li p
{
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 15px;
  color: #FFFFFF;
}
#menu li:hover ul
{
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 99999;
  margin-top: -20px;
 *margin-top: -2px;
  _margin-top: -2px;
  background-color: #3f3f3f;
}
#menu li:hover li
{
  float: none;
  border-top: 1px solid #FFFFFF;
  text-align: left;
  padding-bottom: 0;
  padding-left: 15px;
  background-image: url(../images/button-bg-li.jpg);
}
#menu li:hover li a
{
  border-top: 1px solid #000000;
  border-left: 0;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}
#menu li li a:hover
{
  background-image: url(../images/button-bg-li-hover.jpg);
  background-color: #3f3f3f;
  background-repeat: repeat;
  margin-top: 15px;
}
.banner
{
  width: 950px;
  background-color: #FFFFFF;
  margin: 0 auto;
  margin-top: 1px;
  height: 320px;
  z-index: 99999999999999;
}
.enquirybox
{
  width: 290px;
  height: 320px;
  float: left;
  padding-left: 15px;
  position: absolute;
  background-image: url(../images/enquiry-bg.png);
  z-index: 99;
}
.enquirybox input
{
  padding: 7px;
  border-radius: 5px;
  border: 0;
  background-color: #eeeeee;
  width: auto;
  margin-bottom: 5px;
}
.enquirybox select { width: 100%; }
.enquirybox select
{
  padding: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  border: 0;
  background-color: #eeeeee;
  width: auto;
  margin-bottom: 5px;
}
.bannerpic
{
  float: left;
  width: 100%;
  min-width: 340px;
  max-width: 950px;
  min-height: 115px;
  max-height: 320px;
}
#pic-resize
{
  width: 100%;
  min-width: 340px;
  max-width: 950px;
  min-height: 115px;
  max-height: 320px;
}
.topstrip
{
  background-color: #d70021;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 1px;
  min-width: 950px;
  min-height: 45px;
  max-width: 300px;
  max-height: 45px;
}
#featured-resize
{
  width: 100%;
  min-width: 60px;
  min-height: 77px;
  max-width: 270px;
  max-height: 139px;
}
.enquiry-heading
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0;
}
.send { margin-top: 5px; }
.content
{
  background-color: #FFFFFF;
  width: 100%;
  min-width: 240px;
  min-height: auto;
  max-width: 950px;
  max-height: auto;
  height: auto;
  margin: 0 auto;
  z-index: 9999999999;
}
label
{
  width: 160px;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
fieldset
{
  padding: 0 10px;
  width: 180px;
  border: none;
}
.dp-applied
{
  width: 140px;
  float: left;
}
a.dp-choose-date
{
  float: left;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(../images/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled
{
  background-position: 0 -22px;
  cursor: default;
}
#calendar-me { margin: 20px; }
table.jCalendar
{
  border: 1px solid #000;
  background: #2d638d;
  border-collapse: separate;
  border-spacing: 2px;
}
table.jCalendar th
{
  background: #d70021;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
}
table.jCalendar td
{
  background: #478ec5;
  color: #000;
  padding: 6px 10px;
  text-align: center;
}
table.jCalendar td.other-month
{
  background: #ddd;
  color: #aaa;
}
table.jCalendar td.today
{
  background: #2d638d;
  color: #fff;
}
table.jCalendar td.selected
{
  background: #f66;
  color: #fff;
}
table.jCalendar td.selected.dp-hover
{
  background: #f33;
  color: #fff;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td
{
  background: #fff;
  color: #000;
}
table.jCalendar tr.selectedWeek td
{
  background: #f66;
  color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover
{
  background: #bbb;
  color: #888;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover
{
  background: #bbb;
  color: #888;
}
/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup
{
  position: relative;
  background: #FFFFFF;
  font-size: 10px;
  font-family: arial, sans-serif;
  padding: 2px;
  width: 171px;
  line-height: 1.2em;
}
div#dp-popup
{
  position: absolute;
  z-index: 199;
  width: 243px;
  border: none 0px #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
div.dp-popup h2
{
  font-size: 12px;
  text-align: center;
  margin: 2px 0;
  margin-bottom: 15px;
  padding: 0;
}
a#dp-close
{
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
a#dp-close:hover { text-decoration: underline; }
div.dp-popup a
{
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev
{
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-prev a { float: left; }
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a { cursor: pointer; }
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled { cursor: default; }
div.dp-popup div.dp-nav-next
{
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-next a { float: right; }
div.dp-popup a.disabled
{
  cursor: default;
  color: #aaa;
}
div.dp-popup td { cursor: pointer; }
div.dp-popup td.disabled { cursor: default; }
#date- { width: 120px; }
.top-sh
{
  height: 22px;
  width: 950px;
  background-image: url(../images/top-sh.png);
  margin: 0 auto;
  position: absolute;
}
.bottom-sh
{
  height: 22px;
  width: 950px;
  background-image: url(../images/bottom-sh.png);
  margin: 0 auto;
}
.left-sh
{
  width: 20px;
  height: 1200px;
  background-image: url(../images/left-sh.png);
  position: absolute;
  margin-left: -20px;
  margin-top: 350px;
}
.right-sh
{
  width: 20px;
  height: 1200px;
  background-image: url(../images/right-sh.png);
  position: absolute;
  margin-left: 950px;
  margin-top: 350px;
}
h1
{
  margin: 0;
  padding: 15px 0px 0px 15px;
  font-size: 42px;
  color: #214d70;
}
h2
{
  margin: 0;
  padding: 0px 0px 15px 15px;
  font-size: 28px;
  color: #478ec5;
}
h3
{
  margin: 0;
  padding-left: 15px;
  font-size: 22px;
  color: #478ec5;
}
h5
{
  margin: 0;
  padding-left: 15px;
  font-size: 18px;
  color: #214d70;
}
h6
{
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #448abe;
  margin-bottom: -10px;
  margin-top: 12px;
}
.content p
{
  padding: 0px 15px 0px 15px;
  font-family: tahoma;
  font-size: 12px;
  line-height: 25px;
  color: #5b5b5b;
}
.red { color: #d70021 }
.featured
{
  width: 100%;
  float: left;
  min-width: 180px;
  min-height: 174px;
  max-width: 310px;
  max-height: 390px;
  text-align: center;
  margin: 0;
}
.featured h3
{
  padding: 0;
  margin: 0;
}
.featured-area h3
{
  padding: 0;
  margin: 0;
}
.content hr
{
  margin-left: 15px;
  margin-right: 15px;
  border-left: 0;
  border-right: 0;
  border-top: 1px dashed #d70021;
  border-bottom: 0;
}
.featured-area
{
  width: 100%;
  min-width: 320px;
  min-height: 320px;
  max-width: 950px;
  max-height: auto;
  padding-top: 5px;
}
.readmore
{
  padding: 10px;
  margin: 0 auto;
  width: 130px;
  background-image: url(../images/button-bg-li-hover.jpg);
  border-radius: 13px;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}
.readmore:hover { background-image: url(../images/button-bg.jpg); }
.facts
{
  width: 915px;
  margin: 0 auto;
}
.facts p
{
  margin: 0;
  padding: 0;
}
.facts h3 { padding: 0; }
.contactdetailsheader
{
  width: 190px;
  position: absolute;
  margin-left: 725px;
  margin-top: 50px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px;
  font-size: 20px;
  border: 2px dashed #9b9b9b;
  -moz-box-shadow: 0px 0px 5px #9b9b9b;
  -webkit-box-shadow: 0px 0px 5px #9b9b9b;
  box-shadow: 0px 0px 5px #9b9b9b;
}
.snowboarder
{
  width: 180px;
  height: 213px;
  position: absolute;
  margin-top: 19px;
  margin-left: 550px;
}
.contactdetailsheader a { color: #000000; }
.newslettersubscribe input
{
  border-radius: 7px;
  border: 0;
  padding: 7px;
  margin-left: 5px;
}
.dateandtime
{
  padding: 15px;
  position: absolute;
  width: 350px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}
.facts-ski
{
  float: right;
  width: 240px;
  margin-right: 15px;
  margin-left: 25px;
  background-color: #f4f4f4;
  border: 2px dashed #e9e9e9;
}
.facts-sh
{
  width: 18px;
  height: 953px;
  background-image: url(../images/facts-sh.png);
  position: absolute;
  margin-left: -18px;
}
.facts-ski p { line-height: 10px; }
.float-right { margin-top: 10px; }
.blue { color: #478ec5; }
#homeimg
{
  width: 100%;
  height: 100%;
  min-width: 200px;
  min-height: 63px;
  max-width: 613px;
  max-height: 192px;
}
.noFloat
{
  width: 950px;
  height: 1px;
  background: none;
  clear: both;
  margin: 0;
  padding: 0;
}
.footer
{
  width: 950px;
  height: 236px;
  background-image: url(../images/footer-bg.jpg);
  margin: 0 auto;
  z-index: 2;
}
.footer-outer
{
  width: 100%;
  height: 340px;
  background-image: url(../images/footer-outer-bg.png);
  z-index: 1;
}
.footer-content
{
  width: 217px;
  margin-left: 16px;
  height: 236px;
  float: left;
}
h4
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #8eceff;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer a
{
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  width: 217px;
  height: 41px;
}
.footer a:hover { cursor: pointer; }
.img-float-about
{
  float: right;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.img-float-accommodation
{
  float: right;
  margin-right: 15px;
  margin-left: 15px;
}
.activies-block
{
  float: left;
  width: 450px;
  height: auto;
  background-color: #f4f4f4;
  border: 2px dashed #e9e9e9;
  padding-top: 10px;
  margin-left: 13px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 15px;
}
.content ul
{
  list-style: none;
  padding: 0;
  margin-left: 15px;
}
.content li
{
  font-family: tahoma, arial;
  font-size: 12px;
  background-image: url(../images/bullet.jpg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #5b5b5b;
}
.footer ul
{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}
.footer li
{
  background-image: none;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #FFFFFF;
  font-family: tahoma, arial;
  font-size: 12px;
  border-top: 1px dashed #8eceff;
  padding-top: 13px;
  padding-bottom: 13px;
}
.footer li:last-child { border-bottom: 1px dashed #8eceff; }
.footer li:hover
{
  background-image: url(../images/footer-bg-hover.png);
  cursor: pointer;
  color: #21557C !important;
}
.footer-copyright
{
  width: 950px;
  height: 90px;
  background-color: #21557c;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.footer-copyright a { color: #fd8000; }
.fixed-footer
{
  height: 30px;
  width: 100%;
  position: fixed;
  background-image: url(../images/fixed-bg.jpg);
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #FFFFFF;
}
.fixed-footer-width
{
  width: 950px;
  height: 30px;
  margin: auto;
  z-index: 1;
}
.request-a-callback
{
  float: left;
  width: 160px;
  height: 30px;
  font-size: 12px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 7px;
  border-right: 1px solid #12562f;
  border-left: 1px solid #12562f;
  padding-left: 15px;
  cursor: pointer;
}
.request-a-callback:hover { background-image: url(../images/fixed-bg-hover.jpg); }
.send-to-friend
{
  float: left;
  width: 153px;
  height: 30px;
  font-size: 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 7px;
  border-right: 1px solid #12562f;
  padding-left: 15px;
  cursor: pointer;
}
#messageF
{
  float: left;
  height: 30px;
  font-size: 12px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 7px;
  padding-left: 15px;
  cursor: pointer;
}
.send-to-friend:hover { background-image: url(../images/fixed-bg-hover.jpg); }
.tel-icon-footer
{
  background-image: url(../images/tel-icon-footer.png);
  background-repeat: no-repeat;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  padding-right: 15px;
}
.email-icon-footer
{
  background-image: url(../images/email-icon-footer.png);
  background-repeat: no-repeat;
  float: left;
  width: 33px;
  height: 20px;
  margin-top: -2px;
  padding-right: 15px;
}
#footer-request-form
{
  width: 350px;
  height: 400px;
  background-image: url(../images/footer-enquiry-bg.png);
  margin: auto;
  margin-top: -400px;
  margin-left: 0px;
  z-index: 9999;
  visibility: hidden;
}
#send-to-friend-form
{
  width: 350px;
  height: 437px;
  background-image: url(../images/send-to-friend-bg.png);
  margin: auto;
  margin-top: -437px;
  margin-left: 380px;
  z-index: 9999;
  visibility: hidden;
}
.contact-form
{
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.contact-form input
{
  padding: 10px;
  background-color: #4e4e4e;
  border: none 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  color: #FFFFFF;
  font-family: tahoma, arial;
}
.contact-form input:hover { background-color: #478ec5; }
.contact-form textarea
{
  padding: 10px;
  background-color: #4e4e4e;
  border: none 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #FFFFFF;
}
.contact-form h6 { margin-left: 15px; }
.contact-form textarea:hover { background-color: #478ec5; }
.send-to-friend-form
{
  padding: 20px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.send-to-friend-form input
{
  padding: 10px;
  background-color: #4e4e4e;
  border: none 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  color: #FFFFFF;
  font-family: tahoma, arial;
}
.send-to-friend-form input:hover { background-color: #478ec5; }
.send-to-friend-form textarea
{
  padding: 10px;
  background-color: #4e4e4e;
  border: none 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #FFFFFF;
}
.send-to-friend-form textarea:hover { background-color: #478ec5; }
.call-request-form
{
  padding: 20px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
#message
{
  padding: 20px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.call-request-form input
{
  padding: 10px;
  background-color: #4e4e4e;
  border: none 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  color: #FFFFFF;
  font-family: tahoma, arial;
}
.call-request-form input:hover { background-color: #478ec5; }
.call-request-form textarea
{
  padding: 10px;
  background-color: #4e4e4e;
  border: none 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #FFFFFF;
  width: 290px;
}
.call-request-form textarea:hover { background-color: #478ec5; }
.close
{
  width: 20px;
  height: 20px;
  float: right;
  background-image: url(../images/close.jpg);
  cursor: pointer;
  margin: 20px;
}
.social-icons-footer
{
  width: 200px;
  height: 45px;
  padding-left: 15px;
  margin: auto;
  color: #FFFFFF;
  padding-top: 2px;
  float: right;
  border-right: 1px solid #12562f;
  border-left: 1px solid #12562f;
}
.float-left
{
  float: left;
  padding-right: 15px;
  margin-left: 15px;
}
.livigno-snow
{
  position: absolute;
  background-image: url(../images/livigno-snow.png);
  width: 202px;
  height: 67px;
  margin-left: 735px;
  margin-top: 285px;
  z-index: 9999;
}
.snow-icon
{
  float: right;
  width: 25px;
  height: 25px;
  background-image: url(../images/snow-icon.jpg);
  margin-right: 19px;
  margin-top: -4px;
}
.fadein
{
  position: relative;
  width: 750px;
  height: 250px;
}
.fadein img
{
  position: absolute;
  left: 0;
  top: 0;
}
.copy
{
  float: left;
  padding-top: 35px;
  padding-left: 15px;
  text-align: left;
}
.links-and-sitemap { color: #05243d; }
.links-and-sitemap a { color: #05243d; }
.light-blue { color: #478ec4; }
.sitemap { padding-left: 15px; }
.sitemap a
{
  color: #05243d;
  font-family: tahoma, arial;
  font-size: 14px;
}
.associated
{
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 400px;
}
.border { border: 2px solid #478ec5; }
.facts-ski a
{
  color: #5b5b5b;
  text-decoration: none;
}
.facts-ski a:hover { color: #478ec5; }
.quote-form
{
  padding-top: 5px;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
  height: 500px;
}
.quote-form div
{
color: #5B5B5B;
    font-family: tahoma;
    font-size: 12px;
    line-height: 25px;
    width: 250px;
    float: left;
}
.clear
{clear:both;}

.quote-form input
{
  padding: 10px;
  border-radius: 5px;
  border: 0;
  background-color: #eeeeee;
  width: auto;
  margin-bottom: 5px;
}
.quote-form input:hover { background-color: #478ec5; }
.quote-form textarea
{
  padding: 10px;
  background-color: #eeeeee;
  border: none 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #000000;
}
.quote-form textarea:hover { background-color: #478ec5; }
.quote-form select
{
  padding: 10px;
  border-radius: 5px;
  border: 0;
  background-color: #eeeeee;
  width: auto;
  margin-bottom: 5px;
}
.quote-float
{
  width: 600px;
  float: right;
}
.details-float
{
  width: 585px;
  float: right;
}
.details-float h3 { margin-top: 0; }
.webcam-float
{
  float: left;
  width: 240px;
}
.weather-float
{
  float: left;
  width: 344px;
  margin-top: 29px;
}
.details-float hr
{
  padding-bottom: 8px;
  padding-top: 5px;
}
.snow-icon-details
{
  float: right;
  width: 25px;
  height: 25px;
  background-image: url(../images/snow-icon-details.jpg);
  margin-right: 19px;
  margin-top: 0px;
}
.map { border: 6px solid #478ec5; }
#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position: absolute;
}
.breadcrumbs
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-right: 15px;
  padding-bottom: 0px;
  padding-top: 48px;
  float: right;
}
.breadcrumbs a
{
  color: #037834;
  text-decoration: none;
}
.contact-details-table
{
  width: 100%;
  padding: 3px;
}
.buttonQ
{
  background-image: url(../images/send-request.png);
  background-color: #FFFFFF;
  cursor: pointer;
  width: 144px;
  height: 46px;
  border: none;
}
.buttonF
{
  background-image: url(../images/send-request.png);
  background-color: #FFFFFF;
  cursor: pointer;
  width: 144px;
  height: 46px;
  border: none;
}
.textarea
{
  font-family: tahoma, arial;
  font-size: 12px;
}
.enq
{
  width: 400px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.error
{
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
  font-weight: normal;
  font-size: 10px;
}
.errorF
{
  float: none;
  color: red;
  padding-left: .5em;
  vertical-align: top;
  font-weight: normal;
  font-size: 10px;
}
.name { color: #21557C; }
#mesageF h6 { font-size: 14px !important; }
.top-button
{
  background-image: url(../images/send-request.png);
  background-color: transparent !important;
  cursor: pointer;
  width: 144px !important;
  height: 46px;
  border: none;
  display: block;
}
