.content {
	width: 820px;
	padding: 10px;
}

.content .title {
	background-color: #FED9BC;
	color: #000000;
	border-top: solid 2px #FD7F18;
	clear: both;
	text-align: left;
	padding-left: 5px;
	margin-top: 10px;
	line-height: 2em;
}

.content .intro {
	clear: both;
	text-align: left;
}

.content .spacer_small {
	clear: both;
	height: 10px;
	font-size: 0;
	line-height: 0em;
}

.content .spacer_medium {
	clear: both;
	height: 20px;
	font-size: 0;
	line-height: 0em;
}

.content .spacer_large {
	clear: both;
	height: 40px;
	font-size: 0;
	line-height: 0em;
}

.content.error {
	background-color: inherit;
	clear: both;
	color: #FF0000;
	text-align: left;
}

.content .label {
	float: left;
	text-align: left;
	width: 200px;
	min-height: 25px;
	height: 25px;
}

.content .field {
	float: left;
	text-align: left;
	width: 620px;
	min-height: 19px;
	overflow: auto;
}

.button {
	border: outset 1px #ccc;
	background: #CCC;
	color: #000;
	font-weight: bold;
	padding: 1px 2px;
}


.button_disabled {
	border: outset 1px #ccc;
	background: #CCC;
	color: #AAA;
	font-weight: bold;
	padding: 1px 2px;
}

.text {
	border: solid 1px black;
	width: 400px;
	height: 15px;
	background-image: url(../images/1500/input.gif);
	padding: 3px;
	margin: 3px;
}

.text_area {
	border: solid 1px black;
	width: 400px;
	height: 200px;
	background-image: url(../images/1500/input.gif);
	padding: 3px;
	margin: 3px;
}


.text_area_wide {
	border: solid 1px black;
	width: 600px;
	height: 200px;
	background-image: url(../images/1500/input.gif);
	padding: 3px;
	margin: 3px;
}

.content .field select {
	border: solid 1px black;
	width: 410px;
	height: 19px;
	margin: 3px;
}

.content .ruler {
	clear: both;
	text-align: left;
	height: 0;
	font-size: 0;
	line-height: 0em;
}

.content .comment_center {
	clear: both;
	text-align: center;
}

.content .comment_left {
	clear: both;
	text-align: left;
}

.content .comment_right {
	clear: both;
	text-align: right;
}

.wait_screen {
	background-color: #ffffff;
	color: #000000;
	border: solid 1px black;
	display: none;
	position: absolute;
	width: 974px;
	left: 50%;
	margin-left: -489px;
	top: 50%;
	margin-top: -57px;
	_margin-left: auto;
	_margin-right: auto;
	text-align: center;
	vertical-align: middle;
}


thead {
	font-weight: bold;
}

thead td {
	padding-right: 40px;
	height: 20px;
	border-bottom: solid 1px #CCC;
}

tbody td {
	padding-right: 10px;
	height: 20px;
	border-bottom: solid 1px #CCC;
}

tbody td.small_left {
	padding-right: 40px;
	height: 20px;
	width: 60px;
	text-align: left;
	border-bottom: solid 1px #CCC;
}

tbody td.small_left .text {
	border: solid 1px black;
	width: 30px;
	height: 15px;
	background-image: url(../images/1500/input.gif);
	padding: 3px;
	margin: 3px;
}

tbody td.small_right {
	padding-right: 40px;
	height: 20px;
	width: 60px;
	text-align: right;
	border-bottom: solid 1px #CCC;
}


tbody td.small_right .text {
	border: solid 1px black;
	width: 30px;
	height: 15px;
	background-image: url(../images/1500/input.gif);
	padding: 3px;
	margin: 3px;
}

tfoot {
	font-weight: bold;
}

#content {
	border: solid 1px red;
}

.astobal_headerbgcolor {
	background-color: #FD7F18;
}

.currency {
	text-align: right;
}
