div.belt
{
	position: none;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.belt-number
{
	width: 20px;
	float: left;
}

span.club-field
{
	margin: 0px 5px 10px 5px;
	float:left;
	width: 50px;
	font-weight: bold;
}

span.club-separate
{
	margin: 0px 5px 10px 5px;
	float:left;
	font-weight: bold;
}

/*****************/
/* form elements */
/*****************/

label,input,textarea,select
{
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label
{
	margin-top: 3px;
	text-align: right;
	width: 220px;
	padding-right: 10px;
}

input.hidden
{
	display: none;
}

input,select
{
	background-color: #eee;
	border: solid 1px #777;
}

input#keywords
{
	width: 300px;
}

select#country_code
{
	width: 300px;
}

fieldset
{
	cursor: default;
	border: solid 1px #888;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

legend
{
	color: #000;
}

form br
{
	clear:left;
}

input#submit
{
	width: 130px;
	background-color: #ccc;
	border: solid 1px #777;
	margin-top: 20px;
	margin-bottom: 20px;
}

