@charset "UTF-8";

.textField {
	background-color: DED9D3;
	border: 1pt solid #CFC9C0;
}
.box {
	background-color: DED9D3;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFC9C0;
	border-right-color: FFF7EA;
	border-bottom-color: FFF7EA;
	border-left-color: #CFC9C0;
}

.footer { color:#999; font-size:11px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; padding:0; }
.footer a { text-decoration:none; color:#999; }
.footer a:hover { text-decoration:underline; }
.footer span { margin:0; padding:0 0 0 150px; }

