div.ui-dialog{
	
	position: absolute;
    height: auto;
    width: 350px;
	z-index: 9999;
    left: 0px;
    right: 0px;
    top: 40px;
    margin: auto; 
	position: fixed;
}
#dialog-form{
	height:320px!important;
}
#dialog-form label{
	display:block; 
	margin: 10px 0;
	font-weight:bold;
 }
#dialog-form #GroupType{
	width: 100%;
    margin-bottom: 10px;
	height: 30px;
}
#dialog-form #FromType{
	width: 100%;
    margin-bottom: 10px;
	height: 30px;
}
#dialog-form #TourAreaType{
	width: 100%;
    margin-bottom: 10px;
	height: 30px;
}
#dialog-form #datepickerFrom{
	width:120px;
}
#dialog-form #datepickerTo{
	width:120px;
}
.ui-dialog-buttonset{
	width: 100%;
    text-align: center;
}
.ui-dialog-buttonset span.ui-button-text{
	width: 200px;
    height: 36px;
    font-size: 18px;
    background-color: #f39004;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
}
.ui-dialog-titlebar{
	background:#000;
}
.ui-dialog-titlebar .ui-dialog-title{
	color: white;
    font-size: 15px;
}
div#users-contain { width: 350px; margin: 20px 0;  }
div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
