table.standard
{
  width:708px;
  margin: 1em 0;  
  border-collapse: collapse;
  font-size:0.75em;
  color: #606060;
}

table.standard th, table.standard td
{
  padding: 3px 5px;  
}

table.standard th
{  
  text-align: left;  
}



.purchase {
  margin: 0px 0px 0px 15px;
	border:1px solid #b0b0b0;
	padding:10px;
	background-color: #FFF;
}
.purchase th {
	font-size:0.75em;
	font-weight:normal;
	text-align:left;
	background:#eee;
	padding:6px;
	}
.purchase td input, .purchase td select {
	border:1px solid #999;
	padding:1px;
	width:200px;
	}
.purchase td, .purchase th {
	border-bottom:2px solid #fff;
	}
.purchase td .radio {
	border:0;
	width:auto;
	}
span.required {
	color:#FF0000;
	font-size:0.75em;
	}
.purchase td {
	background:#f0f0f0;
	padding:1px;
	font-size:0.75em;
	}
.purchase tfoot, .purchase tfoot th {
	text-align:right;
	}
	.purchase .submit {
		border:0;
		font-size:1em;
		text-align:center;
		cursor:pointer;
		padding-left: -10px;
		width:176px;
		height:31px;
		line-height:31px;
		background: transparent url('../images/g-button.gif') no-repeat;
		color:#fff;
}
.purchase .jslink {
	margin-left:10px;
	text-decoration:underline;
	cursor:pointer;
}

/* Login Table */
#content .login p {
	margin:1em 0 0 0;
	padding:0;
}
.login {
  margin: 0px 0px 0px 15px;
	border:1px solid #b0b0b0;
	padding:10px;
	background-color: #FFF;
	width:400px;
}
.login th {
	font-size:0.75em;
	font-weight:normal;
	text-align:left;
	background:#eee;
	padding:6px;
	}
.login td input, .login td select {
	border:1px solid #999;
	padding:1px;
	width:200px;
	}
.login td, .login th {
	border-bottom:2px solid #fff;
	}
.login td .radio {
	border:0;
	width:auto;
	}

.login td {
	background:#f0f0f0;
	padding:1px;
	font-size:0.75em;
	}
.login tfoot, .login tfoot th {
	text-align:right;
	}
	.login .submit {
			border:0;
			font-size:1em;
			cursor:pointer;
			margin:0;
			width:176px;
			height:31px;
			line-height:31px;
			padding:0 0 0 60px;
			background: transparent url('../images/g-button.gif') no-repeat;
			color:#fff;
	}
	.login .button {
			display:none;
	}
