#mask {
	position:absolute;
	z-index:9000;
	background-color:#000;
	display:none;
}
/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead.glowa th,
tbody th
{
/*	background            : #FFF url(th_bck.gif) repeat-x; */
	background            : #ABABAB url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
  text-align            : center;
}
tbody th
{
  background            : #E4E0E0;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody.szkielet tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #D3D2D1;
  color                 : #666;
  text-align            : center;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}


div#statement a:visited
{
	color                 : #966;
}

table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}

label {
display:block;
float: left;
text-align:right;
width: 100px;
font-size: 12px;
font-weight:bold;
margin-bottom: 10px;
padding-right: 10px;
}

div#addressForm br {
clear:left;

}
div#addressForm input.small {
display:block;
float:left;
width: 140px;
margin-bottom: 10px;
}
button {
	display: inline-block;
	float: right;
}
div#addressForm input.large {
display:block;
float:left;
width: 390px;
margin-bottom: 10px;
}
div#addressForm input.btn {
background-color: red;
}
body input.red {
	background-color: #E18A8A;
}
#printLabel {
	display: block;
	float: none;
	height: 40px;
	width: 150px;
}
