body {
	background: #6A7495;
	color: #ffffff;
}

.wrapper {
	width: 700px;
	margin: 0 auto;
}

.box {
	float: left;
	text-align: center;
	padding: 10px;
}

.clear {
	clear: both;
}

.xml-wrapper {
	background: url(textbox-bg.png) repeat-y;
	width: 651px;
	margin: 0 auto;
}

.xml-top {
	background: url(textbox-top.png) no-repeat;
	width: 651px;
	height: 38px;
}

.xml-bottom {
	background: url(textbox-bottom.png) no-repeat;
	width: 651px;
	height: 45px;
}

.xml-load, .xml-copy {
	margin-top: 13px;
	width: 310px;
	height: 22px;
	border: 0;
}

.xml-load {
	background: url(load.png) no-repeat;
	margin-left: 13px;
}

.xml-copy {
	background: url(copy.png) no-repeat;
}

.notification {
	width: 650px;
	height: 30px;
	margin: 0 auto;
}

.notify {
	margin: 5px;
	display: none;
}

.notify div {
	padding: 5px;
}

#xml {
	background: none;
	width: 620px;
	height: 100px;
	color: #C3C3C3;
	border: 0;
	outline: none;
	max-width: 620px;
	margin-top: -25px;
	margin-left: 15px;
	margin-right: 15px;
}

.btn {
	background: url(button.png) no-repeat;
	width: 310px;
	height: 22px;
	border: 0;
	color: #c3c3c3;
	font-family: Verdana;
	font-size: 11;
	text-align: center;
}