input.file,
input.text
{
	border-width:  1px;
	border-style:  inset;
	border-color:  #000;
	background:    #fff;
	width:         300px;
	padding:       3px;
}

input.file:focus,
input.text:focus
{
	background: #FFC;
}

input.reset,
input.button,
input.submit
{
	border-width:  1px;
	border-style:  inset;
	border-color:  #000;
	background:    #fff;
	/*padding:       3px;*/
	width:         auto;
	border-style:  outset;
}

input.reset:active,
input.button:active,
input.submit:active
{
	border-style:  inset;
}

input.checkbox
{

}

input.radio
{

}

textarea.textarea
{
	border-width:  1px;
	border-style:  inset;
	border-color:  #000;
	background:    #fff;
	padding:       4px;
	width:         588px;
	height:        200px;
}

textarea.textarea:focus
{
	background: #FFC;
}

select.select
{

}