
#wrapper
{ 
	height: 680px;
}

#leftside
{
	width: 290px;
	padding-left: 60px;
	float: left;
}

#flashbox
{
	width: 290px;
	height: 290px;
	float: left;
	padding-left: 10px;
}

#underflash
{
	padding-top: 20px;
	width: 290px;
	height: 340px;
	float: left;
}

#form
{
	background: #4b351f;
	width: 840px;
	height: 600px;
	padding: 0 0 0 40px;
	margin: 0 0 0 40px;
	background-image: url(http://www.webhotchillipeppers.co.uk/assets/images/contact.gif);
	background-repeat: no-repeat;
}

#formleft
{
	width: 350px;
	height: 600px;
	padding: 60px 0 0 20px;
	margin: 0;
	float: left;
}

#formLeft input {
		width: 300px;
		margin: 0 0 20px 0;
		border: none;
		text-align: center;
		background: none;
		margin: 13px 0 0 8px;
		font-size: 1em;
	}

#formright
{
	width: 400px;
	height: 600px;
	padding: 60px 40px 0 0;
	margin: 0;
	float: right;
}

#formRight textarea {

		display: block;
		width: 300px;
		height: 300px;		
		border: none;
		background: none;
		margin: 0;
		padding: 13px 0 13px 0;
		font-size: 1em;
	}

label {
	display: block;
	font-size: 1em;
	color: #990000;
}

