@charset "utf-8";
/*
CSS Document
Title :     Base Styles
Author :    Carl Howarth
Company :   Snowtoad Solutions
Date :      28/11/2009
Standard :  CSS Level 2.1
*/


/*  for browsers that ignore the first style */ 
.firststyle{}

/*-- general --*/

body, html{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#333;
}

.wrapper{
	position:relative;
	height:100%;
	width:900px;
	margin:0px auto;
}

.content{
	background:url(/assets/images/chef.jpg) no-repeat left;
	padding-left:320px;
	width:580px;
	height:560px;
	position:absolute;
	top:50%;
	margin-top:-250px;
}

.content h1{
	font-size:130%;	
	margin-bottom:20px;
}

.content h1 span{
	font-size:70%;
}

.content h2{
	font-size:100%;
	margin-top:15px;
}

.content a{
	color:#000;
	text-decoration:none;
}

.content a:hover{
	text-decoration:underline;
}

.content .spamnotice{
	font-size:85%;
	padding-left:50px;
	padding-right:50px;
	margin-bottom:20px;
}

.form{
	width:260px;
	margin:auto;
}

.content form p.error{
	color:#f00;
	font-size:80%;
	font-weight:bold;
}

.content form p.complete{
	color:#0C0;
	font-size:80%;
	font-weight:bold;
}

.content form label{
	float:left;
	width:100px;
	margin-bottom:10px;
	padding-top:3px;
}

.content form input{
	float:left;
}

.content form .captcha{
	float:left;
	margin-left:3px;
	margin-bottom:3px;
	width:85px;
	height:30px;
}

#captcha-text{
	width:85px;
	margin-left:100px;
}

.content form a{
	float:right;
	margin-right:10px;
	margin-top:10px;
}


div.dropfloat{
	clear:both;
	height:0px;
}
