#login input,textarea
{
	float: left;
}

.large-button, .large-submit
{
	margin: 5px 0px;
	padding: 5px 20px 8px;
	font-size: 13px;
}

.darkstripe 
{
	background-color: #f8f8f8;
}

.darkstripe  td
{
	padding: 4px;
}

.lightstripe
{
	background-color: #fdfdfd;
}

.lightstripe  td
{
	padding: 4px;
}

.errorstripe 
{
	background-color: #fdd;
}

.errorstripe  td
{
	padding: 4px;
}

.required
{
	color: red;
	font-weight: bold;
}

.green
{
	background-color: #efe;
}

#register-table, #checkout-table
{
	width: 100%;
}

.oknotice
{
	background-color: #efe;
	border: 1px thin;
}

.errornotice
{
	background-color: #fdd;
	border: 1px thin;
	font-weight: bold;
}

#register-table input, select, textarea
{
	float: right;
}

#checkout-table input, select, textarea
{
	float: right;
}
