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


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

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

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


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

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

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

select {
	width: auto;
}

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

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#SearchForm_SearchForm {
	position:absolute;
	top: 80px;
	right: 0px;
	width: 164px;
	height: 24px;
}
	#SearchForm_SearchForm input {
		width: 132px;
		border: 1px solid #808080;
		border-right: 0px;
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		padding-top: 4px;
		padding-left: 4px;
		height: 18px;
		line-height: 22px;
		overflow: hidden;
		float:left;
	}
#SearchForm_SearchForm input.action {
	float: right;
	padding: 0;
	width: 27px;
	height: 24px;
	color: #fff;
	padding-bottom: 4px;
	font-weight: normal;
	background: #808080;
}
