form
{
	border:none;
	border-bottom:none;
	margin-bottom:0;
	}

input, 
textarea
{
	background-color:#FEEDE9;
	color:#333;
	vertical-align:middle;
	width:280px;
	border:none;
	height:15px;
	margin-top:3px;
	}
	
input.buch, 
textarea.buch
{
	background-color:#FEEDE9;
	color:#333;
	vertical-align:middle;
	width:250px;
	border:none;
	height:15px;
	margin-top:3px;
	}

textarea
{
	width: 410px;
	color:#333;
	height:30px;
}

input.box
{
	width:auto;
}

input.checkbox
{
	width:30px;
	
}

input.btn
{
	background-color:#F00;
	color:#000;
	font-weight:900;
	font-size:10px;
	text-transform:upperCase;
	height:30px;
	width:80px;
	padding:1px 0;
	}

input.btn1
{
	background-color:#F00;
	color:#000;
	font-weight:900;
	font-size:10px;
	text-transform:upperCase;
	height:30px;
	width:80px;
	padding:1px 0;
	margin-top:20px;
	margin-bottom:10px;
	float:none;
	}


input.btn:hover
{
    background-color:#999;
}

input.btn1:hover
{
    background-color:#999;
}