@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#center-box {
	position: absolute;
	display: block;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	padding: 5px 0 0 0;
	
}

h3 {
text-align:center;
}
.todisable {
	border: solid 1px #000000;
	background: #FFFFFF;
}

.todisable-red {
	border: solid 1px #FF0000;
	background: #FFFFFF;
}


.disabled {
	border: none;
	color: #000000;
}

#top-image-1 {
	width:100%;
}

.hide {
	display:none;
}

#spacer {
	width: 100%;
	height: 20px;
	display: block;
}