@import url('screen/public.css');   /* customized settings */

body, form, fieldset{
  margin:0px;
  padding:0px;
  text-align:center;
  line-height:15px;
  font-size:10px;
}

body, input, textarea, select, options, span, div, p, ul, ol, label, fieldset, legend, table, tr, td, th, li, h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, select, textarea, option : hover{
  background-color: #E8F8FF;
}

img, span, input, a, p, legend, label, select{
  vertical-align:middle;
}

img{
  border:0px;
}

a {
  color: #303030;
  background-color: transparent;
  text-decoration: none;
  border:0px;
}

a:visited {
  color: #303030;
  background-color: transparent;
  text-decoration: none;
}

a:hover, a:focus {
  color: #585858;
  background-color: transparent;
  text-decoration: none;
}

fieldset{
  border:1px solid #303030;
}

.float_left{
  float:left;
}

.float_right{
  float:right;
}

.align_right{
  text-align:right;
}

.align_left{
  text-align:left;
}

.link{
  cursor:pointer;
  cursor:hand;
}

.clearer{
  clear:both;
  height:1px;
  font-size:1px;
  line-height:1px;
  width:1px;
}

.transparent{
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}

#systemWorking{
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:2;
  position:absolute;
  text-align:center;
  background-color:#cccccc;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
}




