/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
.typography fieldset {
	border: 0;
	padding:10px;
	text-align: left;
}

/* ACTION BUTTONS
---------------------------------------- */
.typography input.action, .typography input.action:focus, .typography input.action:hover {
	padding: 0;
	margin: 0 0 0 380px;
	width:100px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border:none;
}
	
/* INPUT BOXS
---------------------------------------- */
.typography input, .typography textarea {
	position: relative;
	float:left;
	clear:both;
	width:470px;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	padding:5px;
	margin-bottom:20px;
	border:1px solid #bccee8;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
}

.typography input:focus, .typography textarea:focus,
.typography input:hover, .typography textarea:hover {
	border:1px solid #5d7ead;
	background-color: #ddd;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;  
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;  
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
}

.typography textarea {
	height:50px;
}

.typography #Contact_Contact_Kontakt, .typography #Contact_Contact_InfoBroschuere {
	width:10px;
	margin:0 8px 0 0;
}

/* LABELS
---------------------------------------- */
.typography label {
	position: relative;
	float:left;
	clear:both;
	width:470px;
	font-size: 0.75em;
	margin-bottom:5px;
}
.typography label.checkbox {
	clear:none;
	width:450px;
}

.typography .missing {
	color:red;
	font-weight: bold;
}