* { font-family:Lucida Grande,Tahoma,sans-serif }
body,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,pre { border:0; margin:0; padding:0 }

body {
	color:#333;
	font-size:62.5%;
	background:url(images/bg.gif) 0 0 repeat-x #99c3da;
	margin:20px 0 10px;
	text-align:center;
}

form .element {
	border:1px solid #6ba3c0;
	font-size:1.4em;
}
form input.element { width:100%; }
form table td.email input.element { width:170px; }
form table td.email label { 
	font-size:1.4em;
	color:#1c78ab;
}
form table td.label { width:50%; }
form table td.label label {
	font-size:1.1em;
	font-weight:bold;
	color:#1c78ab;
}
form table td.submit { text-align:right; }
form table td.text { width:50%; }
form table tr.break td { padding-top:14px; }


table {
	font-size:1em;
	width:100%;
}

#main {
	width:775px;
	margin:0 auto;
	text-align:left;
	background:url(images/main-bg.gif) 0 0 repeat-y;
}
#main h2.logo,
#main h2.logo a {
	width:191px;
	height:44px;
}
#main h2.logo {
	position:absolute;
	top:22px;
	left:17px !important;
	left /**/:-345px; /**/
}
#main h2.logo a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/edell.gif) 0 0 no-repeat;
}
#main h3.subheading { 
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
}
#main .bottom { 
	background:url(images/main-bottom.gif) 0 100% no-repeat;
	padding:90px 28px 28px 28px;
	position:relative;
}
#main .top { background:url(images/main-top.gif) 0 0 no-repeat; }
#main .col {
	width:307px !important;
	width /**/:345px; /**/
	border:1px solid #bfbfbf;
	padding:18px;
	background:#fff;
}
#main .col h3 {
	display:block;
	height:17px;
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#main .col p {
	font-size:1.2em;
	margin:0;
	padding:8px 0;
}
#main .col p.notice {
	padding:8px;
	background:#fefe99;
	margin:4px 0 0;
}

#main .col .heading {
	border-top:1px solid #dadada;
	margin-top:12px;
	padding-top:14px;
	height:16px !important;
	height /**/:30px; /**/
}
#main .col .heading h4 {
	height:16px;
	background:url(images/t_requested.gif) 0 0 no-repeat;
	text-indent:-9999px;
	float:left;
	width:170px;
}
#main .col .heading h5 {
	font-size:1.1em;
	font-weight:bold;
	float:right;
	width:50px;
}
#main .col .heading h5.available { color:#5aba1a; }
#main .col .heading h5.unavailable { color:#ba301a; }

#main .col-a { float:left; }
#main .col-a h3 { background-image:url(images/t_add-mailname.gif); }
#main .col-b { float:right; }
#main .col-b h3 { background-image:url(images/t_login.gif); }

#main .panels {
	width:100%;
	height:90px;
	background:url(images/foot-bg.gif) 0 0 repeat-x;
	margin:18px 0 0;
}
#main .panels .panel {
	width:211px !important;
	width /**/:235px; /**/
	height:66px !important;
	height /**/:90px; /**/
	padding:12px;
	float:left;
	border-left:2px solid #fff;
	color:#fff;
}
#main .panels .panel h3 {
	font-size:1.5em;
	font-weight:bold;
}
#main .panels .panel p {
	font-size:1.0em;
	padding:8px 0 0;
	margin:0;
}
#main .panels .panel p span {
	color:#d2f9b9;
	font-weight:bold;
}

.clear { clear:both; }
