body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}

div#container {
	width:760px;
	margin:auto;
	border:1px solid #cccccc;
}

div#header {
	background-image: url(/images/sqwebmail/header.jpg);
	height: 126px;
	background-repeat: no-repeat;
	position: relative;
	text-align:left;
}

#header #logo {
	margin:auto;
	position: absolute;
	margin-left: 16px;
	margin-top: 15px;
}

#page {
	text-align:left;
}

div#grey-bar {
	height:15px;
	background-color:#f7f7f7;
}

div#grey-bar p {
	padding-left:5px;
	margin:0px;
	color:#888;
	font-size:12px;
	text-align:left;
}

div#contact {
	background-image: url(/images/sqwebmail/gray_gradient.gif);
	background-repeat: repeat-x;
	width: 760px;
	text-align: left;
	padding-top: 7px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 125%;
	color:#4470ae;
}

div#contact p{
	
	margin-left:10px;
}

div#login-form {
	margin-left:25px;
	border:1px solid #ccc;
	width: 35%;
	padding: 0px 12px 12px 12px;
	text-align:right;
	background-color:#efefef;
}

div#login-form h3 {
	text-align:center;
	color:#4470ae;
}

div#login-form p {
	text-align:right;
}

#footer {
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	background-color: #688dbf;
	background-image: url(/images/sqwebmail/footer.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding-bottom: 0.5em;
	text-align: center;
}
#footer a
{
	color: #fff;
}

#footer a:link,
#footer a:visited
{
	border-bottom: 1px dotted #fff;
}

#footer a:hover,
#footer a:active {
	border-bottom: 1px solid #ffff00;
	color:#333;
}
