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


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

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

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: transparent;
	padding: 2px;
	width: 580px;
	clear: left;
}

	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
#Search .middleColumn {
 	display: block;
 	margin: 0;
	background: transparent;
	padding: 0;
	width: 180px;
	clear: left;
}
#Search input.text, 
#Search textarea, 
#Search select {
border: 0;
color:#000000;
font-size:11px;
font-weight:bold;
padding: 1px 0 0 25px;
margin: 5px 0 0 0;
width:170px;
background: transparent;
}
#Search {
border: none;
}

#SearchForm_SearchForm_action_results {
display: none;
}
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
	
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
    background-color: #fff3dd;
    border: 1px solid #DADADC;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    width: 290px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
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
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
	font-size: 12px;
}

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;
		}
#ForgotPassword {
margin: 20px 0 0 0;
}


div#EditableLiteralField5.field.text div.middleColumn.literalFieldArea {width: 330px; font-size: 0.8em; } 


p#EditableCheckbox14 {
    width: 20%;
    float: left;
}

p#EditableCheckbox14 {
    width: 20%;
    float: left;
}
