/* ------------------------------------------------------------

Title:   SDV screen styles DirecType
Author:  webit!
Update:  30.08.2006

------------------------------------------------------------ */

/* ------------------------------------------------------------

	form

------------------------------------------------------------ */

fieldset {
	margin-bottom: 15px;
	border: 0 none;
	padding-bottom: 10px;

	background: #F3F3F3;

	font-size: 1.1em;
	}

fieldset.left {
	float: left;
	width: 273px;

	text-align: center;
	}
fieldset.right {
	float: right;
	width: 273px;

	text-align: center;
	}

legend {
	display: none;
	}

label {
	display: block;
	border-bottom: 2px solid #FFF;
	padding: 3px;

	color: #FFF;
	background-color: #50B13D;

	font-weight: bold;
	text-align: left;
	}

input {
	color: #616662;

	font-size: 1.1em;
	}

fieldset.name input {
	margin: 10px 0 0 10px;
	border: 1px solid #616662;
	padding: 2px;
	_padding: 1px 2px;

	background: #FFF url(/img/bas/bg_input.gif) repeat-x 0 0;
	}

fieldset.name input.button {
	border: 0 none;

	background: none;
	}

fieldset.name input#name {
	float: left;
	margin-top: 11px;
	}

fieldset.left label, fieldset.right label {
	_padding: 0;
	}

fieldset img {
	display: block;
	margin: 10px auto 0 auto;
	border: 5px solid #FFF;
	}

/* ------------------------------------------------------------

	result

------------------------------------------------------------ */

div.motiv {
	margin-top: 43px;
	}

