/* form styles */

form {
	width: 95%;
	margin: 0 auto
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form label {
	display: block;
	padding: 8px;
	cursor: pointer
}

label span {
	display: block;
	float: left;
	width: 200px
}

select, option {
	color: #005595
}

.grey {
	background-color: #F3F3F3
}

.postal {
	width: 55px;
	padding: 3px;
	border-right: #fff 1px outset;
	border-top: #CBCBCB 1px outset;
	border-left: #CBCBCB 1px outset;
	border-bottom: #fff 1px outset;
	background-image: url(/images/bgfield.gif);
	color: #005595; 
	background-color: #fff
}

.text {
	height: 20px;
	width: 200px;
	padding: 3px;
	border-right: #fff 1px outset;
	border-top: #CBCBCB 1px outset;
	border-left: #CBCBCB 1px outset;
	border-bottom: #fff 1px outset;
	background-image: url(/images/bgfield.gif);
	color: #005595; 
	background-color: #fff
}

.text-comments {
	height: 100px;
	width: 200px;
	padding: 3px;
	border-right: #fff 1px outset;
	border-top: #CBCBCB 1px outset;
	border-left: #CBCBCB 1px outset;
	border-bottom: #fff 1px outset;
	background-image: url(/images/bgfield.gif);
	color: #005595; 
	background-color: #fff
}

.text-login {
	width: 125px;
	padding: 3px;
	border-right: #fff 1px outset;
	border-top: #CBCBCB 1px outset;
	border-left: #CBCBCB 1px outset;
	border-bottom: #fff 1px outset;
	background-image: url(/images/bgfield.gif);
	color: #005595; 
	background-color: #fff
}

.button {
	padding: 3px;
	border-right: #0D465E 1px outset;
	border-top: #71B3CF 1px outset;
	border-left: #71B3CF 1px outset;
	color: #FDFDFD; 
	border-bottom: #0D465E 1px outset;
	background-color: #3D7A9B
}

.button-webmail {
	padding-top:1px;
	color: #FDFDFD; 
	border-right: #0D465E 1px outset;
	border-top: #71B3CF 1px outset;
	border-left: #71B3CF 1px outset;
	border-bottom: #0D465E 1px outset;
	background-color: #3D7A9B
}

.error {
	color: #990000;
	font-weight: bold
}

.errormsg {
	color: #990000
}
