
h2.warning
{
	color: #f00;
}

p.warning
{
	color: #f00;

}

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;
}

img.captcha
{
	margin: 0;
}

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

input#start_date,#end_date,#post_code,#date
{
	width: 100px;
}

select#country_code
{
	width: 300px;
}

select#styles
{
	height: 198px;
}

input#telephone,#mobile,#fax
{
	width: 120px;
}

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;
}


