body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
}
.bg_main {
	background-attachment: fixed;
	background-image: url("../img/bg_main.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_menu {
	background-attachment: fixed;
	background-image: url("../img/bg_left.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.pie {
	font-size: 12px;
	color: #FFFFFF;
}
input {
	font-family: Tahoma;
	font-size: 12px;
	color: #003399;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
select {
	font-family: Tahoma;
	font-size: 12px;
	color: #000066;
}

input.ghost {
	background-color: transparent;
	font: 10px Verdana;
	border: none;
}
