#test-box {
	margin: 0 auto;
	padding: 0;
	width: 480px;
	background-color: #d6d6d6;
	text-align: left;
}

div#test-box div#top {
	background-color: #d6d6d6;
}

div#test-box div#content {
	padding: 10px;
	background-color: #d6d6d6;
	font-family: Verdana, Geneva, sans-serif;
}

div#test-box div#bottom {
	background-color: #d6d6d6;
}

div#test-box div#top .test-box-top-left {
	float: left;
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/top-left.gif);
	background-position: top right;
}

div#test-box div#top .test-box-top-right {
	float: right;
	width: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/top-right.gif);
	background-position: top right;
}

div#test-box div#bottom .test-box-bottom-left {
	float: left;
	width: 10px;
	height: 9px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/bottom-left.gif);
	background-position: bottom left;
}

div#test-box div#bottom .test-box-bottom-right {
	float: right;
	width: 10px;
	height: 9px;
	background-repeat: no-repeat;
	background-image: url(/images/styles/bottom-right.gif);
	background-position: bottom right;
}

div#test-box div#content div.text {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

div#test-box div#content div.sub_text {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 15px;
}

input.button1 {
	font: bold 84% 'trebuchet ms', helvetica, sans-serif;
	border: 1px solid;
}

input.button1 {
	color: #FFF;
	background-color: #333;
	border-color: #DDD;
}

div#test-box div#content label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div#test-box div#content input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

div#error_div {
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	background-color: #F00;
	border: 1px solid #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	position: absolute;
	z-index: 2;
	top: 205px;
	text-align: center;
	display: none;
}