.item_pair
	{
	overflow: hidden;
	width: 100%;
	}
.item_pair_left
	{
	float: left;
	}
.item_pair_right
	{
	float: right;
	}
.item_pair_left,
.item_pair_right
	{
	width: 260px;
	}


.item_registeroption
	{
	padding: 10px;
	color: #363636;
	margin-bottom: 10px;
	background-color: #f2f2f2;
	border: 1px solid #B7B7B7;
	}
.item_registeroption p
	{
	margin-bottom: .2em;
	}
.item_registeroption input
	{
	padding: 5px;
	font-size: 20px;
	font-family: Arial, sans-serif;
	width: 515px;
	height: 20px;
	border: 1px solid #B7B7B7;
	margin-bottom: 5px;
	}
a.submit
	{
	margin-top: 5px;
	display: block;
	width: 517px;
	background-color: #590202;
	color: #f2f2f2;
	height: 20px;
	padding: 5px;
	border: 0;
	text-align: center;
	font-size: 20px;
	}
a.submit:hover
	{
	border: 0;
	background-color: #8c0303;
	}
a.submit:visited;
	{
	border: 0;
	}