/* CSS Document */
#extra-wrapper {
text-align: center;
}
#container {
		postion: relative;
		margin: 0 auto;   /* align for good browsers */
		text-align: center; /* counter the body center */
		border: 2px solid #000;
		width: 760px;
		height:90%;
		background-color:#FFFFFF;
		border-color:#FFFFFF;
	}
	
	
#forms2 {
	position:absolute;
	left:625px;
	top:63px;
	width:47px;
	height:27px;
	z-index: 99;
}
#contactus2 {
	position:absolute;
	left:280px;
	top:0px;
	width:80px;
	height:27px;
	z-index: 100;
}

#loginbox2 {
	position:absolute;
	left:453px;
	top:0px;
	width:313px;
	height:68px;
	z-index: 101;
}
.greyText {
font-family:Arial, Helvetica, sans-serif;
size: 12;
color:#333333;
}

