input.textarea, select
{
	display: inline-block;
	position: relative;
	font: inherit;
}

input.file
{
}

div.fakeinput
{
}

input.text, textarea.text, select.text
{
	opacity: 0.6;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	padding: 4px 4px;
	margin: 4px 0px;
	background-color: #fff;
	font-family: inherit;
}

textarea.text
{
	margin-bottom: 0px;
}

input.radio, input.check
{
	position:relative;
	width: 25px;
	display: inline-block;
}

input.text:focus
, textarea.text:focus
, input.text:hover
, textarea.text:hover
, select.text:focus
, select.text:hover
, input.button:hover
{
	opacity: 0.8;
}

input, textarea, select
{
	color: #333;	
}

input.button
{
	/*text-transform: uppercase;*/
	/*font-size: 0.8em;*/
	border: 1px solid #ccc;
	padding: 4px 7px;
	margin: 4px 0px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	background: #eee;
	color: #4a7caa;
	opacity: 0.6;
}

input.button:hover
{
	
}

div.input
{
	display: inline-block;
	position: relative;
	margin: 4px 0px;
	padding: 0px;
}

div.input span
{
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	font-weight: bold;
	top: -6px;
	color: #999;
	text-transform: uppercase;
}

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

input.search
{
	background: #ffffff url(../images/system/search.png) no-repeat 5px 5px;
	text-indent: 16px;	
}
