body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	text-align: center;
}

.pop{
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: justify;
	padding: 10px;
}

a:link, a:visited, a:active{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

img{
	border: 0px;
}

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

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

.left{
	text-align: left;
	float: left;
}

.right{
	text-align: right;
	float: right;
}

#page{
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	height: auto;
	text-align: justify;
	border: 1px solid #A8A8A5;
}

#account_page{
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height: inherit;
	text-align: justify;
	padding: 10px;
	text-align: justify;
	/*border: 1px solid #A8A8A5;*/
}

#title{
	background-image: url('../images/header_title.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 784px;
	height: 22px;
	border: 1px solid #FFFFFF;
	float: none;
	background-color: #FFFFFF;
}

#header{
	width: 784px;
	height: 98px;
	float: none;
	background-image: url('../images/header_labels.jpg');
	background-repeat:no-repeat;
}

#footer{
	width: 784px;
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
}

#footer a:link, a:visited{
	color: #999999;
}

#menu{
	width: 784px;
	height: 24px;
	border-top: 2px solid #FFFFFF;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

#menu .item{
	color: #000000;
	font-weight: bold;
	width: 156px;
	height: 24px;
	float: left;
	text-align: center;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	text-transform:uppercase;
	padding-top: 4px;
}

#menu .item a:link, .item a:visited, .item a:active{
	color: #000000;
	text-decoration: none;
}

#menu .item a:hover{
	
	text-decoration: none;
	letter-spacing: 1px;
}

#main{
	width: 784px;
	height: auto;
	margin: 1px;
}

#loginBox{
	width: 200px;
	float: right;
	margin-right: 5px;
	text-align: right;
}

#loginBox a:visited, a:link{
	color: #666666;
	text-decoration: underline;
}

#loginBox a:hover{
	text-decoration: none;
}

#main .column_left{
	float: left;
	vertical-align: top;
	width: 275px;
	margin-left: 5px;
	margin-right: 10px;
}

#column_left p{
	vertical-align: top;
	margin: 10px;
}

#v_divider{
	float: left;
	width: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	height: 200px;
}

#main .column_right{
	width: 460px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	vertical-align: top;
}

.redText{
	color: #FF0000;
}

.grey{
	background-color: #999999;
	color: #FFFFFF;
}

.grey td{
	color: #FFFFFF;
	border: 1px solid #999999;
	padding: 4px;
}

.orderTable table{
	width: 430px;
}

.orderTable td{
	padding-left: 10px;
	border: 1px solid #C2DC45;
}

#labelPreview{
	width:400px;
}