table {
	border:				1px dotted #666666;
}

th {
	font-size: 			1.1em;
	padding-top:		5px;
	padding-bottom:		15px;
	font-weight:		bold;
}

td {
	padding:			3px;
}

.filler_cell {
	padding:			0px;
}

.label {
	text-align:			right;
	width:				60px;
	padding:			0 3px; 0 0;
}


.left {
	text-align:			left;
	padding:			0 0 0 3px;;
}

.medium  {
	width:				125px;
}

.large  {
	width:				200px;
}

.small  {
	width:				75px;
}


.header  {
	border-top:			1px dotted #666666;
	padding-top:		15px;
	font-weight:		bold;
}
.dotted
{
	border-top:			1px dashed #666666;
}

.note  {
	font-size:			0.8em;
	font-style:			italic;
	font-weight:		normal;
}

.button {
	width: 				100px;
}

.center_object  {
	margin-left: 		auto;
	margin-right: 		auto;
	display: 			block;
}

.store_list {
	border:				0 dashed #FFFFFF;
}


#registration_form .label {
	width: 150px;
}

#registration_form label {
	display: inline;
	padding-right: 20px;
}
#registration_form label input {
	top: 3px;
	position: relative;
}

.label_error {
	text-align:			right;
	width:				60px;
	padding:			0 3px; 0 0;
	color: red;
}

.required {
	color:red;
	font-weight:bold;
}