label {
	display: block;
	margin-bottom: 2px;
}

input {
	font-size: 13px;
	width: 100%;
	margin-bottom: 10px;
}

label {
	color: #353535;
}

#userId, #password, #password-username, #old-password, #new-password, #confirm-password {
	width: 300px;
	border: 1px solid #dddddd;
	background: #f6f9fd;
}
#password-error-message {
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
}
#status-message {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
}

#Form_Field {
	float: left;
	margin-bottom: 12px;
	background: url(../images/form_bg.gif) repeat-x bottom;
	border: 1px solid #ebebeb;
	padding: 8px 8px 6px 8px;
}

#Form_Action, #PasswordForm_Action {
	float: left;
	width: 300px;
}


#content .submit , #content .reset  {
	float: right;
}
#content .submit {
	background: url(../images/submit.gif) no-repeat ;
	height: 17px;
}

#content .submit a {
	display: block;
	width: 67px;
	height: 17px;
	background: url(../images/submit.gif) no-repeat ;
	text-decoration: none;
}

 #content .submit a:hover {
	background-position: 0 -17px !important;
	text-decoration: none;
}
#content .reset {
	background: url(../images/resetbutton.gif) no-repeat ;
	height: 17px;
}

#content .reset a {
	display: block;
	width: 67px;
	height: 17px;
	background: url(../images/resetbutton.gif) no-repeat ;
	text-decoration: none;
	border-left: 1px solid #dddddd;
	margin-left: 2px;
}

#content .reset a:hover {
	background-position: 0 -17px !important;
	text-decoration: none;
}


#Help_Container {
	float: left;
	width: 174px;
	margin: 7px 0 0 15px;

	text-align: center;
}

#New_Account_Holder {
	float: left;
	width: 500px;
	margin-top: 8px;
}

#New_Account_Holder h2 {
	margin-left: 30px;
}
#New_Account_Holder h4 {
   margin-left: 30px;
}




