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


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

/* ACTION BUTTONS
---------------------------------------- */
input.action {

		width:140px;
		background-color:#c2c2c2;
		padding:6px 0px 6px 0px;
		text-align:center;
		border:0px;
	
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

#loginButton{
	width:92px;
	height:33px;
	background:transparent url(../images/login.png) no-repeat;
}
/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	
	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;
	}
	#EditableTextField8{
		float: right;
		width: 420px;
	}
	#Form_Form_action_process{
		float:right;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 5px;
	border: 2px solid #d4d4d4;
	color: #878787;
	font-style:italic;
	width: 340px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	overflow:auto;
	margin-bottom:10px;
	
}
textarea{
	height:192px;
	width: 408px;
	}


input:focus span, textarea:focus span {
	border: 3px solid #000;
}

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

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #878787;
	font-size: 20px;
	line-height:25px;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	width: 105px;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 12px;
	}
#Sidebar input.action {
	font-size: 12px;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

/* 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;
		}
		#paymentForm #Form_Form_action_process{
			width:254px;
			height:33px;
			float: left;
			background:transparent url(../images/paymentButton.png) no-repeat;}
			
		#Form_Form_action_process{
			width:92px;
			height:33px;
			background:transparent url(../images/sendButton.gif) no-repeat;}