#badge-maker {
	background: url("../images/background.png") 0 0 no-repeat;
	width: 415px;
	height: 650px;
	position: relative;

	padding: 11px;
	padding-top: 15px;
}

#badge-headline {
	background: url("../images/headline_background.png") 0 0 no-repeat;
	width: 390px;
	height: 55px;
	position: relative;
}

#badge-headline-text {
	position: absolute;
	top: 20px;
	left: 8px;
}

#badge-logo {
	width: 52px;
	height: 14px;
	position: absolute;
	top: 1px;
	right: 0px;
}

#badge-logo img {
	border: 0;
}

#badge-container-choice {
	width: 390px;
	height: 70px;
	margin-top: 30px;
}

#badge-container-choice img:hover {
	cursor: pointer;
}

#badge-choice-right {
	display: inline-block;
	float: right;
	padding: 5px;
	padding-right: 22px;
}

#badge-choice-left {
	display: inline-block;
	float: left;
	padding: 5px;
	padding-left: 15px;
}

.badge-bullet {
	padding: 10px;
	display: inline-block;
}

.badge-choice-text {
	display: inline-block;
}

#badge-container-font {
	width: 377px;
	height: 55px;
	padding-left: 20px;
}

.badge-font {
	display: inline-block;
	padding: 10px;
}

.badge-font img:hover {
	cursor: pointer;
}

#badge-container-color {
	width: 390px;
	height: 105px;
	margin-top: 25px;
	margin-left: 5px;
}

.badge-color-img {
	padding: 3px;
	display: inline-block;
}

.badge-color-img:hover {
	cursor: pointer;
}

#badge-container-text {
	width: 390px;
	height: 40px;
	margin-top: 25px;
}

#badge-text-img {
	display: inline-block;
	padding-left: 50px;
	padding-top: 8px;
}

#badge-input {
	background: url("../images/input_field.png") 0 0 no-repeat;
	position: relative;
	width: 230px;
	height: 34px;
	padding-right: 20px;
	float: right;
	display: inline-block;
}

#badge-input input {
	position: absolute;
	font-family: Courier New, Courier, sans-serif;
	font-size: 16pt;
	left: 12px;
	top: 3px;
	width: 180px;
	height: 25px;
	border: 0px;
}

#badge-container-result {
	width: 365px;
	height: 158px;
	margin-left: 13px;
}

#badge-gen-badge {
	background: url("../images/white_square.png") 0 0 no-repeat;
	width: 169px;
	height: 156px;
	float: left;
	display: inline-block;
}

#badge {
	margin-left: 18px;
	margin-top: 15px;
}

#badge-gen-code {
	background: url("../images/white_square.png") 0 0 no-repeat;
	width: 169px;
	height: 156px;
	float: right;
	display: inline-block;
}

#badge-gen-code textarea {
	font-family: monospace;
	font-size: 8pt;
	width: 157px;
	height: 146px;
	margin: 3px;
	resize: none;
	white-space: wrap;
	overflow: auto;
	border: none;
}

:focus {
	outline: none;
}

#badge-conatiner-result-head {
	width: 365px;
	margin-top: 30px;
	margin-left: 12px;
}

#badge-design-txt {
	display: inline-block;
}

#badge-code-txt {
	display: inline-block;
	float: right;
	margin-right: 86px;
}

