.form-type-textfield input {width: 40% !important;}

.fieldset-legend, .options_header {width: 100%;}

#edit-heading-background-select {
	color: transparent;
	font-size: 30px;
}

label[for=edit-home-background-select-spring], label[for=edit-altunative-background-select-spring], label[for=edit-product-background-select-spring], label[for=edit-recipe-background-select-spring]{
	background-image: url('../images/patterns/spring_thumb.jpg');
    width:100px;
    height:100px;
}

label[for=edit-home-background-select-summer], label[for=edit-altunative-background-select-summer], label[for=edit-product-background-select-summer], label[for=edit-recipe-background-select-summer]{
	background-image: url('../images/patterns/summer_thumb.jpg');
    width:100px;
    height:100px;
}

label[for=edit-home-background-select-fall], label[for=edit-altunative-background-select-fall], label[for=edit-product-background-select-fall], label[for=edit-recipe-background-select-fall]{
	background-image: url('../images/patterns/fall_thumb.jpg');
    width:100px;
    height:100px;
}

label[for=edit-home-background-select-winter], label[for=edit-altunative-background-select-winter], label[for=edit-product-background-select-winter], label[for=edit-recipe-background-select-winter]{
	background-image: url('../images/patterns/winter_thumb.jpg');
    width:100px;
    height:100px;
}

#edit-background-select, #edit-home-background-select, #edit-altunative-background-select, #edit-product-background-select, #edit-recipe-background-select {
	color: transparent;
	font-size: 50px;
	padding-top: 20px;
}

.form-item-background-select, .form-item-home-background-select, .form-item-altunative-background-select, .form-item-product-background-select, .form-item-recipe-background-select {
	max-width: 500px;
}

#edit-background-select .form-type-radio, #edit-home-background-select .form-type-radio, #edit-altunative-background-select .form-type-radio, #edit-product-background-select .form-type-radio, #edit-recipe-background-select .form-type-radio {
	display: inline-block;
	margin-bottom: 50px;
}


.form-wrapper {min-height: 20px;}

.fieldset-legend {cursor: pointer;}


