@charset "utf-8";

div.error { background: #ffcccc url(../images/error_small.png) no-repeat 5px 4px; color: #900; border: 1px solid #c00; padding: 0.25em 0.5em 0.25em 2.5em; font-weight: bold; min-height: 1.25em; }
div.error p { padding: 0; margin: 0; }

div.bettererror { background: #cff5a5 url(../images/accept.png) no-repeat 5px 4px;; color: #1a8d24; border: 1px solid #7fa655; padding: 0.25em 0.5em 0.25em 2.5em; font-weight: bold; position: relative; min-height: 1.25em; }
div.bettererror img { display: block; position: absolute; left: 0.25em;	top: 0.25em; padding: 0; margin: 0; }
div.bettererror p {	position: absolute;	left: 2.5em; padding: 0; margin: 0; }


 input.c13 { border:0px; height:28px; width:89px;}

 
 /*=====================================
 	NICEFORMS
=====================================*/


/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background: #FFF;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
	margin-top:3px;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	margin-left:10px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	overflow:hidden;
	margin-left:10px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(../images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(../images/select_left.gif) no-repeat left top;
}
.selectArea .right2 {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/select_right.gif) no-repeat left top;
}
.selectArea .right2 a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right2 i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/verzend_btn.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

#stylesheetTest {
	
	left:-999px;
	width:10px;
	height:10px;
}

