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

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

p.more
{
	margin-top: 177px;
	margin-bottom: 10px;
}

img.reviewall
{
	background-color: #ddd;
	color: #fff;
	width:114px;
	height: 166px;
	margin-left: 26px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*****************/
/* 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#id
{
	width: 200px;
}

input#title
{
	width: 300px;
}

input#international_link,#uk_link
{
	width: 300px;
}

input#international_price,#uk_price
{
	width: 100px;
}


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

legend
{
	color: #000;
}

form br
{
	clear:left;
}

textarea#description
{
	float: left;
	background-color: #F0F0F0;
	border: solid 1px #777;
	width: 350px;
}

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

