/* CSS Lipirisma */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("green_grad.jpg") fixed;
}

.inputbox {
	padding: 2px;
	border:solid 1px #006600;
	color: yellow;
	/*background-color: #FFFF99;*/
	background: url(input_bg.jpg) repeat-x;
}

.inputbox1 {
    color: black;
	padding: 2px;
	border:solid 1px #006600;
	background-color: #ffffff;
/*	background: url(input_bg.jpg) repeat-x;*/
}

.textbox {
    color: black;
	padding: 2px;
	border:solid 1px #006600;
	/*background-color: #99FF00;*/
}

.button {
  color: #FFffff;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 12px;
/*  font-weight: bold;*/
  border: 3px double #006600;
  width: auto;
/*  background: url(../images/button_bg.png) repeat-x;*/
  background-color: #006600;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

a.navwhite:link { text-decoration: none; color: #ffffff; font-family: Arial, Verdana, sans-serif; font-size: 12px; font-weight: light; }
a.navwhite:visited { text-decoration: none; color: #ffffff; font-family: Arial, Verdana,  sans-serif; font-size: 12px; font-weight: light; }
a.navwhite:hover { text-decoration: underline; color: #99FFCC; font-family: Arial, Verdana,  sans-serif; font-size: 12px; font-weight: light; }
a.navblack:link { text-decoration: none; color: #000000; font-family: Arial, Verdana,  sans-serif; font-size: 12px; font-weight: bold; }
a.navblack:visited { text-decoration: none; color: #000000; font-family: Arial, Verdana,  sans-serif; font-size: 12px; font-weight: bold; }
a.navblack:hover { text-decoration: underline; color: #000000; font-family: Arial, Verdana,  sans-serif; font-size: 12px; font-weight: bold; }
h1 { font-family: Arial, sans-serif; font-size: 20px; }
h2 { font-family: Arial, sans-serif; font-size: 18px; }

body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li { font-family: Arial, sans-serif; font-size: 12px; }