.ReservnForm ul{ list-style:none;}
.ReservnForm .FormBlock label{ text-align:left; float:left; width:100%; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.ReservnForm .FormBlock .input_left{ float:left;}
.mgr2pr{ margin-right:2%;}
.fl{ float:left;}
.w97pr{ width:97%;}
.w49pr{ width:48%;}
.ReservnForm{width:100%; margin:0 auto}
.ReservnForm form{margin:0}
.ReservnForm .FormBlock{float:left; width:100%; margin:0 0 15px 0}
.ReservnForm label{padding:0 0 5px 0}
.input_left{padding:0 0 0 4px; float:left; height:36px}
.input_right{float:left; height:36px; padding:0 10px 0 0}
.ReservnForm input[type=text], .ReservnForm input[type=password]{ border-radius:3px;  height:35px; margin:5px 0; width:86%; float:left; line-height:14px; border:solid 1px #d7d7d8;  padding: 2px 5px;}
.w100pr{ width:100%;}
.w48pr{ width:48.5%;}
 .ReservnForm input[type=file]{ width:50%;}
 .displaymsg{ width:50%;}
   .txtarea_div{ width:87%;}
  .txtarea_div textarea{ width:100%; height:112px; font-size:14px; padding:5PX; font-family:Arial, Helvetica, sans-serif; border: 1px solid #d7d7d8; border-radius:3px; resize:none;}
  .up_btn{  background:url(../images/upload-icn.png) no-repeat scroll 7px 7px #474748; border: medium none;    border-radius: 3px;    color: #ffffff;    cursor: pointer;    font-family: calibri;    font-size: 15px;    font-weight: bold; height: 30px; width: auto; padding-left:  32px;}
  
  .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #d7d7d8;
	
	color: #363636;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}