.input_td
{
	background-image:url(../images/diversen/inputboxes.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	
	width:150px;
	height:25px;
}
.input_td_wide
{
	background-image:url(../images/diversen/inputboxeswide.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	
	width:303px;
	height:25px;
}


.inputboxes
{
	border:0;
	
	background-color:transparent;
	color:#7F7F7F;
	width:135px;
	height:18px;
	
	padding-left:5px;
	padding-right:5px;
}
.inputboxeswide
{
	border:0;
	
	background-color:transparent;
	color:#7F7F7F;

	width:285px;
	height:18px;
	
	padding-left:5px;
	padding-right:5px;
}

.textareabox_td
{
	background-image:url(../images/diversen/textarea.jpg);
	background-repeat:no-repeat;
	background-position:center center;

	width:202px;
	height:135px;
	
	text-align:center;
}
.textareabox
{
	border:0;
	
	background-color:transparent;
	color:#7F7F7F;
	
	width:190px;
	height:125px;
	
	padding:0px;
	
	overflow:auto;
}

.checkboxes
{
	border:0;
	background-color:transparent;
}


.message_success
{
	font-family:Arial,Helvetica,Verdana;
	font-size:18px;
	font-weight:bold;

	border-width:2px;
	border-color:#f78f1e;
	border-style:solid;

	background-color:#ffffff;
	color:#f78f1e;

	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}
.message_error
{
	font-family:Arial,Helvetica,Verdana;
	font-size:18px;
	font-weight:bold;

	border-width:2px;
	border-color:#eb0089;
	border-style:solid;

	background-color:#ffffff;
	color:#eb0089;

	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}
.form_warning
{
	font-family:Arial,Helvetica,Verdana;
	font-size:14px;
	font-weight:bold;

	border-width:2px;
	border-color:#eb0089;
	border-style:solid;

	background-color:#ffffff;
	color:#eb0089;

	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}