#SearchForm {
	width: 260px;
	overflow: hidden;
	}
	#SearchForm #SearchForm_SearchForm_Search {
		float: left;
		width: 150px;
	}
	#SearchForm #SearchForm_SearchForm_Search {
		float: left;
		width: 150px;
	}
	#SearchForm #SearchForm_SearchForm_action_results {
		float: right;
		width: 100px;
	}
	
	/** 
	 * 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: #E9E9E9;
		padding: 4px;
		width: 306px;
		clear: left;
	}
		#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 {
		padding: 2px;
		border: 1px solid #FF99FF;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		width: 300px;
	}

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

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

	select {
		width: auto;
	}

	/* LABELS
	---------------------------------------- */
	.typography label {
	 	display: block;
		margin: 10px 0 0 0;
		color: #777;
		font-size: 12px;
	}

	label.right {
		display:inline;
	}
	
	p#Remember {
		width: 200px;
	}
	

	/* 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;
			}v
