/*
 *	form
 */
form {
	padding: 0;
	margin: 0;
	font-size: 11px;
}

div.form,
div.longform {
	background-color: #E9DCC3;
	width: 480px;
	padding: 20px 0;
	float: left;
}

div.longform {
	width: 675px;
	margin: 10px 10px 10px 7px;
}

div.form div label,
label.req,
label {
	cursor: pointer;
	color: #000;
	display: block;
	width: 65px;
	padding-left: 11px;
	float: left;
	margin-top: 2px;
}

label.req {
	font-weight: bold;
}

label.rules {
	width: 330px;
}

label.default {
	cursor: default;
}

div.formlong label {
	width: 100px;
}

div.longform label {
	width: 70px;
}

div.form label.long {
	width: 80px;
}

div.formlong input {
	width: 300px;
}

input,
textarea {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	padding: 3px;
	margin-bottom: 3px;
	float: left;
	border: 1px solid #DFBF88;
	background-color: #F7EFE5;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
	background-color: #FAF5F0;
	border: 1px solid #D1A456;
}

input {
	width: 150px;
	height: 15px;
}

textarea {
	width: 384px;
	height: 100px;
}

div.main_login input,
input.main_login {
	border: none;
}

input#send {
	width: 90px;
	height: 20px;
	border: none;
	background-image: none;
	background-color: transparent;
	float: right;
	cursor: pointer;
}

/*
 * Usergate
 */
div.main_login label {
	text-align: right;
	font-size: 11px;
	color: #bd8b33;
	width: 60px;
	float: left;
	margin-right: 5px;
}

div.main_login input {
	background-color: transparent;
	margin-bottom: 6px;
	width: 156px;
	height: 13px;
	float: left;
}

/*
 * Main login
 */
input.main_login {
	width: 75px;
	height: 23px;
	margin: 10px 55px 0 20px;
	cursor: pointer;
	float: left;
	background: none;
}

/*
 * btn_long
 */
input.btn_long {
	border: 1px solid #DAAE63;
	background-color: #E5C794;
	margin: 10px 13px 0 0px;
	float: right;
	height: 25px;
	width: 100px;
	cursor: pointer;
}

input.btn_long:hover {
	background-color: #EAD2A9;
}

/*
 * Error
 */
ul.error li {
	clear: both;
}

ul.error li label {
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
}

/*
 * Select
 */
select {
	width: 308px;
	margin-bottom: 3px;
	background-color: #F7EFE5;
	border: 1px solid #DFBF88;
	height: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	float: left;
}

input.check {
	background: none;
	width: auto;
	margin-left: 10px;
	border: none;
}

div.check label {
	width: 450px;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	height: 20px;
}

div.bg_basket,
div.bg_basket_de,
div.bg_basket_en {
	float: left;
	background: transparent url(../gfx/basket.gif) no-repeat left top;
	width: 90px;
	margin: 0;
}

div.bg_basket_de {
	background: transparent url(../gfx/basket_de.gif) no-repeat left top;
}

div.bg_basket_en {
	background: transparent url(../gfx/basket_en.gif) no-repeat left top;
}

div.bg_basket input {
	background-color: transparent;
	width: 90px;
	border: none;
	height: 25px;
	cursor: pointer;
}

input.basket_list {
	text-align: right;
}

div.longform input {
	width: 247px;
}

div.longform textarea {
	width: 575px;
}

div.favourites {
	clear: both;
	width: 90px;
	height: 25px;
	float: left;	
}

div.favourites input {	
	width: 90px;
	height: 25px;
	cursor: pointer;	
}

div.form input.short {
	width: 60px;
}

div.form input.short2 {
	width: 10px;
}

div.form input.short3 {
	width: 20px;
}

div.form input.radio {
	background: none;
	width: auto;
	margin-left: 10px;
	border: none;
}

div.form label.radio {
	width: auto;
}
