
/*///////////////////////////////////////////////////////////////////

	<!-- Welcome to the Genie-Essen Website Source Code     -->
	<!-- we payed attention to valid XHTML and CSS code     -->
	<!-- but besides from that it's a pretty simple site    -->
	<!-- hope you enjoy it nevertheless. the chilli team    -->
	
///////////////////////////////////////////////////////////////////*/


/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#000; }


form table
{
	width: 100%;
	margin: 0;
}

form span
{
	display: block;
	margin: 0;
	padding: 1px;
	padding-right:2px;
	padding-left:2px;
	border: 1px solid #DDD;
	background-color: #FFF;

}

form span input,
form span textarea,
form span select
{
	border: 1px solid #C3C3C3;
	border-top-color: #7C7C7C;
	border-bottom-color: #DDD;
	
	font-size: 12px;
	line-height: 14px;
	width: 100%;
}

textarea
{
	font-family: inherit;
}

form span.inline
{
	display: inline-block;
	float: left;
	margin-right: 0.8em;
}

form span.inline input
{
	width: auto;
}

form span textarea
{
	height: 216px;
}


input.btn
{

}


form img
{
	margin-bottom: 0;
}

form.well
{
	background: #F2F2F2 url(../../images/core/images/bg-form-top.gif) 0 0 no-repeat;
}

form.well fieldset
{
	background: url(/images/bg-form-bottom.gif) left bottom no-repeat;
	padding: 8px 0 8px 8px;
}

form.well td
{
	padding: 0 8px 8px 0;
}

td.fifty-fifty
{
	width: 50%;
}

label.required
{
	background: url(../../images/core/icon-required.gif) 100% 50% no-repeat;
	padding-right: 46px;
}

