input
{
	border:              #3E90D8 1px solid;
	font-size:           9px;
	margin:              0px;
	height:              18px;
}

input.iXXSmall
{
	width:               25px;
	padding-left:        5px;
	background-image:    url(../img/input.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
}

input.iXSmall
{
	width:               75px;
	padding-left:        5px;
	background-image:    url(../img/input.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
}

input.iSmall
{
	width: 100px;
	padding-left:        5px;
	background-image:    url(../img/input.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
}

input.iMedium
{
	width: 150px;
	padding-left:        5px;
	background-image:    url(../img/input.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
}

input.iLarge
{
	width: 200px;
	padding-left:        5px;
	background-image:    url(../img/input.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
}

input.iXLarge
{
	width: 250px;
	padding-left:        5px;
	background-image:    url(../img/input.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
}

input.iButton
{
	border:           #999999 1px groove;
	font:             10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:      bold;
	margin:           1px;
	height:           18px;
	background-color: #EEEEEE;
	text-align:       right;
	width: 100px;
}

input.iButtonNormal
{
	border:           #999999 1px groove;
	font:             10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:      bold;
	margin:           1px;
	height:           18px;
	background-color: #EEEEEE;
	text-align:       center;
	width: 140px;
}

input.iButtonLogin
{
	border:           #999999 1px groove;
	font-weight:      bold;
	margin:           1px;
	height:           18px;
	background-color: #EEEEEE;
	text-align:       right;
	width: 44px;
}

input.iButtonNeu
{
	font:             10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:      bold;
	margin:           1px;
	height:           18px;
	background-color: #EEEEEE;
	text-align:       center;
	width: 100px;
}

input.iButtonNeuLarge
{
	font:             10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:      bold;
	margin:           1px;
	margin-top:       20px;
	height:           18px;
	background-color: #EEEEEE;
	text-align:       center;
	width: 200px;
}

input.iBrowse
{
	width: 350px;
}

input.iImage
{
	border: none;
}

textarea
{
	border:              #3E90D8 1px solid;
	background-image:    url(../img/input.gif);
	background-repeat:   no-repeat;
	background-position: left bottom;
	font: 				 10px Verdana, Arial, Helvetica, sans-serif;
}

select
{
	border:    #3E90D8 1px solid;
	margin:    0px;
	font-size: 9px;
}

select.sMultiple
{
	width: 	   230px;
	border:    #3E90D8 1px solid;
	margin:    0px;
}

select.sSmall
{
	width: 100px;
	height:    18px;
}

select.sSmallMedium
{
	width: 130px;
	height:    18px;
}

select.sMedium
{
	width: 150px;
	height:    18px;
}

select.sLarge
{
	width: 200px;
	height: 18px;
}

select.sXLarge
{
	width: 250px;
	height: 18px;
}


.textareaS {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	width: 300px;

}

.textareaM {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height: 60px;
	width: 450px;

}

.textareaL {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	width: 450px;
}

.boxSmall
{
	border: #3E90D8 1px solid;
	background-color: #F8F8FF;
	overflow-y: scroll;
	width: 248px;
	height: 92px;
}

.boxMedium
{
	border: #3E90D8 1px solid;
	background-color: #F8F8FF;
	overflow-y: scroll;
	width: 600px;
	height: 150px;
}

.boxLarge
{
	border: #3E90D8 1px solid;
	background-color: #F8F8FF;
	overflow-y: scroll;
	width: 900px;
	height: 200px;
}

