@CHARSET "UTF-8";

html{
	height: 99%;
	width: 99%;
	margin: 0;
	padding: 0;	
}
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
    #box-shadow: 0px 0px 10px rgba(0,0,0,.6);
    z-index: 100;
}

body
{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;	
}

.center-block {
	top: 0px;
	left: 0px;
	position: absolute;
	display: table;	
	padding: 0;
	margin: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid red;
	background-color: rgba(0,0,0,0.55); 

}

.center-hw {
	margin: 0;
	padding: 0;	
	vertical-align: middle;
	display: table-cell;	
	border-style: solid;
	border-width: 0px;
	border-color: red;
	border-collapse: collapse;
}

.center-block-frame {
	display: block;
	vertical-align: middle;
	border:0px green solid;	
}

.dialog-table {
	margin:auto;
	width:400px;
	height:260px;
	position:relative;
	
	-moz-border-radius:15px;
	border-top-right-radius:5px;
	border-top-left-radius:60px; 
	/* border-bottom-right-radius:15px;*/
	
	-webkit-border-radius:15px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:60px; 
	/* -webkit-border-bottom-right-radius:60px;*/ 
	
	background: -webkit-gradient(linear, left top, left bottom, 
								 color-stop(0, #EFF2FA), 
								 color-stop(0.03, #d6e6f0), 
								 color-stop(0.97, #ddeef6), 
								 color-stop(1, #EFF2FA));
	background: -moz-linear-gradient(top, #EFF2FA, #d6e6f0 3%, #ddeef6 97%, #EFF2FA 100%);
	background-color:transparent; 
    -webkit-box-shadow: 0px 0px 30px #d6e6f0;
    -moz-box-shadow: 0px 0px 30px #d6e6f0;
}

.dialog-table-header-cell {
    
	border-top-left-radius:60px;
	border-top-right-radius:5px;
 
	-webkit-border-top-left-radius:60px;
	-webkit-border-top-right-radius:5px;
	
	padding:0px;
	margin:0px;
	height:60px;
	background: -webkit-gradient(linear, left top, left bottom, 
								 color-stop(0, #333334), 
								 color-stop(0.03, black), 
								 color-stop(0.57, #333334), 
								 color-stop(1, black));
	background: -moz-linear-gradient(top, #333334,
								      black 3%, 
	                                 #333334 57%, 
	                                  black 100%);
}
.dialog-table-header { 	
	background:url("/images/bulsat.png") no-repeat 
	           left center transparent;
	
	border-bottom:1px red solid;	
	height:100%; 
} 

.dialog-select-box {
	width:70%;
	margin:auto;
	padding:4px;
	height:102px;
	text-align:left;
	overflow-y:auto;
	
	-moz-border-radius:15px;
	border-top-right-radius:5px;
	border-top-left-radius:30px;
	
	-webkit-border-radius:15px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:30px;

	/* background-color:transparent; */ 
    -webkit-box-shadow: 0px 0px 20px -10px #7B899B;
    -moz-box-shadow: 0px 0px 20px -10px #7B899B;
    
	 border:1px #d6e6f0 solid;
 	 	
}

.dlgBtn {
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, 
								 color-stop(0, #777778), 
								 color-stop(0.03, #333334), 
								 color-stop(0.97, #555556), 
								 color-stop(1, black));
	background: -moz-linear-gradient(top, 
	                                  #777778   0%,
								      #333334   3%, 
	                                  #555556  97%, 
	                                  black   100%);
	color: white;
	padding: 3px 10px 3px 10px ;
 
	cursor: pointer;

	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid transparent;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	min-width:100px;
}