select.text
{
	background: #212121;
	top: 2px;
	color: #fffeff;
	border: 0px;
}

.big
{
	font-size: 1.3em;
	padding: 5px;
}

input,textarea
{
	margin: 0px;
	display: inline-block;
	position: relative;
	color: #008465;
	font: inherit;
	margin-bottom: 6px;
}

input.file
{
	min-height: 20px;
	color: #008465;
	margin-bottom: 7px;
}

div.fakeinput
{
	border: 1px solid #008465;
	background: #fff;
	padding: 4px;
}

input.text
{
	opacity: 0.7;
	border: 1px solid #444;
	background: #111;
	padding: 3px;
	color: #fff;
	min-height: 20px;
}

textarea.text
{
	opacity: 0.7;
	border: 1px solid #444;
	background: #111;
	padding: 3px;
	color: #fff;
	min-height: 20px;
}

input.text:focus
, textarea.text:focus
, input.text:hover
, textarea.text:hover
{
	opacity: 0.7;
	border: 1px solid #666;
	background: #111;
}

.button
{
	border: 0px solid #008465;
	color: #FFF;
	font-weight: bold;
	font-size: 0.7em;
	text-transform: uppercase;
	top: 2px;
	margin: 2px 0px;
	padding: 5px 8px;
	background-image: url(../images/system/greengrad.png);
	min-height: 18px;
	min-width: 60px;
	display: inline-block;
}

.button:hover
{
	cursor: pointer;
	background-image: url(../images/system/darkgreengrad.png);
}

.button:active
{
	background-image: url(../images/system/darkgreengrad.png);
}

div.input
{
	display: inline-block;
	position: relative;
	bottom: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

div.input span
{
	float: left;
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #008465;
}

div.input input,textarea,select,div.fakeinput
{
	position: relative;
	top: 13px;
}
