body {
	background-color:#444;
	background-image:url(/img/bg_narrow.png);
	background-repeat:repeat-y;
	background-position:50% 50%;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

form div, div.formless {
	margin:0 auto;
	width:480px;
}

fieldset {
	border:1px solid #BBB;
	padding:20px;
}

label,input,fieldset {
	margin-bottom:0.5em;	
}

.imageselect input {
	float:left;
}

.imageselect label {
	width:100px;
	float:left;
}

.imageselect input {
	margin:0;
	float:left;
	margin-bottom:0.5em;	
}

.imageselect form br {
	clear:both;
}

.imageselect input.submit {
	margin:0;
}

/*
fieldset fieldset {
	float:left;
	height:120px;
	width:171px;
}
*/

.layoutselect ul,.cropselect ul {
	margin:0;
	padding:0;
	list-style:none;
}

.layoutselect ul li,.cropselect ul li {
	margin:30px 0 0 40px;
	padding:0;
	float:left;
	width:100px;
	height:100px;
}

.layoutselect input,.cropselect input {
	float:none;
	margin:0;
	width:100px;
	height:100px;
}

.horizontal ul li {
	width:100px;
	height:50px;
}

.horizontal input {
	width:100px;
	height:50px;
}

.vertical ul li {
	width:50px;
	height:100px;
	margin-left:50px;
}

.vertical input {
	width:50px;
	height:100px;
}

.grey {
	color:#DDD;
}