@charset "utf-8";

/*-----------------------------------------------------------------------------

showstrippers form style sheet

author:		Arron Coda
url:		http://acoda.co.uk
date:		18th July 2008
version:	1.0

You may adapt and learn from the elements of this CSS to use in your own
projects, but you may not copy the design (the unique combination of images,
colors, sizes, typography, and positioning) since this is copyright of Arron
Coda and may not be reproduced.

-----------------------------------------------------------------------------*/

/* =reset
-----------------------------------------------------------------------------*/

form, fieldset, input, textarea, select, label {
	margin:0;
	padding:0;
	}

/* =base elements
-----------------------------------------------------------------------------*/

form ul li {
	float:left;
	width:490px;
	margin:0 0 15px 0;
	}

#submit {
	width:55px;
	}

form ul li.two_field {
	float:left;
	width:245px;
	}

form ul li label {
	display:block;
	font-size:11px;
	}

form ul li input {
	width:484px;
	}

form ul li.two_field input {
	width:240px;
	}

textarea {
	width:484px;
	height:160px;
	}

form ul li span {
	}
	
.error{
color:#b10000;
	}
