/* CSS Document - <form */
.text{
	background:transparent;
	border:1px solid #666;
	border-top-color:#000;
	border-left-color:#000;
}
input,textarea,select	{
	color:#fff;
	margin:0 0 2px;
	padding: 0 0 0 .5em;
	width:22em;
}
option	{
	padding:0 0 0 .5em;
	background:#333;
	color:#fff;
	}
input.check	{
	width:auto;
}
input.button	{
	padding:.1em 0;
	font-style:normal;
	width:auto;
	color:#000;
}
input.upload	{
	width:auto;
	color:#000;
	}
input.image	{
	width:auto;
}
input#submit	{
	display:block;
	background:#1c1515;
	border-width:0 0 0 9px;
	border-left:9px solid #c30;
	padding:1px 0 1px 12px;
	text-align:left;
	font-weight:bold;
	cursor:pointer;
	width:100%;
	}
input#submit:hover	{
	background:#2d2d2d;
	}