.widget_bg {
	background-color: #ecf3c2;
}

#widget_content {
	padding: 5px;
	margin: 4px;
	text-align:center;
}

#widget_container {
	 width: 98%;
	 height: auto;
	 background-color: #ffffff;
	 border: 2px solid #dddddd;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	 padding: 3px;
	 float:left;
	 margin:4px;
	 margin-top:5px;
	 margin-bottom:5px;
	 z-index:9999;
}

#widget_footer {
	margin:5px;
	padding: 2px;
	height: 25px;
	border-top: 1px #8DB900 solid;
}
#widget_header {
	margin:6px;
	padding: 3px;
	height: 20px;
	border-bottom: 1px #8DB900 solid;
}
.required {
	color: #6d6c6a;
	font-size: 12px;
}

.input_row {
	background-color:none;
	display:block;
	min-height:32px;
}
.input_clear{
	float:none;
	clear:both;
	height:0px;
}

.input_label {
	color: #013298;
	font-size: 12px;
	font-weight: bold;
	width:150px;
	float:left;
	padding:7px 0px 0px 7px;
	min-height:24px;
	font-family: Verdana;

}

.input_textbox {
	border: 1px solid #8DB900;
	background-color: #f6f5f3;
	color: #000000;
	font-size: 12px;
	width: 180px;
	padding: 3px;
	float:left;
	height: 25px;
}
.input_textarea {
	border: 1px solid #8DB900;
	background-color: #f6f5f3;
	color: #000000;
	font-size: 12px;
	width: 180px;
	padding: 3px;
	float:left;
}
.warning {
	float:left;
	font-weight:bold;
	font-size:8px;
}
.input_textboxWhiteBg {
	border: 1px solid #8DB900;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	width: 180px;
	padding: 3px;
	float:left;
	height: 25px;
}
.textlabelDiv {
	float:left;
	width: 100px;
	color: #013298;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	min-height:24px;
	display:block;
	text-align:left;
}
.textboxDiv {
	float: left;
	width: 200px;
	font-size: 13px;
	color: #0066cc;
}
.textboxDiv div.text{
	float:left;
	width: 100px;
	padding: 0px;
	margin: 0px;
	height: 25px;
}
.textboxDiv div.text label{
	float:left;
	width: 60px;
	color: #0066cc;
	font-size:10px;
}
.radioDiv {
	float: left;
	width: 200px;
	font-size: 13px;
	color: #0066cc;
}
.radioDiv div.text{
	float:left;
	width: 80px;
}
.radioDiv div.text label{
	float:left;
	width: 60px;
	color: #0066cc;
	font-size:10px;
}
.textareaDiv {
	float: left;
	height: 70px;
	font-size: 13px;
	float: left;
	color: #0066cc;
}

/**/ /* new buttons for visitor */
.buttons {
	padding:5px;
}
.buttons a,.buttons button {
	margin: 0 6px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button [type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

* :first-child+html button [type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img,.buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* STANDARD */

button:hover,.buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */
button.positive,.buttons a.positive {
	color: #529214;
}

.buttons a.positive:hover,button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */
.buttons a.negative,button.negative {
	color: #d12f19;
}

.buttons a.negative:hover,button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* REGULAR */
button.regular,.buttons a.regular {
	color: #336699;
}

.buttons a.regular:hover,button.regular:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.buttons a.regular:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* jquery autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/b
	font: menu;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('http://static.tastykhana.in/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #F7C100;
	color: black;
}
/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #003C78;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: white;
    }

div.time-holder {
      position: relative;
      display: none;
      z-index: 99;
      width: 100px;
  }
  div.time-holder div.times {
      position: absolute;
      top: 0;
      height: 120px;
      overflow: auto;
      background: #fff;
      border: 1px solid #000;
  }
  div.time-holder div.times ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 80px;
  }
  div.time-holder div.times li {
      padding: 1px;
  }
  div.time-holder div.times li.selected {
      background: #316AC5;
      color: #fff;
  }

/* autocomplete end*/