/*** CSS default/site ***/
body {
  margin: 0;
  padding: 0;
}
a, a:link, a:active, a:visited {
  text-decoration : none;
	outline: none;
} 
a:hover {
  text-decoration: none; 
}

img { border: none; }

.logoWebmail{
	display: block;
	width: 175px;
	height: 55px;
}

.logoWebmailLarry {
	display: block;
	width: 107px;
	height: 24px;
	padding-top: 10px;
}
.logoWebmailLarry-login {
	display: block;
	width: 147px;
	height: 34px;
	margin:0 auto;
	padding: 15px 0;
}

.logoWebmail-login{
	margin: 35px auto -25px auto;
}

input#rcmloginuser, input#rcmloginpwd{
	width: 230px;
	margin: 0 0 5px 0;
}

#header {
	left: 10px;
}

.userprefs-block {
	width: auto;
}

#messagetoolbar a.show {
	background: transparent url(skins/Array/webmail/open_act.png) repeat scroll 0 0;
}

#messagetoolbar a.showSel {
	background: transparent url(skins/Array/webmail/open_sel.png) repeat scroll 0 0;
}
