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


/* FIELDSETS
---------------------------------------- */
#article fieldset {
	border: 0;
	font-size: 1.2em;
	width: 444px;
}

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

/* FIELD FORMATING
---------------------------------------- */
#article form ul {
	list-style: none;
}
#article label {
	float: left;
	width: 100px;
	color: #999;
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	padding-top: 5px;
}
#article label:after { 
	content: ": ";
}
#article form .field {
	overflow: hidden;
	margin: 4px 0;
}
#article .middleColumn {
 	float: left;
 	margin: 0 0 0 10px;
	width: 322px;
}
	
#article 	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
#article 	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
#article 	.middleColumn .message {
		margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

#article input.text, textarea {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	border: 1px solid #999;
	color: #000;
	width: 322px;
	font-size: 12px;
	background: url(../images/input-text.png) white no-repeat;
}

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

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

#article select {
	width: auto;
}

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

#article label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#article #Search {
	width: 105px;
}
	#article input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 1.2em;
	}
	
#article #Remember label:after {
	content: '';
}
#article #Remember label {
	float: right; 
	white-space: nowrap;
	margin-right: 60px;
}
#article #Remember input { 
	float: right;
}
