				/* HEADER BEGIN */

body{
	font-family: verdana, sans-serif;
	margin-top: 0px;
	background-color: #ECE7E8;
	text-align: center;
	font-size: 1.0em;
	height:100%
}

				/*  Border SHADOW image */

#border{
	position: relative;
	width: 842px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 7px;
	background: url(../images/border.gif) no-repeat;

}

				/* Beginning of the HEADING image, text, and phone number */

#heading_container {
	display: inline-block;
	width: 840px;
	height: 175px;
	margin: 0;
	background: #fff;
}

#heading_logo {	
	z-index: 2;
	display: inline-block;
	position: absolute;
	left:5px;
	width: 287px;
	height: 175px;
	background: url(../images/logo.gif) no-repeat;
}

#heading_login {
	position: absolute;
	left: 240px;
	width: 475px;
	height: 32px;
	z-index: 3;
	background: #356b96 url(../images/blue_tab_corner.gif) no-repeat;
	padding: 0 0 0 125px; 

}

				/* Heading End */

				/* Password Begin */

#vcenter {
    display: table; /* standards browsers only */
    height: 32px; /* whatever height you need for the containing wrapper */
    #position: relative; /* IE only */
    overflow: hidden;
}
#vcenter .content {
    display: table-cell;  /* standards browsers only */
    vertical-align: middle;
    #position: absolute;
    #top: 50%;
}
#vcenter .wrapper p{
    #position: relative;
    #top: -50%;
}

.wrapper p {
	margin:0;
	padding:0;
}

#password_span {
	color: #96d0fa;
	font-size: 9.6px;
	letter-spacing: -.1em;
	#letter-spacing: -.05em;
}

.login_input {
	width:120px;
	display: inline;
	font-size: 12px;
	color: #9e9e9e;
}

#login_submit {
	width: 45px;
}
				/* Password End */

				/* Phone Number Begin */

#phone_number {
	position: absolute;
	top: 75px;
	left: 625px;
	width: 169px;
	height: 61px;
	background: url(../images/were_here_to_talk.gif) no-repeat left top;
}

				/* Phone Number End */

				/* HEADER END */


