.Logout p a { 
	margin-left: 120px;
	background: #fcc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcc), to(#c99));;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffcccc', endColorstr='#cc9999', gradientType='0');
}

.Login .MainForm {
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	overflow: hidden;
  -webkit-box-shadow: #C4C4C4 2px 2px 5px;
  border-color: #C4C4C4;	
}

.Login .TextEntry input, 
.Login .TextEntry select,
.Login button {
	margin-right: 0;
	width: 160px;
}

.Login .TextEntry checkbox
{
	width: 30px;
}

.not_logged_in a
{
  color: #000 !important;
}

.Login_Alt p
{
  color: #000 !important;
}

.Login_Alt p a
{
  color: #00707c !important;
}

.non-mini a
{
  color: #00707c !important;
}