/* CSS Document */

/* ------------------------------------------------------------------------------------------------ */

body{
	margin:0px; 
	padding:0px 0px 20px 0px;
	background-color:#fff;
	font-family:"Trebuchet MS";
	}
	
/* ------------------------------------------------------------------------------------------------ */

#mainWrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	}
	
/* ------------------------------------------------------------------------------------------------ */

------------------------------------------------------------------------------------------------ */

.MainLayout{
	width:950px;
	}
.MainLayout-TopCap{
	width:950px;
	height:20px;
	background:transparent url(../hsgm-images/registration/bgMainLayout-TopCap.gif) no-repeat;
	overflow:hidden;
	}
.MainLayout-Bg{
	width:900px;
	padding:10px 25px 25px 25px;
	background:transparent url(../hsgm-images/registration/bgMainLayout-Bg.gif) repeat-y;
	overflow:hidden;
	}
.MainLayout-BottomCap{
	width:950px;
	height:20px;
	background:transparent url(../hsgm-images/registration/bgMainLayout-BottomCap.gif) no-repeat;
	overflow:hidden;
	}

/* ------------------------------------------------------------------------------------------------ */

.LeftSide{
	width:310px;
	height:234px;
	padding:330px 70px 0px 50px;
	background:transparent url(../hsgm-images/registration/imgMainLeft.jpg) no-repeat;
	float:left;
	}
.LeftSide h2{
	font-size:28px;
	line-height:43px;
	font-weight:normal;
	color:#52470A;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 10px 0px;
	}
.LeftSide p{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	color:#6D6A57;
	}
.LeftSide p span{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#6D6A57;
	}
	
/* ------------------------------------------------------------------------------------------------ */

.RightSide{
	width:450px;
	float:right;
	}
.RightSide h2{
	font-size:48px;
	font-weight:normal;
	color:#484533;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 0px 5px;
	}
.RightSide h2.UpdateProfile{
	padding:0px 0px 15px 5px;
	}
.RightSide h3{
	font-size:24px;
	font-weight:normal;
	color:#99B635;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 20px 5px;
	}

/* ------------------------------------------------------------------------------------------------ */

.FormArea{
	width:439px;
	}
.FormArea-TopCap{
	width:439px;
	height:30px;
	background:transparent url(../hsgm-images/registration/bgFormTopCap.gif) no-repeat;
	overflow:hidden;
	}
.FormArea-Bg{
	width:389px;
	padding:0px 25px 0px 25px;
	background:transparent url(../hsgm-images/registration/bgFormBg.gif) repeat-y;
	overflow:hidden;
	}
.FormArea-BottomCap{
	width:439px;
	height:30px;
	background:transparent url(../hsgm-images/registration/bgFormBottomCap.gif) no-repeat;
	overflow:hidden;
	}	

.FormField{
	width:auto;
	height:29px;
	background:transparent url(../hsgm-images/registration/bgFormField.gif) 0 0 no-repeat;
	overflow:hidden;
	padding:0px 0px 10px 5px;
	float:left;
	margin:0px 7px 0px 0px;
	}
.FormFieldToRight{
	width:auto;
	height:22px;
	background:transparent url(../hsgm-images/registration/bgFormField.gif) 100% 0 no-repeat;
	overflow:hidden;
	padding:7px 5px 0px 0px;
	}
.FormField input{
	height:18px;
	border:none;
	background-color:#fff;
	font-size:12px;
	color:#56533E;
	}
.FormField-Big{
	width:370px;
	}
.FormField-Medium{
	width:160px;
	}	
.FormField-Small{
	width:130px;
	}
.FormField-XSmall{
	width:70px;
	}	
.FormArea label{
	font-size:12px;
	display:block;
	color:#777569;
	padding:1px 0px 3px 3px;
	}
.FormArea-Left{
	width:180px;
	float:left;
	}
.FormArea-Right{
	width:180px;
	float:right;
	}
.FormArea-Left2{
	width:150px;
	float:left;
	}
.FormArea-Left3{
	width:100px;
	float:left;
	padding:0px 35px 0px 0px;
	}
.FormArea-Right2{
	width:70px;
	float:left;
	padding:0px 0px 0px 10px;
	}
	
.LogData{
	width:389px;
	background:transparent url(../hsgm-images/registration/sepForm.gif) 0 100% no-repeat;
	padding:0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
	overflow:hidden;
	}
.FormArea select{
	border:1px solid #C0C0B7;
	padding:3px;
	margin:2px 0px 0px 0px;
	}

.SignUp{
	width:131px;
	background:transparent url(../hsgm-images/registration/btnSignupShadow.gif) 10px 100% no-repeat;
	padding:20px 0px 23px 10px;
	float:left;
	}
a.BtnSignUp{
	width:131px;
	height:50px;
	display:block;
	overflow:hidden;
	text-indent:-999em;
	background:transparent url(../hsgm-images/registration/btnSignup.gif) no-repeat;
	}
	
.CreateMyAccount{
	width:290px;
	background:transparent url(../hsgm-images/registration/btnCreateMyAccountShadow.gif) 10px 100% no-repeat;
	padding:20px 0px 23px 10px;
	float:left;
	}
	
input.btnCreateMyAccount{
	width:290px;
	height:50px;
	display:block;
	overflow:hidden;
	text-indent:-999em;
	background:transparent url(../hsgm-images/registration/btnCreateMyAccount.gif) no-repeat;
	padding:0px;
	margin:0px;
	border:none;
	cursor:pointer;
	}
	

/* ------------------------------------------------------------------------------------------------ */