
body {
	height: 90%;
	background-color: white;
     background-size: cover;
     background-repeat:no-repeat;
    background: radial-gradient(  rgb(224, 223, 223), rgb(255, 255, 255));
}
}



.xinfo_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	border: 1px solid#1d1d1d;
	color: #1d1d1d;
	height: 25px;
	background-color: rgb(255, 255, 255);
}

.xinfo_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #1b1b1b;
	
}

.xinfo_btn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #f9f9f9 5%, #c7c5c5 100%); 
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #bbb9b9;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border: thin solid #cccccc;
	color: #333333;
}



.atext_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border: none;
	color: #333333;
}


.atext_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
}


.aerrortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

.btn{
   color:#343232;
   font-family:Verdana, Arial, helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#cccccc;
   border:1px solid;
   border-top-color:#343232;
   border-left-color:#343232;
   border-right-color:#343232;
   border-bottom-color:#343232;
   }
   
  
.btn:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
.btn:active {
	position:relative;
	top:1px;
}


.atable
{
border-width: 1px;
border-style: solid;
border-color:#4375A8;
background-color: white;
}
.atd
{
border-width: 1px;
border-style: solid;
border-color:#4375A8;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.atd_no_border
{
border-width: 0px;
border-style: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}