.error {
	color: #FF0000;
}
.message {
	color: #00CC00;
}
a:link, a:visited, a:active {
	color: #669900;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #99CC33;
	font-weight: normal;
	text-decoration: underline;
}
a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
body {
	font-size: 10pt;
	font-family: verdana, arial, serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	color: #000000;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
div, table, tr, td {
	font-size: 10pt;
	font-family: verdana, arial, serif;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px auto;
	color: #000000;
}
div.body_layer {
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-left: 1px;
	padding-right: 1px;
}
div.box_layer {
	font-size: 8pt;
	border: #0099CC 1px solid;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
div.box_layer_header {
	color: #FFFFFF;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	font-family: verdana, arial, serif;
	background-color: #0099CC;
	padding: 4px;
}
div.header_layer {
	width: 100%;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana, arial, serif;
	background-color: #0099CC;
	text-align: left;
	vertical-align: top;
	padding: 7px;
	padding-left: 6px;
	padding-right: 6px;
}
div.header_layer a {
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
}
div.header_layer a:hover {
	color: #FFF !important;
	font-weight: bold;
	text-decoration: underline;
}
div.sign_canvas {
	width: 220px;
	height: 345px;
	text-align: center;
	vertical-align: top;
	background-position: top center;
	background-repeat: no-repeat;
}
div.sign_design_header {
	width: 305px;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana, arial, serif;
	background-color: #0099CC;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;
	border: #0099CC 1px solid;
}
div.sign_design_thumbs {
	text-align: center;
	width: 305px;
	height: 150px;
	border: #0099CC 1px solid;
	overflow: auto;
}
div.sign_graphics {
	width: 150px;
	height: 150px;
}
div.sign_support {
	width: 150px;
	height: 65px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
}
div.sign_text {
	width: 150px;
	height: 65px;
	vertical-align: bottom;
	background-color: #FF0000;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	text-align: center;
}

form {
	margin: 0px;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	font-family: verdana, arial, serif;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	font-family: verdana, arial, serif;
}

table.body_table {
	width: 100%;
}
table.error_table {
	border: #FF0000 1px solid;
	width: 100%;
}
table.header_table {
	width: 100%;
}
table.message_table {
	border: #0099CC 1px solid;
	width: 100%;
}
table.sign_design_table {
	width: 100%;
}
td.body_center {
	text-align: left;
	vertical-align: top;
}
td.body_left {
	text-align: center;
	vertical-align: top;
}
td.body_right {
	text-align: center;
	vertical-align: top;
}
td.header_center {
	text-align: center;
	vertical-align: top;
}
td.header_left {
	text-align: left;
	vertical-align: top;
}
td.header_right {
	text-align: right;
	vertical-align: top;
}
td.message_icon_cell {
	width: 48px;
	vertical-align: middle;
	text-align: center;
}
td.message_text_cell {
	width: auto;
	vertical-align: top;
	text-align: left;
}
td.sign_design_left {
	width: 240px;
	text-align: center;
	vertical-align: top;
}
td.sign_design_right {
	text-align: left;
	vertical-align: top;
}
td.sign_progress_arrow {
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
td.sign_progress_complete {
	font-size: 8pt;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: middle;
}
td.sign_progress_current {
	font-size: 8pt;
	background-color: #DDDDDD;
	text-align: left;
	vertical-align: middle;
	border: #0099CC 1px solid;
}
td.sign_progress_incomplete {
	font-size: 8pt;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
ul {
	list-style-image: url('images/small_bullet.gif');
}