
/* init */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; font-size:100%;}
body {line-height: 1;}
h1, h2, h3, h4, h5, h6 {/*clear: both;*/ font-weight: normal;}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {content: ''; content: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
a img {border: none;}


/* ********** */
body {
	background:#f6f6f6;
	color:#333;
}

.header {
	padding: 20px 0;
	text-align:center;
}
.header span {padding:10px;}

.cpanel {
	margin:0 auto 10px auto;
	text-align:center;
}
.cpanel form {
	display:inline-block;
	padding:8px;
	border-radius:10px;
	border:1px solid #cccccc;
	background:#eee;
	white-space:nowrap;
}
/* for chrome */
@media (max-width: 600px) {
	.cpanel form {white-space:normal;}
	.cpanel fieldset {padding:5px;}
}
.cpanel label {
	padding-right:5px;
	white-space:nowrap;
	position:relative;
}
.cpanel fieldset {
	display:inline;
	white-space:nowrap;
}

.ppanel {
	text-align:center;
	margin-bottom:10px;
}
.share {
	display:none;
}

.canvas {text-align:center;}
#myCanvas {background:#ffffff;}

#history {margin:30px auto; max-width:480px;}
#history div {padding:3px; overflow:hidden; white-space:nowrap; text-align:center;}
#history p {text-align:center; font-size:75%;}

#result img {max-width:100%;}

#picker {
	position: absolute;
	left: 0;
	top: auto;
	width: 200px;
	z-index:10000;
	background:#333;
	border-radius:10px;
	border:10px solid #333;
}

.ui-widget {
	font-size:80%;
}
.ui-widget h2 {
	margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
}
.ui-widget p {
	margin-bottom:10px;
	line-height:1.4;
}

