
#page
{
	width:100%;
	/*width: 480px;*/
/*	width: 810px; */
	/*margin: 0 auto;*/
	margin: 0px;
}

/* Sidebar */

/* indicates that the sidebar is left aligned and 152 pixels wide */
#sidebar
{
	float: right;
	width: 152px;
}

#sidetabs
{
	font-size: 75%;
	margin-left: 12px;
	text-align:left;
}

#sidetabs a
{
	text-decoration: none;
	font-weight: normal;
	/*color:#808080;*/
	color:#404040;
	line-height: 2em;
	width: 100%;
}
#sidetabs a:visited
{
	text-decoration: none;
	font-weight: normal;
	/*color:#808080;*/
	color:#404040;
	line-height: 2em;
	width: 100%;
}

#sidetabs a:hover
{
	/*color: #808080;*/
	color:#404040;
}


/* Content pane */

#contentpane
{
	/*float: left;*/
	/*width:798px;*/
}

/* Login */

#login
{
	padding: 0px 0 0 5px;
}

#sidemenu
{
	padding: 5px 0 0 5px;
}
/* indicates that the form div has a margin of 0 and has padding on the top (10px) and left (5px) */

#login form
{
	padding: 0px 0 0 5px;
}

.register, .forgot
{
	font-size: 100%;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom:5px;
	text-align:left;
}


div .newboxed {
	float: left;
	/*width: 319px;*/
	width: 239px;
	/*border-right:2px solid gray;*/
}

div .newboxedr {
	float: right;
	/*width: 321px;*/
	width: 401px;
	border-left:2px solid gray;
}

/* fieldset draws a box around its containing elements.  In this case, the border is turned off. */

#login fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

#login label
{
	font: 100% Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#remembermelabel
{
	font-size: .8em;
	margin-right: 12px;
	text-align:right
}

#inputtext1, #inputtext2, #inputtext3, #rememberme
{
	width: 180px;
	margin-bottom: .5em;
	color: #666666;
}

#submitButton
{
	margin-top: .5em;
	margin-bottom: .5em;
	font: bold 100% Arial, "Times New Roman", Times, serif;
	color: #666666;
	margin-left: 10px;
}

#login a
{
	color: #000000;
}
