/* CSS Document */
html			{height:100%;}

body            {
                 /* background:  url(images/bgr.gif) center repeat-y;*/
                 margin:0;
			     font-family: verdana, arial, helvetica, sans-serif;
			     text-align: left;
				 font-size: 11px;
				 color: #666666;
				 height:100%;
			    }

p, td, li		{
		         font-family: verdana, arial, helvetica, sans-serif;
		         font-size: 11px;
				}

h1		{
		         font-family: verdana, arial, helvetica, sans-serif;
		         font-size: 12px;
				 font-weight: bold;
				}

#wrapper
				{
				width: 960px;
				/*border: 1px solid #FF8000;*/
				margin: 0px auto; 
				text-align: left;
}
/*--------------------GOMBOK --------------------*/			
.formButton {
cursor:pointer;
padding:1px;
font-size:11px;
}

.button a{
display:table-cell;
background:#EEEEEE;
font-size: 11px;
font-weight:bold;
color: #666666;
border: 1px solid #333333;
padding:3px 5px 3px 5px;
text-decoration:none;
text-align:center;
}

.button a:hover{
background-color:#999999;
color:#FFFFFF;
}
