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


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 11px;
}
legend{
	height:0px;
	line-height:0px;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	font-size: 11px;
	font-family: Verdana, Tahoma, Sans-serif;
	border: none;
	background: url('../images/versturen_button.png') no-repeat top left;
	color:#FFF;
	padding:0px 0px 0px 0px;
	height:23px;
	width:67px;
}
.Actions{
	padding:15px 0px 0px 0px;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
	width: 306px;
	clear: both;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	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 {
	border: 1px solid #A7A7A7;
	color: #666666;
	font-weight: normal;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
input:focus span, textarea:focus span {
}

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

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	color: #777;
	font-size: 1em;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	float:left;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
}
.field .radio{
	float:left;
}

/* ------*/
.typography .field input.text, .field textarea, .field select {
	border: 1px solid #A7A7A7;
	color: #666666;
	font-weight: normal;
	width:300px;
	padding:0;
	margin:0;
	line-height:23px;
	background: url('../images/input_bg.png');
	background-position:top;
	background-repeat:repeat-x;
}

.typography .field textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
	width:300px;
}


.typography .field input:focus span, .field textarea:focus span {
}

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

.typography .field select {
	width: 300px;
}
.typography .field{
	padding:10px 0px 0px 0px;
}

/* LABELS
---------------------------------------- */
.typography .field label {
 	display: block;
	font-size: 1em;
	padding:0px 0px 0px 0px;
	width:auto;
	color:#666666;
	font-weight:bold;
}
.typography .field li label {
	color: #666666;
}
.typography .field label.right {
	display:inline;
}