a:link {
	color: #808080;
	text-decoration: none; 
	font-weight: bold; 
}

a:visited {
	color: #808080;
	text-decoration: none;
	font-weight: bold; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
H1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
H2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}
		
#puzzle {
  margin:3px;
  padding:3px;
  width:560px;
  height:620px;
}
span.congrats {
  background-color: #E8A400;
  color:white;
  font-weight: bold;  
}
#puzzleinfo {
	width:600px;
	height:25px;
}
#statusbar {
	width:400px;
}
.img-shadow-main {
  float:middle;
  width:325px;
}

.img-shadow-portrait {
	padding-top:0px;
  float:middle;
  width:320px;
}
.img-shadow-landscape {
 	padding-top:35px;
 float:middle;
  width:420px;
}
.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  #border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  #padding: 4px;
}
.img-shadow2 {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 9px;
}

.img-shadow2 img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
}
#painting-matrix {
  margin:3px;
  padding:8px;
  width:560px;
  height:620px;
}
table.order_table {
	background: #FFFFFF;
	border-width: 1px;
	border-color: #676767;
	border-style: solid;
	padding: 0px;
	margin: 0px;
}

table.order_table td {
	font-size: 11px;
	padding: 0px;
}

