* {
	padding: 0px;
	margin: 0px;
}

body {
	position: relative;
}

.autographBox-center .row {
	width: 100%;
}

.autographBox01 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999;
}
.jSignature{
	background: transparent !important;
	position: relative;
	z-index: 111;
}
.autographBox01.trans canvas {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: 200% !important;
}

.autographBox-center {
	width: 100%;
	height: 100%;
	padding: 42px 0 54px;
	position: relative;
	box-sizing: border-box;
}

.autographBox-center .title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1111;
}

.autographArea {
	overflow: hidden;
	position: relative;
}

.autographBox-center .row:after,
.autographBox-center .row:before {
	width: 100%;
	display: table;
	content: "";
	clear: both;
}

.autographBox-center .title h3 {
	display: inline-block;
	height: 100%;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #d7dbde;
	padding: 12px 0;
}

.autographBox-center .btnBar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	padding: 0 14px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.autographBox-center .btnBar a {
	width: 1%;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.button {
	display: inline-block;
	zoom: 1;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: 300;
	padding: 0 14px;
}

.button100 {
	display: block;
	padding: 0;
}

.btn01-2 {
	background: #fff;
	color: #0a5ecc;
	border: 1px solid #0a5ecc;
	margin-right: 7px;
}

.btn01 {
	background: #0a5ecc;
	border: 1px solid #0a5ecc;
	margin-left: 7px;
}

.btnDis01,
.button[disabled] {
	background: #b5d4fc;
	border: 1px solid #b5d4fc;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

.autographBox-center .autographArea,
.autographBox-center .autographArea canvas {
	width: 100% !important;
	height: 100% !important;
}

.autographBox01.trans {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.autographBox-center .autographArea canvas {
	height: 200% !important;
}
.sing_t {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 50%;
	margin-top: -10px;
}

.sing_t .color_o {
	color: #ff9900;
}
#someelement{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 110px;
	height: 110px;
	z-index: 111111;
	background: #eee;
	padding: 5px;
}
#someelement img{
	display: block;
	width: 100%;
	height: 100%;
}
