* {
	padding: 0px;
	margin:0;
}

html, body	{ 
	height:100%; 
	width: 100%;
}
a:focus, a:active {
  outline:none;
}

.wrapper {
	width: 819px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 15px;
}
.header {
	height: 128px;
	width: 1198px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#flashContent { 
	display:none; 
}

ul, li {
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
}
#text_inputs input {
	border: solid 1px #000000;
	padding:3px;
}
.text_inputs {
	float: right;
	width:400px;
	text-align:right;
}

.text_inputs li {
	margin-bottom:3px;
}
.colour_picker {
	width: 110px;
	background-color: #DDD;
	font-size:0;
	padding:2px;
	position: absolute;
}
#current_font {
	background-image: url(../images/fonts.png);
	background-repeat: no-repeat;
	position: relative;
}

.colour_picker li {
	margin-bottom:3px;
}
.font_picker li {
	margin-bottom:4px;
}
#font_label {
	font-size:18px;
	text-align:center;
	height: 30px; 
	overflow: hidden; 
	position: relative; 
	display: inline-block;
	padding-bottom:15px;
}
.font_picker {
	width: 180px;
	background-color: #DDD;
	font-size:0;
	position: absolute;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.colour_picker li
{
	border:solid 2px #FFF;
	width:28px;
	margin:2px;
	display:inline-block;
	float:left;
}
.colour_picker a {
	width:28px;
	height:28px;
	text-decoration:none;
	display:block;
	background: url("../images/color_grad.png") repeat scroll 0 0 transparent
}

.colour_picker a:hover {

}
.tool_bar {
	background-image: url(../images/tool_bar_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 84px;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.tool_bar #buttons {
	float: left;
	padding-top: 12px;
	padding-left: 4px;
}
.tool_bar #labels {
	float: left;
	width: 114px;
	background-image: url(../images/tool_bar_labels.png);
	background-repeat: no-repeat;
	background-position: 0px -85px;
	height: 80px;
}
#labels #label {
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 17px;
	margin-left: 12px;
}

#labels #label a{
	text-decoration:none;
	color:#333;
	font-size:18px;
}
.textline {
	width: 250px;
	margin-right: 10px;
}
.wrapper #workarea {
	padding: 15px;
}
#hidden_settings {
	display:none;
}

#preview_area {
	float:left;
	width: 300px;
}
#continue_box {
	float:right;
	width:400px;
	text-align:right;
	font-weight:bold;
}

#checkout_table td{
	padding: 3px;
}
#details dt {
	font-weight: bold;
}
#details dd {
	padding-bottom: 15px;
}
#details {
	padding-top: 20px;
}
#warning_bar {
	background-color: #FFCACA;
	text-align: center;
	padding: 4px;
	border: 1px solid #F00;
	width:50%;
	float:right;
}

