@charset "utf-8";
/* CSS Document */
body{
	padding-right: 0px;
	padding-left: 0px;
	background: #fff;
	padding-bottom: 0px;
	margin: 0px;
	font: small/1.5em Georgia,Serif;
	color: #000;
	padding-top: 0px;
	voice-family: inherit;
}

#pag{
	position:relative;
	margin: 0 auto;
	padding:0 0 15px 0;
	width:855px;
}

#header{
	font-size: 93%;
/*	background: #cacaca; */
	background: url(/images/bg.gif) #cacaca repeat-x 50% bottom;
	float: left;
	width: 835px;
	padding-left:20px;
	line-height: normal;
}
#header ul{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	list-style-type: none;
}
#header li{
	padding-right: 0px;padding-left: 9px;
	background: url(/images/left.gif) no-repeat left top;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#header a{
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	background: url(/images/right.gif) no-repeat right top;
	float: left;
	padding-bottom: 4px;
	color: #765;
	padding-top: 5px;
	text-decoration: none;
}
#header a {
        float: none;
}
#header a:hover {
        color: #333;
}
#header #current {
	background-image: url(/images/left_on.gif);
}
#header #current a {
	background-image: url(/images/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #333;
}

#mainb{
	padding:30px 8px 10px 8px;
}

#loginWho{
	padding:2px;
	font-size:12px;
}
#loginBox{
	padding:0px;
}
.loginBoxC{
	width:500px;
	position:relative;
	margin:20px 40px 10px 40px;
}
.loginBoxC fieldset{
	border: 1px solid #6f685d;
	widht: 90%;
}
.loginBoxC legend{
	color: #000000;
	background: #ebe8de;
	border: 2px solid #d5d0ba;
	padding: 2px 6px
}
.loginBoxC label{
	float:left;
	width:25%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
}
.loginSubmit input{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}
.loginForgot{
	font-size:11px;
	text-align:center;
	padding-bottom:0px;
}
