body {
	margin: 0;
	padding: 0;
	background-color: #2f2f2f;
	color: #c4c4c4
}

input,
select {
	background-color: #4d4d4d;
	color: #fff;
	border: 4px solid #1a1a1a;
	padding-left: 5px
}

#container {
	overflow: hidden;
	position: relative;
	width: 1024px;
	height: 768px
}

#textElement {
	position: absolute;
	font-size: 14px;
	font-family: Tahoma, Verdana;
	z-index: 1
}

#textElement.drag {
	cursor: move;
	border: 1px solid #fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#textElement.editable {
	cursor: text
}

#inputMessage {
	width: 500px;
}

#inputX, #inputY, #colorR, #colorG, #colorB {
	width: 50px;
}

.resultCode {
	border: 1px solid #fff;
	padding: 5px 20px;
	overflow: hidden
}

#result {
	padding: 0 5px 0 10px;
	margin-right: 5px;
	border: 4px solid #1a1a1a
}

.message {
	padding-left: 10px;
	padding-bottom: 5px
}

.size {
	padding-left: 10px;
	padding-top: 5px
}

.copy {
	display: inline-flex;
	padding-bottom: 5px
}

