@charset "utf-8";
/* CSS Document */

#registerPageBg{
	width:500px;
	height:775px;
	background-color:#FFF;
}

#AtoZcontainer{
	width:494px;
	height:80px;
	margin:auto;
	display:block;
}

#AtoZtopRow, #AtoZbottomRow{
	width:494px;
	height:38px;
	float:left;
}

.AtoZlink a{
	width:38px;
	height:28px;
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	background-image:url(../assets/images/AtoZOutBg.gif);
}

.AtoZlink a:hover{
	height:30px;
	padding-top:8px;
	background-color:#3c3c3c;
	background-image:none;
}

#AtoZframe{
	width:490px;
	height:530px;
	padding:5px;
	float:left;
}

.AtoZtitle{
	width:500px;
	height:28px;
	color:#FFF;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	background-image:url(../assets/images/AtoZOutTitleBg.gif);
	background-repeat:repeat-x;
}

iframe{
	height:630px;
}




