/* css for timepicker BEGIN */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
/* css for timepicker END */

#cntLeft {}

span.appoint-error {
	color: #e61e28;
}

#appoint {
	background-color: #eff0f2;
	margin-bottom: 10px;
	width: 700px;
}
#appoint img {
	border: 0;
}
#appoint #cntBan {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
}
#appoint #cntBan img {
	margin: 0px !important;
}
#appoint h1 {
	color: #e61e28;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#appoint h1 a {
	color: #e61e28;
	text-decoration: none;
}
#appoint h1 a:hover {
	text-decoration: underline;
}
#appoint p {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 10px;
}
#appoint p a {
	color: #e61e28;
	text-decoration: none;
}
#appoint p a:hover {
	text-decoration: underline;
}
#appoint p img {
	margin: 5px;
}

#auth_form_wrap {
	position: relative;
}
#auth_form {
	position: absolute;
	left: 130px;
	top: 60px;
}

#frmRequestPreview {
	padding: 10px;
}

#frmServicesSearch {
	padding: 10px;
}
#appoint span.mandatory {
	color: #ff0000;
	font-weight: bold;
}
#frmServicesSearch div.label {
	margin-bottom: 10px;
}
#frmServicesSearch div.label label {
	font-weight: bold;
}
#frmServicesSearch div.field {
	margin-bottom: 10px;
}
#frmServicesSearch div.field .w300 {
	width: 300px;
}
#frmServicesSearch .three-cols {
	width: 220px;
	float: left;
}
#frmServicesSearch .three-cols input.appoint-dtp {
	width: 80px;
}
#frmServicesSearch .three-cols select.appoint-dh {
	width: 40px;
}
#frmServicesSearch .three-cols img.ui-datepicker-trigger {
	padding-top: 3px;
}
#frmServicesSearch #wt {
	margin-bottom: 10px;
}
#frmServicesSearch #wt ul, #frmServicesSearch #wt ol{
	margin-left: 20px;
}
#frmServicesSearch h3 {
	font-style: italic;
	font-size: 12px;
	color: #ff0000;
	margin-bottom: 10px;
}
#frmServicesSearch div.note {
	font-style: italic;
	font-size: 11px;
	color: #5B5B5B;
	margin-bottom: 10px;
}
#frmServicesSearch div.note p {
	padding-left: 0;
}
#frmServicesSearch div.important {
	font-weight: bold;
	font-size: 11px;
	color: #BF0101;
	margin-bottom: 10px;
}
#frmServicesSearch div.important p {
	padding-left: 0;
}
#appointStepOne {
	float: left;
	width: 370px;
}
#appointStepOne  div.field select {
	width: 360px;
}
#appointStepTwo {
	float: right;
	width: 300px;
}
#appointStepTwo  div.field select {
	width: 300px;
}

#appoint h2.viewOrder {
	font-size: 14px;
	margin-bottom: 10px;
	color: #e61e28;
}
#appoint table.grid {
	width: 678px;
	border-collapse: collapse;
	border: 1px solid #e61e28;
}
#appoint table.grid th {
	border: 1px solid #e61e28;
	background: #ffffff;
	color: #000000;
	font: bold 11px;
	padding: 3px;
}
#appoint table.grid td {
	border: 1px solid #e61e28;
	background: #ffffff;
	color: #000000;
	font: normal 11px;
	padding: 3px;
}
#appoint div.appoint-pager {
	padding: 10px 0;
	text-align: center;
}

