@CHARSET "UTF-8";

html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}


/* table */
table {
	background-color:#CCCCCC;
}
table td{
	background-color:#FFFFFF;
	padding: 2px 10px 2px 10px;
}


/* input mező */
input[type=text] {
  width: 50;
  text-align:center;
  border: 1px dotted #999;
  border-radius: 0;
  -webkit-appearance: none;
}


/* Linkek */
a {text-decoration:none;color: #44759b;font-weight:bold;}
a:link {text-decoration:none;color: #44759b;font-weight:bold;}
a:visited {text-decoration:none;color: #44759b;font-weight:bold;}
a:hover {text-decoration: none; color: #df6e06;}