/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {border: 0;}
fieldset div.field, fieldset p.field {clear: both;}
/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 3px 15px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 200px;
	background-color: #831818;
	color: #FFF;
	border: 1px solid #3F271B;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
	background-color: #0C8C8F;
}
.typography p#ForgotPassword {margin: 10px 0px 0px 200px;}

/* FIELD FORMATING
---------------------------------------- */
form ul {list-style: none;}
.middleColumn {
 	display: block;
 	margin: 0px 0px 10px 0px;
	width: 306px;
	float: 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: 5px 7px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	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: 316px;}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 0px;
	color: #40281A;
	font-size: 14px;
	float: left;
	width: 200px;
}

label.right {display:inline;}
/* SEARCH BOX 
---------------------------------------- */
#Search {width: auto;}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 12px;
	}

/* ---------- SHARE FORM ---------- */
/* trigger button */
	#share_pop {
		cursor:pointer;
	}

	 
	 
	/* tooltip styling */
	.tooltip {
		display:none;
		background:transparent url(http://metromattress.itx.net/themes/metromattress/images/share-bg.png) no-repeat scroll 0 0;
		padding: 30px;
		/* width: 394px; */
		width: 284px;
		height: 240px;
		font-size:11px;
		color: #831818;
	}
	.tooltip h1 {font-size: 18px; border-bottom: 1px solid; margin-bottom: 4px;}
	.tooltip table th, .tooltip table td {padding: 3px;}
	.tooltip textarea, .tooltip input  {width: 200px; padding: 3px 3px; border: 1px solid #A7A7A7;}
	.tooltip input#shareCopyMe {width: auto;}
	.tooltip button {border: 1px solid #A7A7A7; background-color: #831818; cursor: pointer; color: #FFF; padding: 2px 10px;}
	.tooltip button:hover {background-color:#0E9194;}