/* HGUS-Registration.css */
/* HotGrinds Canada Inc. - February 2008 */
* { 
	padding:0; 
	margin:0;
} 

body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:76%;
	color: #330033; 
	background: #FFF;
	overflow: auto;
	text-align:center;
	min-width:1013px;
}

#HGUS_wrapper {
	width: 1013px;
	margin: 0 auto;
	text-align: left;
}

#HGUS_Background {
	position: absolute;
	background: url(bg1680.png);
	left: 0px;
	height: 1350px;
	width: 100%;
}

#HGUS_ContentBackGround {
	position: absolute;
	background: #FFFFFF;
	top: 16px;	
	width: 1013px;
	height: 1268px;
}

#HGUS_Copyright {
	position:absolute;
	top: 1305px;
	width: 1013px;
	height:40px;
	overflow:hidden;
}

#HGUS_HeadBar {
	position: absolute;
	background: url(topbg.png);
	left: 0px;
	height: 98px;
	width: 1011px;
	background-color: transparent;
}

#HGUS_HeadBarLeft {
	position: absolute;
	background: url(headbar_left.png);
	left: 0px;
	height: 98px;
	width: 14px;
	background-color: transparent;
}

#HGUS_HeadBarRight {
	position: absolute;
	background: url(headbar_right.png);
	left: 1002px;
	height: 98px;
	width: 9px;
	background-color: transparent;
}

#HG_Logo {
	position: absolute;
	left: 14px;
	height: 98px;
	width: 141px;
}

#HGUS_Login {
	position: absolute;
	left: 860px;
	height: 98px;
	width: 150px;
	top: 7px;
	font-size:11px;
}

/* link style*/
#HGUS_Login a {
	color: #FFFFFF;
	font-size:10px;
}

/* when mouse is over link */
#HGUS_Login a:hover { 
	color: #0e72c0; 
}

#HGUS_Booktop {
	position: absolute;
	background: url(booktop.png);
	left:1013px;
	height: 13px;
	width: 20px;
}

#HGUS_Bookborder {
	position: absolute;
	background: url(bookbg.png);
	left:1013px;
	top: 13px;
	height: 1255px;
	width: 20px;
}

#HGUS_TabContent {
	position: absolute;
	left: 0px;
	height: 1206px;
	top: 97px;
	width: 913px;
	background-color: transparent;
}

ol#toctop {
    height: 35px;
    list-style: none;
    margin: 0;
    padding-left: 159px;
}

ol#toctop li {
    float: left;
    margin: 0 5px 0 0;
}

ol#toctop a {
    background: url(main-tabs-blue.png);
	color: #a59a53;	
    display: block;
    float: left;
    height: 35px;
    padding-left: 20px;
	font-size: 18px;
    text-decoration: none;
}

ol#toctop a:hover {
    background-position: 0 -70px;
    background-color: #006699;
}

ol#toctop a:hover span {
    background-position: 100% -70px;
}

ol#toctop li.current a {
    background-position: 0 -35px;
    color: #868686;
    font-size:19px;
    background-color: #006699;
}

ol#toctop li.current span {
    background-position: 100% -35px;
}

ol#toctop span {
    background: url(main-tabs-blue.png) 100% 0;
    display: block;
    line-height: 35px;
    padding-right: 20px;
}

div.contentTop {
	position:absolute;
	width: 100%;    
	border: none;
    clear: left;
}

div.HGUS_RegistrationPage {
	position: absolute;
	top: 37px;	
	left: 0px;
	width: 1011px;
	height: 700px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;	
	border-color: #CCCCCC;
}

#RegistrationForm {
	position: absolute;
	top: 37px;	
	left: 150px;
	width: 725px;
	height: 540px;
}

div.HGUS_ActivationPage {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 1011px;
	height: 700px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;
}

#ActivationForm {
	position: absolute;
	top: 37px;
	left: 250px;
	height: 400px;
	width: 1000px;
}

#ActivationFormFlex {
	position: absolute;
	top: -3px;
	left: -18px;
	height: 478px;
	width: 1000px;
}


div.HGUS_IncorrectPage {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 911px;
	height: 700px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;
}

#IncorrectForm {
	position: absolute;
	top: 37px;
	left: 92px;
	height: 400px;
	width: 730px;
}

div.HGUS_PasswordPage {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 911px;
	height: 700px;
	border-top: solid 1px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-color: #CCCCCC;
}

#PasswordForm {
	position: absolute;
	top: 37px;
	left: 97px;
	width: 730px;
	height: 400px;
}

div.HGUS_Search {
	position: absolute;
	left: 7px;
	top: 6px;
	height: 36px;
	width: 1013px;
}

div.HGUS_HelpIcon {
	position: absolute;
	left: 700px;
	top: 6px;
	height: 36px;
	width: 350px;
}