.hidden {display:none;}

div.form_inside .error {
    background-color: #FFFAAE;
}

div.rightSide p.sendfeed {
    margin: 25px 0px 0px 5px;
}

/* time-picker style */
div.time-picker {
  position: absolute;
  height: 191px;
  width:4em; /* needed for IE */
  width: 74px;
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  cursor: pointer;
  height: 10px;
  font: 12px/1 Helvetica, Arial, sans-serif;
  padding: 4px 3px;
}
div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}

/* calendar */
div.calendar iframe {
    height: 3000px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3000px;
    z-index: -1;
}
div.calendar {
    background: url("../../img/calendar/calendar_bg.gif") no-repeat scroll left top #D8D5D5;
    display: none;
    height: 188px;
    left: 400px;
    overflow: hidden;
    padding: 3px 10px 0 8px;
    position: absolute;
    top: 300px;
    width: 139px;
    z-index: 150;
}
div.calendar div.head {
    background: url("../../img/calendar/calendar_stript.gif") repeat-x scroll left bottom transparent;
    height: 16px;
    margin: 5px 0 3px;
    position: relative;
    text-align: center;
    width: 135px;
}
div.calendar div.head a.left {
    display: block;
    height: 9px;
    left: 2px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    width: 10px;
}
div.calendar div.head a.right {
    display: block;
    height: 9px;
    margin-top: 2px;
    position: absolute;
    right: -2px;
    top: 0;
    width: 10px;
}
div.calendar div.head span.center {
    color: #D8001D;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 4px 15px;
    text-transform: uppercase;
}
div.calendar div.days {
    clear: left;
    margin: 0;
    padding: 0;
}
div.calendar div.day {
    border-bottom: 1px solid #EAEAEA;
    color: #333333;
    height: 17px;
    margin: -2px 0 1px;
    padding-left: 3px;
    width: 140px;
}
div.calendar div.day div {
    clear: right;
    color: #333333;
    float: left;
    font-size: 11px;
    padding: 2px 0px 4px 4px;
    width: 16px;
}
div.calendar div.days table td.red a, div.calendar div.days div.day div.red {
    color: #D8001D;
    font-size: 11px;
    text-decoration: none;
}
div.calendar div.days table {
    background: url("../../img/calendar/calendar_stript.gif") repeat-x scroll left top transparent;
    clear: left;
    margin: 2px 0 3px;
    padding-top: 1px;
}
div.calendar div.day table thead img {
    display: block;
}
div.calendar div.days table tbody {
    margin: 3px 0;
    padding-top: 6px;
}
div.calendar div.days table tbody td {
    background: none repeat scroll 0 50% #EAEAEA;
    border: 1px solid #FFFFFF;
    height: 0;
    padding: 1px 0 1px 1px;
    text-align: center;
    width: 16px;
}
div.calendar div.days table tbody td a {
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}
div.calendar div.days table tbody td a.disabled {
    opacity: 0.6;
}
div.calendar div.days table tbody td.selected {
    background: none repeat scroll 0 50% #3F77B2;
}
div.calendar div.days table tbody td.selected a {
    color: #FFFFFF;
}
div.calendar div.days table tbody td.selected a, div.calendar div.days table tbody td.selected a:hover {
}
div.calendar div.submit {
    background: url("../../img/calendar/calendar_stript.gif") repeat-x scroll left top transparent;
    margin-right: 5px;
    padding: 1px 0 0;
    text-align: right;
}
