.quotepanel_header {
  color: #ffffff;
  background-color: #2d84b7;
  font-size: 18px;
  font-family: 'arial';
  letter-spacing:0px;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
}


.quickquote_container_OLD {
  border:0px;
  background-color: #2d84b7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  behavior: url(/js/ie-pie/PIE.htc);
}


.quickquote_container {
  border:0px;
  background-color: #2d84b7;
  padding: 10px;
}


.grey_rounded_container {
  border:0px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  behavior: url(/js/ie-pie/PIE.htc);
}

.grey_rounded_withborder {
  border:1px solid #cccccc;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  behavior: url(/js/ie-pie/PIE.htc);
}

.alert-box {
    color: #484848;
    border-radius:5px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    padding: 12px 12px 12px 36px;
    margin: 10px;
}
.error {
    background:#ffecec url('/images/alert-box/error.png') no-repeat 10px 50%;
    border:1px solid #f0a5a1;
}
.success {
    background:#e9ffd9 url('/images/alert-box/success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('/images/alert-box/warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('/images/alert-box/notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

.rounded_border {
  border:1px solid #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  behavior: url(/js/ie-pie/PIE.htc);
}


/* Menu Panel */
.menupanel {
  border: 1px solid #dddddd;
  cursor: pointer;
  padding-top:7px;
  padding-bottom:7px;
  padding-left:5px;
  padding-right:5px;
  background-color:#fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url(/js/ie-pie/PIE.htc);
}

/* Blue glow on menupanel */
.menupanel:hover {
    border-color: #6EA2DE;
    -webkit-box-shadow: 0 0 10px rgba(110,162,222,0.8);
       -moz-box-shadow: 0 0 10px rgba(110,162,222,0.8);
            box-shadow: 0 0 10px rgba(110,162,222,0.8);
}
