.description {
	font-weight: bold;
}

#enter_code, #loading, #loading2, #success, #error {
	margin: 10px auto 10px auto;
}

#loading, #loading2, #success, #error {
	display: none;
}

#code {
	/*background: #1a2729 url('./images/icon_textbox_key.gif') no-repeat left center;*/
	background: url('./images/icon_textbox_key.gif') no-repeat left center;
	padding-left: 14px;
	font-family: 'courier new', monospace, serif;
}

#loading, #loading2 {
	width: 128px;
	height: 15px;
	background-image: url("./images/loading.gif");
}

#success {
	font-weight: bold;
	color: green;
}

#error {
	font-weight: bold;
	color: red;
}

.delete {
	float: right;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background-image: url("./images/delete.png");
}

.confirm {
	font-weight: bold;
	background-color: red;
}

input.key-box {
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
	outline: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

input.key-box:hover {
	outline: none;
	border-width: 1px;
	border-style: solid;
}

input.key-box:focus {
	outline: none;
	border-width: 1px;
	border-style: solid;
}