html, body	{
	height : 101%;
	}
body	{
	background : white;
	margin : 0px;
	}
body	{
	font-family : tahoma, verdana, arial, san-serif;
	font-size : 10pt;
	color : black;
	}
h1, h2	{
	font-family : helvetica, verdana calibri, verdana, arial, serif;
	font-weight : normal;
	color : #b58585;
	font-size : 18pt;
	}


input[type="submit"], input[type="button"]	{
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #CCC;
  background: -moz-linear-gradient(#FFF, #BBB);
  background: -o-linear-gradient(#FFF, #BBB);
  background: -webkit-linear-gradient(#FFF, #BBB); 
  color: #000;
  text-shadow: 1px 1px #FFF;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;	
	}
input[type="text"], select, input[type="password"]	{
  padding: 2px 5px 3px 0px;
  background: #CCC;
  background: -moz-linear-gradient(#FFF, #BBB);
  background: -o-linear-gradient(#FFF, #BBB);
  background: -webkit-linear-gradient(#FFF, #BBB); 
  color: #000;
/*  text-shadow: 1px 1px #FFF;*/
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;	
	}
