@import url("mechquest-style.css");

.mod-top {
	width: 520px;
	height: 30px;
	background: url(/images/mod/top.jpg) no-repeat;
}
.mod-top p {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	font-weight: bold;
}
.mod-mid {
	width: 520px;
	background: url(/images/mod/mid.jpg) repeat-y;
}
.mod-mid p {
	margin: 0px;
	padding: 0px 15px 5px 15px;
}
.mod-bottom {
	width: 520px;
	height: 41px;
	background: url(/images/mod/bottom.jpg) no-repeat;
}
label {
	width: 105px;
	padding: 0px 5px 5px 0px;
	display:block;
	float: left;
	font-weight: bold;
}
.spacer {
	margin-left: 110px;
	margin-bottom: 20px;
}
input.code {
	width: 200px;
}

div.options p {
	padding: 0px 15px;
}
div.options .header {
	background: url(/info/novagem/images/ng-header.jpg) no-repeat top;
	height: 44px;
	width: 528px;
}
div.options .text {
	padding-top: 22px;
	text-indent: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: left;
}
div.options .acAmount {
	padding: 22px 5px 0px 0px;
	float: right;
	font-size: 16px;
	color: #ffff00;
	font-weight: bold;
}

