#sidepanelA
{
	float: left;
	margin-right: 3px;
}

#sidepanelB
{
	float: left;
	margin:0px;
}

#sidepanel_1
{
	width: 170px;
	height: 93px;
	background-color: #974140;
	margin-bottom: 3px;
}

#sidepanel_2
{
	width: 123px;
	height: 93px;
	background-color: #D83C3F;
	margin-bottom: 3px;
}

#sidepanel_3
{
	width: 170px;
	height: 81px;
	background-image: url(/images/hands.jpg);
	margin-bottom: 3px;
}

#sidepanel_4
{
	width: 123px;
	height: 81px;
	background-image: url(/images/manlaptop.jpg);
	margin-bottom: 3px;
}

#sidepanel_5
{
	width: 170px;
	height: 113px;
	background-image: url(/images/group.jpg);
	margin-bottom: 3px;
}

#sidepanel_6
{
	width: 123px;
	height: 113px;
	background-color: #994140;
	margin-bottom: 3px;
}

#sidepanel_7
{
	width: 170px;
	height: 113px;
	background-color: #AEAEAE;
}

#sidepanel_8
{
	width: 123px;
	height: 113px;
	background-image: url(/images/headscratch.jpg);
}

.AspNet-Login
{
	/*border: solid 1px #B5B5B5;*/
	padding:10px;
}

.AspNet-Login input[type="text"]
{
	border:solid 1px #7F9DB9;
	padding:1px;
}

.AspNet-Login input[type="password"]
{
	border:solid 1px #7F9DB9;
	padding:1px;
}

.AspNet-Login-TitlePanel
{
	margin-bottom:10px;
	font-size:12pt;
	color:#CC0000;
	font-weight:bold;
}

.AspNet-Login-Body label
{
	font-size:11pt;
	width:120px;
	float:left;
}

.AspNet-Login-UserPanel
{
	margin-bottom:5px;
}

.AspNet-Login-UserPanel input
{
	width:200px;
	border:solid 1px #7F9DB9;
}

.AspNet-Login-PasswordPanel input
{
	width:200px;
	border:solid 1px #7F9DB9;
}

.AspNet-Login-PasswordPanel
{
	margin-bottom:5px;
}

.AspNet-Login-RememberMePanel
{
	margin-bottom:5px;
}

.AspNet-Login-RememberMePanel label
{
	float:none;	/*remove the global label style from .AspNet-Login-Body label */
}

.AspNet-Login-FailurePanel span
{
	font-size:9pt;
	color:#FF0000;
}

.bulleted_list
{
	list-style-type:disc;
	list-style-position:inside;
	margin-left:0px;
	margin-top:12px;
	padding:0px;
}




