/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2009
//   Date  : 2009-01-31
//	 Author: development@toverstudio.nl
//
*/
.textbox
{
	width:150px;
	border:1px solid #ccc;
	height:20px;
}
.textboxmulti
{
	width:150px;
	border:1px solid #ccc;
	height:100px;
}
.zoektextbox
{
	width:300px;
	height:20px;
	border:1px solid #999;
}
.zoekbutton
{
	width:70px;
	height:25px;
	padding:0px 0px 3px 0px;
}

.button
{
	width:70px;
	height:25px;
	padding:0px 0px 3px 0px;
}
.buttonbig
{
	width:170px;
	height:25px;
	padding:0px 0px 3px 0px;
}

.error
{
	color:#f00;
	width:160px;
	display:block;
}



#formulier td
{
    padding:2px;
}

#formulier th
{
    text-align:right;
    padding:2px;
}

#formulier h2
{
    margin-top:10px;
    border-bottom:1px solid #ddd;
}

#formulier em
{
    color:#80c0cf;
}

.algerror
{
    display:block;
    background-color:#f00;
    color:#fff;
    font-size:15px;
    padding:20px;
}
