/* 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: #394663
}

.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: #394663; 
	background-color: #fff
}

.text {
	height: 10px;
	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: #394663; 
	background-color: #fff
}

.text-login {
	width: 159px;
	padding: 2px;
	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: #394663; 
	background-color: #fff
}

.form-search {
	padding: 2px;
	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: #394663; 
	background-color: #fff
}

.text-login-content {
	width: 250px;
	padding: 2px;
	margin: 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: #394663; 
	background-color: #fff
}

.button {
	padding: 3px;
	border-right: #656149 1px outset;
	border-top: #B1AA94 1px outset;
	border-left: #B1AA94 1px outset;
	color: #FDFDFD; 
	border-bottom: #7E775F 1px outset;
	background-color: #8C856B
}

.button-webmail {
	padding-top:1px;
	border-right: #656149 1px outset;
	border-top: #B1AA94 1px outset;
	border-left: #B1AA94 1px outset;
	color: #FDFDFD; 
	border-bottom: #7E775F 1px outset;
	background-color: #8C856B
}

.error {
	color: red;
	font-weight: bold
}

.errormsg {
	color: red
}

h3 {
	background: #4C493D;
	margin: 0px 0 0 7px;
	padding: 5px 0 5px 5px;
	height: 10px;
	width: 174px;
	cursor: pointer;
	border-bottom: 2px solid #E3E0D7;
}
