@charset "iso-8859-1";
/* CSS Document */

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background:url(images/bg.jpg) no-repeat top center #97cae4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {

    color: #406998;
    margin: 0px;
}
h2 {
    font: normal 20px tahoma, Arial; 
}
a:link {
	color: #008AFF;
}
a:visited {
	color: #008AFF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #008AFF;
}
.inp1{
width:156px;height:20px;border-style:solid;border-width:0px;background-color:#FFFFFF;
}
.tbdo{
background-color:#FFFFFF;
}
.o1{
padding-top:18px;padding-left:24px;line-height:18px
}
.style1 {color: #B7B7B7}
#idcls{
color:#B7B7B7;
}

#feedback { 
  height: 104px; 
  width: 104px; 
  position: fixed; 
  top: 40%; 
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a { 
  display: block; 
  background: #f00; 
  height: 15px; 
  width: 70px; 
  padding: 8px 16px;
  color: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 17px; 
  font-weight: bold; 
  text-decoration: none; 
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
}

#feedback a:hover { 
  background: #06c; 
}