/******************************
Globals
*******************************/
* {margin:0;padding:0; }
ul {margin:0em 1em 1em 2em; }
html {min-height:100%; }
a img {border:0; }
body {min-width:100%;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:1.7em;color:#333333;background:#e6e6e6;}
.show {display:block; }
.hide,
#BGS_select,
#SEALS_select {display:none; }
hr {height:0;border:none;border-top:1px solid #ccc; }
.clear {clear:both; }

/******************************
Fonts
*******************************/
h1 {font-size:2.5em;padding:0em 0em .5em;color: #ffffff;}
h2 {font-size:1.6em;padding:0.5em 0em; }
h3 {font-size:1.4em;padding:0.5em 0em 0.5em 0.3em;; }
p {font-size:1em;line-height:1.7em; }
a {color:#8e1a1e;text-decoration:none; }
a:hover {text-decoration:underline; }

/******************************
Structure
*******************************/
.wrap {
	width:1200px; //** 960 - smaller go to right, for example 96**//
	width:1000px; //** 800 **//
	margin:0 auto;
	position:relative; }

header {
	background:#FFFFFF;
	border-bottom:2px solid white;
	box-shadow:0px 0px 5px #999; }


.selectSeal {
	width:200px; 
	float:left; }  //** from float:left **//

.selectBg {
	width:1200px; //** from 800 **//
	float:left; }

.bannerPreview {
	margin:15px 0px;
	position:relative;
	display:block; }

.bannerPreview,
.canvas {
	width:1200px; //** from 800 **//
	overflow:hidden; }

#SEALS_img_div {
	position:absolute;
	top:160px;  //** from top:160px **//
	left:640px; //** from left:640px **//
	z-index:10; }

fieldset {
	padding:10px;
	border:none;
	position:relative; }

form input,
form select {
	padding:5px;
	font-size:14px;
	color:#666; }

ul.text-fields {
	margin:0px;
	clear:both;
	list-style-type:none; }

ul.text-fields li {
	float:left; }

ul.text-fields li input,
ul.text-fields li select {
	margin:10px 5px; }

ul.text-fields li:first-child {
	width:35%; }

ul.text-fields li:nth-child(2),
ul.text-fields li:nth-child(3) {
	width:15%; }

ul.text-fields li:nth-child(4) input {
	margin:15px; }

ul.text-fields li:first-child input {
	width:230px; }



#resetbtn,
#convertpngbtn {
	padding:3px; }

#convertpngbtn {
	display:none; }