.blue {
	border: 1px solid 		#044062 ;
	background: 			#396b9e ;
	font-weight: bold;
	color: 					#fff ;
	text-shadow: 0  1px  1px  #044062 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 ), to( #396b9e )); 
	background-image: -webkit-linear-gradient( #5f9cc5 , #396b9e ); 
	background-image:    -moz-linear-gradient( #5f9cc5 , #396b9e ); 
	background-image:     -ms-linear-gradient( #5f9cc5 , #396b9e ); 
	background-image:      -o-linear-gradient( #5f9cc5 , #396b9e ); 
	background-image:         linear-gradient( #5f9cc5 , #396b9e );
}

.yellow {
	border: 1px solid 		#F4C63f ;
	background: 			#fadb4e ;
	font-weight: bold;
	color: 					#222 ;
	text-shadow: 0  1px  0  	#fff ;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #ffefaa ), to( #ffe155 )); 
	background-image: -webkit-linear-gradient( #ffefaa , #ffe155 ); 
	background-image:    -moz-linear-gradient( #ffefaa , #ffe155 ); 
	background-image:     -ms-linear-gradient( #ffefaa , #ffe155 ); 
	background-image:      -o-linear-gradient( #ffefaa , #ffe155 ); 
	background-image:         linear-gradient( #ffefaa , #ffe155 );
}


.table
{
font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
     -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
border-collapse:collapse;
    table-layout: fixed;
    width: 100%;
}

.gray
{
    border: 1px solid 		#bbb ;
	background: 			#fff ;
	font-weight: bold;
	color: 					#333 ;
	text-shadow: 0  1px  0  #fff ;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa), to( #f6f6f6 )); 
	background-image: -webkit-linear-gradient( #fafafa , #fff ); 
	background-image:    -moz-linear-gradient( #fafafa , #f6f6f6 ); 
	background-image:     -ms-linear-gradient( #fafafa , #f6f6f6 ); 
	background-image:      -o-linear-gradient( #fafafa , #f6f6f6 ); 
	background-image:         linear-gradient( #fafafa , #f6f6f6 );
	
	}





.black {
	border: 1px solid 		#111 ;
	background: 			#333 ;
	font-weight: bold;
	color: 					#fff ;
	text-shadow: 0  1px  1px  #000 ;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #4f4f4f ), to( #2d2d2d )); 
	background-image: -webkit-linear-gradient( #4f4f4f , #2d2d2d ); 
	background-image:    -moz-linear-gradient( #4f4f4f , #2d2d2d ); 
	background-image:     -ms-linear-gradient( #4f4f4f , #2d2d2d ); 
	background-image:      -o-linear-gradient( #4f4f4f , #2d2d2d ); 
	background-image:         linear-gradient( #4f4f4f , #2d2d2d );
}

.ui-corner-top {
	-moz-border-radius-topleft: 		.6em ;
	-webkit-border-top-left-radius: 	.6em ;
	border-top-left-radius: 			.6em ;
	-moz-border-radius-topright: 		.6em ;
	-webkit-border-top-right-radius: 	.6em ;
	border-top-right-radius: 			.6em ;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 		.6em ;
	-webkit-border-bottom-left-radius: 	.6em ;
	border-bottom-left-radius: 			.6em ;
	-moz-border-radius-bottomright: 	.6em ;
	-webkit-border-bottom-right-radius: .6em ;
	border-bottom-right-radius: 		.6em ;
	}


.styled-select {
   width: 100%;
   height: 34px;
   overflow: hidden;
   border:hidden;
   background: url(../image/dsat_pointToPoint/new_arrow.png) no-repeat  right ;
   background-size: 12px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
       -webkit-appearance: none;
    -moz-appearance: none !important;
    appearance: none;
}
.styled-select select {
    -webkit-appearance: none;
 -moz-appearance: none !important;
    appearance: none;
   background: transparent;
   width: 100%;
   padding: 20px;
   font-size: 16px;
   height: 34px;
   -webkit-appearance: none;

}	
	
#box {
display: none;
}
