/* CSS Document */

.bgPurple 					{background-color:#660066;}
.bgWhite					{background-color:#FFFFFF;}

.button                     {cursor:pointer;} 

form {
	margin:0px;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}

.leftSide {
	background-image:url(../img/BG_menu.gif);
	background-repeat:repeat-y;
	width:230px;
}

.login {
	border:1px solid #670167;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#686868;
	width:182px;
}

.m7T {
	padding-top:7px;
}

.menuGrey {
	background-image:url(../img/BG_menugrey.gif);
	background-repeat:repeat-y;
	width:230px;
	padding-left:7px;
}
.rel {
	position:relative;
}
