/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2009
//   Date  : 2009-01-31
//	 Author: development@toverstudio.nl
//
*/
.textbox
{
	width:300px;
	border:1px solid #ccc;
	height:22px;
}
.textboxjaar
{
	width:80px;
	border:1px solid #ccc;
	height:22px;
}
.textboxpassword
{
	width:120px;
	border:1px solid #ccc;
	height:22px;
}
.textboxmulti
{
	width:300px;
	border:1px solid #ccc;
	height:100px;
}
.zoektextbox
{
	width:300px;
	height:20px;
	*height:24px;
	border:1px solid #999;
}
.zoekbutton
{
	width:70px;
	height:25px;
	padding:0px 0px 3px 0px;
	*padding:0px 0px 0px 0px;
	*height:27px;
}

.button
{
	width:70px;
	height:25px;
	padding:0px 0px 3px 0px;
	*padding:0px 0px 0px 0px;
	*height:27px;
}
.buttonbig
{
	width:170px;
	height:25px;
	padding:0px 0px 3px 0px;
	*padding:0px 0px 0px 0px;
	*height:27px;
}
.buttonbigger
{
	width:180px;
	height:25px;
	padding:0px 0px 3px 0px;
	*padding:0px 0px 0px 0px;
	*height:27px;
}

.errorlabel
{
	color:#fff;
	background:url(../images/errorlabel.png) no-repeat right;
	width:380px;
	padding:3px 10px;
	height:26px;
}


#buttonbar
{
	margin-top:10px;
	background-color:#f6f6eb;
	padding:5px;
}


.profieledit
{
	width:600px;
	height:400px;
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	line-spacing:1em;
}