input.btn {
	background-color: #FCB049;
	margin-top: 5px;
	background-image: url(../images/bg/button_default.gif);
	border-top: 1px solid #EAD5B0;
	border-right: 1px solid #D5AB66;
	border-bottom: 1px solid #D5AB66;
	border-left: 1px solid #EAD5B0;
	color: #614105;
	padding-right: 4px;
	padding-left: 4px;
	height: 25px;
}

textarea.full {
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

textarea.inptxt, input.inptxt{
	background-attachment: fixed;
	background-image: url(../images/input_bg.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #999999;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #999999;
	padding-left: 3px;
	font-size: 12px;
	margin: 2px;

}

button.btnEdit {
	margin: 0px 0px 0px 6px;
	border: 0px none;
	vertical-align: middle;
	background-color: #FFEFBE;
	width: 46px;
}

input.inptxt2 {
	background-attachment: fixed;
	background-image: url(../images/input_bg.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #999999;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	border-left: 1px solid #999999;
}

hr.bgwhite {
	height: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3C7C7;
	border-right-color: #FDF2F2;
	border-bottom-color: #FDF2F2;
	border-left-color: #F3C7C7;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

td {
	font-size: 12px;
}
option {
}
.msg {
	background-color: #ECFCFF;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #87D7F5;
}

.err {
	background-color: #FFFEEC;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFBC62;
	color: #CC0000;
}
