body{
	margin:30px;
	padding:0px;
	text-align:center;
	background-color: #999;
	
}
h1, h2, h3 , h4{
	margin:0;
	padding:0;
}
p{
	margin:1em 0;
	padding:0;
	color: #FFF;
}
h1{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
h2{
	font-size:14px;
	color:#60A8E4;
}
h3{
	font-size:14px;
	color:#353535;
}
img{border:0;}

/* ---------------------------------- container ---------------------------------- */
#container{
	width:800px;
	height:600px;
	margin:2px;
	margin-right:auto;
	margin-left:auto;
	background: url(../images/pagebackground.jpg);
}

#content {
	height: 150px;
	width: 170px;
	position:relative;
	left: 320px;
	top: 250px;
	
}

#membercontent {
	height: 250px;
	width: 600px;
	position:relative;
	left: 100px;
	top: 200px;
	color:white;
	
}

#forgotpasswordcontent {
	height: 250px;
	width: 600px;
	position:relative;
	left: 100px;
	top: 200px;
	color:white;
	
}

#form {
	width:500px;
	position:relative;
	top:155px;
	left:180px;
}

#ieform {
	width:500px;
	position:absolute;
	top:55px;
	left:140px;
}

#loginform {
	width:500px;
	position:relative;
	top:55px;
	left:180px;
}

/* ---------------------------------- text_decor ---------------------------------- */
.underline {
	text-decoration: underline;	
}
.white {
	color:#FFF;
}
.blue {
	color:#0A58C7;
}
.red {
	color:#8F0101;
}
.yellow {
	color:#FDA11C;
}
.px11{
	font-size:11px;
}
.green {
	color:#4CC200;
}
.black {
	color:#353535;
}

