/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */

/* GENERAL
---------------------------------------- */
#FormWrap {
	padding: 0px;
}

/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 11px ;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}

	
/* INPUT BOXS
---------------------------------------- */

input.text, textarea {
	padding: 5px;
	border: 5px solid #FFF;
	color: #544;
	background: #d0cDc8;
	font-size: 1.4em;
	width: calc(100% - 20px);
}

input.btn {
	clear: both;
	float: left;
	margin: 10px 0px;
	background: #fff;
	border: 5px solid #544;
	color: #544;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;
}

input.btn:hover {
	border: 5px solid #766;
	color: #544;
}

input:focus span, textarea:focus span {
	border: 3px solid #000;
}

form .date input.month,
form .date input.day,
form .date input.year {
	width: auto;
}

form .datetime .clear {
	clear: both;
}

form .datetime .date,
form .datetime .time {
	float: left;
	clear: none;
	width: auto;
}
	form .datetime .middleColumn .middleColumn {
		width: auto;
	}
	form .datetime .date input,
	form .datetime .time input {
		width: auto;
	}


/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
label {
 	display: block;
	margin: 10px 0 5px 0;
	color: #322;
}

label.right {
	display:inline;
}

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
	margin: 0;
	overflow: hidden;
}
	ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		ul.optionset li label {
			margin: 0;
		}
#mc-embedded-subscribe-form input.email {
    padding: 5px;
    border: 5px solid #fff;
    color: #544;
    background: #eee;
    font-size: 1.4em;
    width: calc(100% - 20px);
}
