/*GLOBAL FORM FORMATTING */
.radio {
	width:15px;
}
#inputleft {
	background-image:url('../images/input-left-border.png');
	float: left;
	height: 21px;
	width: 8px;
}
input {
	background-color:inherit;
	background-image:url('../images/formfields.png');
	background-position:0 -99px;
	background-repeat:repeat-x;
	border:0 none;
	color:#000000;
	font-weight:normal;
	height:17px;
	margin:0;
	padding:4px 0 0;
	float:left;
	width:210px;
}
.inputtoolbox {
	width:160px!important;
}
#inputright {
	background-image:url('../images/input-right-border.png');
	float: left;
	height: 21px;
	width: 8px;
}
input.radio {
	background-image:none;
}
div.textarea {
	background-image:url(../images/formfields.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
}
.button {
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/versturen.gif);
	border:0 none;
	color:#FFFFFF;
	font-weight:normal;
	height:27px;
	line-height:27px;
	margin:4px 0 0;
	padding:0;
	width:80px;
	cursor:pointer;
}
.small_button {
	width:107px;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/versturen_small.gif)!important;
	border:0 none;
	color:#FFFFFF;
	font-weight:normal;
	height:22px;
	line-height:10px !important;
	margin:0px 0 0 4px !important;
	padding:0px 0 0 0 !important;
	cursor:pointer;
	font-size:12px;
}
input.upload {
	height:22px;
	font-size:12px;
	background-image:none;
	border:1px solid #CCCCCC
}

