		#main_table{
			display:table;
			margin:auto;
			width:100%;
			height:100%;
		}
		#main_table_cell{
			vertical-align:middle;
			display:table-cell;
			text-align:center;
		}
		#main_table_cell_mid{
			height:50%;
			width:80%;
			text-align:center;
			margin:auto;
		}
		#login_form{
			display:block;
			height:100%;
			color:black;
			float:left;
			width:40%;

		}

		.login_input{
			width:70%;
			margin:auto;
			margin-top:10px;
			min-width:300px;
		}

		.img-slide{
			margin-left:0px;
			width:60%;
			height:100%;
		}

		.img-pic{
			width:100%;
			height:100%;
		}

		.box {
			float:left;
			display:block;
			overflow:hidden;
			min-height:480px;
		}

		.main{
			background: url("../IMAGES/N1.jpg") no-repeat center;
		}

		.carousel-indicators{
			position: absolute;
			z-index: 15;
			top:3%;
			text-align: right;
			list-style: none;
			left:68%;
			height:10%;
		}

		.carousel-caption{
			bottom:0%;
			background: rgba(0, 0, 0, 0.65);
			right:0;
			left:0;
			padding:2%;
		}

		.carousel-caption p{
			font-size:0.8em;
		}

		  .login-or {
			position: relative;
			font-size: 18px;
			color: #aaa;
			margin-bottom: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			width:70%;
			margin:auto;
			min-width:300px;
			margin-top: 50px;
		  }
		  .span-or {
			display: block;
			position: absolute;
			left: 50%;
			top: -2px;
			margin-left: -25px;
			background-color: #fff;
			width: 50px;
			text-align: center;
			border-radius:20px;
		  }
		  .hr-or {
			background-color: #cdcdcd;
			height: 1px;
			margin-top: 0px !important;
			margin-bottom: 0px !important;
		  }

		.btn-circle.btn-xl {
		  width: 70px;
		  height: 70px;
		  padding: 10px 16px;
		  font-size: 24px;
		  line-height: 0.9;
		  border-radius: 35px;
		  box-shadow: 2px 4px 0 2px rgba(0,0,0,0.1);
		}
		.btn-job{
			border: .2em solid transparent;
		}
		.btn-job:hover {
			border-color: #ff7536;
		}
		.login_bottom{
			position:absolute;
			bottom:5px;
			right:5px;
		}
		.text_in_btn{
			font-size: 12px;
		}
		#myCarousel{
			height:480px;
		}
		@media screen and (max-height: 720px){
			#myCarousel{
				height:420px;
			}
			.box {
				min-height:420px;
			}
		}
		@media screen and (max-width: 1300px) , screen and (max-height: 500px) {
			.box {
				display:none;
			}
			.img-slide{
				width:0%;
			}
			.main{
				overflow:hidden;
			}
			#login_form{
				width:100%;
			}
		}

		@media screen and (max-height: 550px) {
			.login_bottom{
				display:none;
			}
		}

		/* ����� dialog By Maiwan*/
			/* Overlays */
		.ui-widget-overlay {
			background: #888888;
			opacity: .5;
			filter: Alpha(Opacity=30); /* support: IE8 */
		}

		p.dialog-text
		{
			/*padding-top : 10%;*/
			font-size: 22px;
			color: #ffffff;
		}
		.endtag{
			padding-bottom : 1%;
		}

		.dialog-text-head
		{
			padding-top : 1%;
			font-size: 28px;
			color: #ffffff;
		}
		.ui-dialog{
			z-index: 1000;
		}
		#dialog-lock.ui-widget-content{
			background:#D40000;
		}
		#dialog-pass.ui-widget-content{
			background:#FF9900;
		}

		#dialog-time.ui-widget-content{
			background:#F1C817;
		}

		#dialog-new.ui-widget-content{
			background:#0052E1;
		}

		#dialog-nodata.ui-widget-content{
			background:#00AB08;
		}
		.csc-btn-dialog{
			background-color: transparent !important;
			color: white;
		}

		.btn-dialog{
			display: inline-block;
			padding: 6px 25px;
			margin-bottom: 0;
			font-size: 14px !important;
			font-weight: normal;
			line-height: 1.42857143;
			text-align: center;
			white-space: nowrap;
			vertical-align: middle;
			-ms-touch-action: manipulation;
			touch-action: manipulation;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background-image: none;
			border: 2px solid #FFFFFF;
			border-radius: 4px;
			margin-top:1%;
			text-indent:none;
			outline:none;
		}

		.btn-dialog:focus{
			outline:none;
		}

		.dialog-body{
			text-align:center;
			margin-bottom:100px;
		}
