body {
	background: #DEDEDE;
	color: #010101;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
		sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

strong {
	font-weight: bold;
}

a:focus,a:hover {
	
}

a:hover {
	text-decoration: none;
}

a {
	color: #A71B1A;
	text-decoration: underline;
}

/* fonts */
.text-s {
	font-size: 11px;
}

/* layout */
.block {
	display: block;
}

.inline {
	display: inline;
}

.hide {
	display: none;
}

.left {
	float: left;
	display: inline; /* avoid IE double-margin */
}

.right {
	float: right;
	display: inline; /* avoid IE double-margin */
}

/* float */
.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

/* Clearfix to clear all contained floats */
.container:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	zoom: 1;
}

p {
	padding: 6px 0;
}

/* ----------------------------------------------- */
#webmail-access {
	background: white;
	border: 1px solid #CCCCCC;
	margin: 120px auto;
	overflow: hidden;
	width: 440px;
}

#webmail-access h1 {
	background: #444444;
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 16px;
	text-align: center;
}

/* Webmail form */
#webmail-access-form {
	display: block;
	padding: 24px 32px;
	text-align: left;
}

#webmail-access-form label.label-input {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	width: 134px;
	text-align: right;
}

#webmail-access-form input {
	width: 170px;
}

#webmail-access-form .cb {
	padding-left: 144px;
}

#webmail-access-form .ht {
	padding: 12px 0;
	text-align: center;
}

#webmail-access-form .rcube,#webmail-access-form .egw {
	color: #666666;
	margin: 0 5px;
	text-align: left;
	width: 161px;
}

#webmail-access-form .rcube {
	padding-left: 18px;
}

#webmail-access-form a.button,#webmail-access-form span.maintenance {
	border: 0;
	display: block;
	height: 61px;
	text-indent: -7777px;
	width: 161px;
}

#webmail-access-form .rcube a.button {
	background: url(../images/buttons_webmail.jpg) no-repeat;
}

#webmail-access-form .rcube a.button:hover {
	background: url(../images/buttons_webmail.jpg) -161px 0 no-repeat;
	cursor: pointer;
}

#webmail-access-form .egw a.button {
	background: url(../images/buttons_webmail.jpg) -322px 0 no-repeat;
}

#webmail-access-form .egw a.button:hover {
	background: url(../images/buttons_webmail.jpg) -483px 0 no-repeat;
	cursor: pointer;
}

#webmail-access-form div.rcube h3,#webmail-access-form div.egw h3 {
	font-weight: bold;
	padding: 8px 0 0 8px;
}

#webmail-access-form div.rcube p,#webmail-access-form div.egw p {
	padding: 0 0 0 8px;
}

/* Forms */
input {
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
		sans-serif;
	padding: 2px;
}

input:focus {
	border: 1px solid #999999;
}

/* Loading */
#webmail-loading {
	padding: 64px 0;
	text-align: center;
}

/* Maintenance */
.maintenance {
	color: #990000;
}

#webmail-access-form .rcube span.maintenance {
	background: url(../images/buttons_webmail_disabled.jpg) no-repeat;
}

#webmail-access-form .egw span.maintenance {
	background: url(../images/buttons_webmail_disabled.jpg) -161px 0
		no-repeat;
}

/* JS warning */
div.js-warning {
	color: #990000;
	margin-bottom: 24px;
	text-align: center;
}