@charset "utf-8";

/* BOERDAM WEBMAIL CSS */

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	text-align: center;
}

.container { 
	text-align: left;
}

/* LOGIN */

.loginError {
	font-style:normal;
	font-weight:bold;
	color:#ce4535;		
	line-height:16px;
	height:16px;
	background:url(../img/iconUitroepteken.gif) right no-repeat;
	padding-right:20px;
	padding-bottom:10px;
}

/* INBOX */

.taalSelecter {
	float: right;
}

.pageMenu {
}

.pageNavigatie {
	text-align: center;
}

.geselecteerdeBerichtenOpties {
	float: right;
	padding: 3px;
}

.geselecteerdeBerichtenOpties .verwijder {
	background: url(../img/iconCross.gif) no-repeat; 
	padding: 0px;
	padding-left: 18px;
	text-decoration: none;
}

/* FORM */

input[type="hidden"] {
	display: none;
	visibility: hidden;
}

input[type="text"] {
	width: 250px;
}

