/*
 * CSS-File for
 * 1st-dream.de
 * Copyright (c) CLICKSPORTS
 * $Rev$
 * $Author$
 * $Date$
 */

input,
select,
optgroup,
option,
legend,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A47863;
}
label { cursor: pointer; }

div#content fieldset {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #F4C88A;
}
div#content legend { margin-bottom: 10px; padding: 0px; color: #501E2F; font-weight: 800; }

div.input label {
	width: 200px;
	padding-top: 8px;
	vertical-align: top;
	display: inline-block;
}

div.input input,
div.input textarea {
	width: 174px;	
	border: 1px solid #F29900;
	background-color: #FDDBA1;
}

div.input input { padding: 6px 12px; height: 20px; }
div.input textarea { width: 186px; height: 160px; padding-left: 12px; }

/* Bigger Textareas */
div.textarea textarea { width: 390px; }

div.submit input {
	margin-left: 8px;
	padding: 0px 0px 1px 14px;
	color: #501E2F;
	border: none;
	background-image: url(../layout/bg_submit.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #501E2F;
	overflow: visible;
	background-color: transparent;
	cursor: pointer;
}
div#content div.submit input { margin-left: 0px; }

/* Checkboxes */
div.checkbox input { width: auto; height: auto; margin-right: 5px; }
div.checkbox label { margin-right: 0px; display: inline; }

/* Two Columns */
div.two_column { width: 206px; float: left; }

/* Form Fields in Rounded Boxes */
div.box_contents div.input,
div.box_contents div.submit {
	padding-top: 15px;
	clear: both;
}

div#content div.input,
div#content div.submit { margin-bottom: 10px; }

div.validation-advice {
	width: 390px;
	margin-top: 5px;
	padding: 5px;
	border: 2px solid #F29900;
	background-color: #FDDBA1;
}

div.rounded_box div.validation-advice { width: 186px; }

span.form_advice { font-size: 12px; }
