/** 
 * SilverStripe Senda.fr Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */

/* FORM
---------------------------------------- */
.typography form {
	margin: 0px;
}

	.typography form fieldset {
		border: none;
	 	margin: 0px 5px;
	}
	.typography form ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		.typography form ul li {
			margin: 5px 0px;
			padding: 0px;
			background: transparent none;
		}

	.typography div.Actions {
	 	margin: 5px;
	}

/* ACTION BUTTONS
---------------------------------------- */
input.action
	{
	border: solid 1px #95C2EA;
	background: #BFDBF2 url(../images/ui-bg_highlight-hard_50_BFDBF2_1x100.html) repeat-x scroll 50% 50%;
	-moz-border-radius: 5px;	
	font-weight: bold;
	padding: 3px 4px;
	text-align: center;
	vertical-align: middle;
	color: #15436A;
	text-decoration: none;
	cursor: pointer;
	}

input.action:hover
	{
	background: #BFDBF2 url(../images/ui-bg_highlight-hard_100_BFDBF2_1x100.html) repeat-x scroll 50% 50%;
	}	
	
/* INPUT BOXES
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #8DBCE2;
	color: #4C4C4C /* K-0 */;
	width: 600px;
	margin: 4px 0px;
}

input:focus span, textarea:focus span {
	border: 3px solid #8DBCE2;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
	margin: 5px 0px;
	color: #3A3A3A /* K+1 */;
}

label.FormHeading {
	color: #264464 /*B14*/; 
	margin: 5px 0;
	display: block;
	word-spacing: 2px;
	font-weight: bold;
	font-size: 13px;
}