@charset "utf-8";

.text, .select {
	width:156px;
	height:15px;
	margin:2px 0 7px 4px;
	position:relative;
	padding:0px 12px 2px 6px;
	border:0px solid #bbbbbb;
	font-size:100%;
	color:#3f3f3f;
	text-align:right;
}

.select {
	width:166px;
	height:18px;
	top:0px;
	position:relative;
	margin-top:2px;
	padding-bottom:1px;
	padding-left:6px;
}

.text:focus, .select:focus, .captcha {
	background-color:#ffffff;
	color:#333333;
}

.submit {
	top:3px;
	position:relative;
}

.input {
	width:415px;
	height:17px;
	position:relative;
	padding:2px 5px 0px 3px;
	background-color:#ece8dd;
	border:1px solid #c2bfb6;
	line-height:19px;
	font-size:100%;
	font-family:verdana;
	color:#3f3f3f;
}

.input2 {
	width:175px;
	height:15px;
	margin:2px 0 7px 0px;
	position:relative;
	padding:5px 5px 2px 6px;
	background-color:transparent;
	border:0px solid #e1d8c8;
	border-bottom:1px dashed #b1a898;
	line-height:16px;
	font-size:100%;
	font-family:verdana;
	color:#3f3f3f;
}

.input:focus {
	background-color:#f7f4ea;
	color:#ff463b;
}

.input2:focus {
	background-color:transparent;
	border:0px solid #dbcbc3;
	border-bottom:1px dashed #7b6b63;
	color:#ff463b;
}

.input_small { width:288px; }

.item {
	overflow:hidden;
	margin-bottom:7px;
	clear:left;
}

.item .label {
	padding-top:5px;
	float:left;
	font-weight:bold;
	width:127px;
}

label {
	cursor:pointer;
}

.item .value {
	padding-top:5px;
	float:left;
	width:300px;
}

#main #neu { width:460px; }