﻿.textbox
{
	background-image:url(Items/Input_Single.png);
	background-repeat:no-repeat;
	height:32px;
	width:358px;
	border:Solid 0 white;
	padding-top:7px;
	padding-left:10px;
    margin-right:-30px;
}
.textboxmulti
{
	background-image:url(Items/Input_multi.png);
	background-repeat:no-repeat;
	height:100px;
	width:358px;
	border:Solid 0 white;
	padding-top:7px;
	padding-left:10px;
    margin-right:-30px;
    overflow:hidden;
}
.combobox
{
	background-repeat:no-repeat;
	width:358px;
	border:Solid 3px #eeeeee;
	height:25px;
	padding-left:10px;
}
