                                                   /*
ALGEMEEN    ///////////////////////////////////////
                                                */
.formline {
	height					: 20px; 
	padding-bottom			: 10px;
}
.formline .item-tag{
	width					: 75px;
	padding-right			: 5px;
	float					: left;
	line-height				: 20px;
	height					: 20px;
}
.formline input{
	width: 245px;
	
	background-color		: #ffd552;
	border					: none;
	line-height				: 14px;
	height					: 14px;
	font-size				: 11px;
	font-weight				: bold;
    color					: #004d55;
}
textarea{
	width					: 247px;	
	background-color		: #ffd552;
	border					: none;
	font					: Arial, Helvetica, sans-serif;
	height					: 90px;	border:0;
	margin					: 3px;
	padding					: 0px 5px;
	font-size				: 11px;
	font-weight				: bold;
    color					: #004d55;
	scrollbar-face-color	: #ffd552;
    scrollbar-arrow-color	: #ffffff;
    scrollbar-track-color	: #fff;
    scrollbar-shadow-color	: #ffd552;
    scrollbar-highlight-color: #ffd552;
    scrollbar-3dlight-color	: #fff;
    scrollbar-darkshadow-Color: #fff;
}
#bericht{
	font-family				:Arial, Helvetica, sans-serif;
}
input, textarea, select{
	border					: 0;
	margin					: 3px;
	padding					: 0px 3px;
	}

.clearAll{
	clear					: both;
	}
                                                 /*
VELDEN    ///////////////////////////////////////
                                              */
.formline  .frmShdwTopLt{
	float					: left;
	background				: url(../img-multi/shadowUpperLeft.gif) top left no-repeat;
}

.formline  .frmShdwBottomRt{
	float					: left;
	background 				: url(../img-multi/shadowLowerRight.gif) bottom right no-repeat;
}

.formline  .frmShdwBottomLt{
	float					: left;
	background				: transparent url(../img-multi/shadowBottomLeft.gif) bottom left no-repeat;
}

.formline  .frmShdwTopRt{
	float					: left;
	background				: transparent url(../img-multi/shadowTopRight.gif) top right no-repeat;
}


                                                   /*
CHECKBOX    ///////////////////////////////////////
                                                */
.frmShdwCheck{
	border					: 0;
	margin					: 0;
	padding					: 0;
}

.frmShdwCheck img{
	border					: 0;
	margin					: 0;
	vertical-align			: middle;
	float					: left;
	margin-top				: 8px;
	margin-left				: 10px;
}

#sendbttn, #btnLogin{
	width					: 259px;
	background-color		: #004d55;
	color					: #ffd552;
	font-weight				: bold;	
	font-size				: 12px;
	border					: none;
	height					: 20px;
	background-image		: url(../img-multi/transp.gif);
	background-repeat		: no-repeat;
	margin-top				: 8px;
	float					: left;
	margin-left				: 0px;
}
#btnLogin{
	width					: 80px; 
	text-transform			: uppercase;
}
#file1, #file2{
	margin-right			: 23px;
	background-repeat		: no-repeat;
}
                                                   /*
SELECT ///////////////////////////////////////
                                                */
.frmShdwSelectDropChosen{
	margin					: 3px 3px 3px 5px;
	padding					: 0 0 0 2px !important;
	padding					: 0 0 3px 2px;
	font-size				: .9em;
	float					: left;
	border-right			: 1px solid #cccccc;
	border-left				: 1px solid #ffffff !important;
	border-left				: 0;
	display					: block;
	cursor					: pointer;

	/*IE*/
	color					: #666666;
	text-decoration			: none;
}

.frmShdwSelectDropShown{
	margin					: 3px 3px 3px 5px;
	padding					: 0 0 0 2px;
	font-size				: .9em;
	float					: left;
	border-right			: 1px solid #cccccc;
	border-left 			: 1px solid #cccccc;
	border-bottom			: 1px solid #cccccc;
	position				: absolute;
	background				: #ffffff;
}

.frmShdwSelectDrop{
	display					: none;
}

.fakeSelectImg{
	border					: 0;
	margin					: 5px 5px 0px 0px;
}

.frmShdwSelectDropShown a{
	display					: block;
	margin					: 0;
	padding					: 0px;
	border-bottom			: 1px dashed #ffffff;
	text-decoration			: none;
	color					: #666666;
}
	
.frmShdwSelectDropShown a.selected{
	background				: #f7f7f7;
	color					: #000000;
	border-bottom			: 1px dashed #cccccc;
}
	
.frmShdwSelectDropShown a.selected:after{
	content					: " <<";
}
	
	
.frmShdwSelectDropShown a:hover{
	background				: #f7f7f7;
	border-bottom			: 1px dashed #cccccc;
	text-decoration			: none;
	color					: #666666;
}
	
.frmShdwSelectDropShown a:hover:after{
	content					: " <<";
}
	
