td#bg-main {
	width:476px;
}
td#bg-sub {
	width:300px;
}

td#bg-main div.wg-form table td {
	padding:8px 6px;
}
td#bg-main div.wg-form button {
	cursor:pointer;

	border:#000000;border-style:solid;
	border-width: 1px;

	color:#F0F0F0;
	letter-spacing: 2.0em;
	text-shadow: 1px 1px 0px #000000;

	padding:8px 2.2em 8px 4.2em;

	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

background: #45484d;
background: -moz-linear-gradient(top,  #45484d 0%, #45484d 50%, #333333 51%, #45484d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(50%,#45484d), color-stop(51%,#333333), color-stop(100%,#45484d));
background: -webkit-linear-gradient(top,  #45484d 0%,#45484d 50%,#333333 51%,#45484d 100%);
background: -o-linear-gradient(top,  #45484d 0%,#45484d 50%,#333333 51%,#45484d 100%);
background: -ms-linear-gradient(top,  #45484d 0%,#45484d 50%,#333333 51%,#45484d 100%);
background: linear-gradient(to bottom,  #45484d 0%,#45484d 50%,#333333 51%,#45484d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#45484d',GradientType=0 );

}
td#bg-main div.wg-form button:hover {
	border:#6699FF;border-style:solid;
	border-width: 1px;
	text-shadow: 1px 1px 0px #0000FF;

background: #b7deed;
background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7deed), color-stop(50%,#71ceef), color-stop(51%,#21b4e2), color-stop(100%,#b7deed));
background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: -o-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: -ms-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 );

}


table#bg-result {
	width:100%;
	margin:8px 0px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
}
table#bg-result th, table#bg-result td {
	padding:4px 2px;
	border:#DCDCDC;border-style:solid;
	border-width: 1px;
}
table#bg-result thead th {
	background: #f9fafd;
	background: -moz-linear-gradient(top,  #f9fafd 0%, #dee4ef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafd), color-stop(100%,#dee4ef));
	background: -webkit-linear-gradient(top,  #f9fafd 0%,#dee4ef 100%);
	background: -o-linear-gradient(top,  #f9fafd 0%,#dee4ef 100%);
	background: -ms-linear-gradient(top,  #f9fafd 0%,#dee4ef 100%);
	background: linear-gradient(to bottom,  #f9fafd 0%,#dee4ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafd', endColorstr='#dee4ef',GradientType=0 );
}
table#bg-result tbody th {
	background-color:#F9FAFD;
	padding:4px 6px;
}
table#bg-result tbody td {
	background-color:#F9FAFD;
}




div.bg-status {
	border:#AAAAAA;border-style:solid;
	border-width: 1px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
	padding:8px 0px;
	font-size:14px;
	margin-bottom:6px;
}
div.bg-status p {
	padding:0px; margin:4px;
	text-align:center;
}
div.bg-status span {
	font-family:"Arial";
	font-size:13px; font-size:1.3rem;
	font-weight:bold;
	color:#FF3333;
	line-height: 24px;
}
div.bg-status div.caption {
	text-align:center;
}
div.bg-status div.right {
	margin-right:6px;
}
