#holder_MYACCOUNT {
	height: 100%;
	}
	#holder_MYACCOUNT .accountHEADER {
		border-bottom: 2px solid #000;
		padding-bottom: 25px;
		}
	#holder_MYACCOUNT .accountHEADER h1 {
		line-height: 100%;
		color: #000;
		font-size: 19px;
		padding: 27px 0 0 30px;
		}
	#holder_MYACCOUNT .accountHEADER h3 {
		line-height: 100%;
		color: #444;
		font-size: 19px;
		padding: 27px 0 0 30px;
		font-weight:400;
		}
	#holder_MYACCOUNT .accountHEADER p {
		line-height: 100%;
		color: #444;
		font-size: 12px;
		padding: 27px 0 0 30px;
		}
	
	#holder_MYACCOUNT .accountCONTENT {
		height: 100%;
		overflow: hidden;
		padding: 0 30px;
		}

/* LOGIN FORM SECTION */
#holder_MYACCOUNT .loginEXISTING {
	float: none;
	margin: 0 auto;
	width: 455px;
	}
	#holder_MYACCOUNT .loginEXISTING .accountHEADER,
	#holder_MYACCOUNT .loginSIGNUP .accountHEADER,
	#holder_MYACCOUNT .accountHEADER.header
	{
		border-bottom: 0px none;
		}
		
	#holder_MYACCOUNT .loginEXISTING form {
		width: 391px;
		}
	#holder_MYACCOUNT .loginEXISTING a#btn-reset-pswd{
		color:#000;
		padding-bottom:1em;
		display: inline-block;
		font-weight:700;
		}
	#login ol {
		float: left;
		width: 360px;
		}
	#login ol li {
		list-style-type: none;
		float: left;
		clear: both;
		width: 100%;
		margin: 3px 0;
		}
	#login ol li label {
		float: left;
		display: inline-block;
		width: 130px;
		text-align: right;
		padding-right: 5px;
		line-height: 18px;
		font-weight: 700;
		}
	#login input[type="text"] {
		width: 180px;
		}
		
/* ch-01 SIGN UP FORM */
.loginSIGNUP {
    float: right;
    width: 455px;
	}
	
	#clmn p {
	    clear: both;
	    display: block;
	    float: left;
	    margin-bottom: 1.2em;
	    margin-top: 10px;
	    width: 100%;
		}
	#clmn ol {
	    float: left;
	    width: 391px;
		}
	#clmn ol li {
	    clear: both;
	    float: left;
	    list-style-type: none;
	    margin: 3px 0;
	    width: 100%;
		}
	#clmn ol li label {
	    display: inline-block;
	    float: left;
	    font-weight: 700;
	    line-height: 18px;
	    padding-right: 5px;
	    text-align: right;
	    width: 130px;
		}
	#clmn input[type="text"] {
	    width: 250px;
		}
	span.req-info {
	    color: #cc0033;
		}
	#clmn label.error {
	    clear: both;
	    color: red;
	    float: left;
	    font-weight: 400;
	    margin: 0 0 7px;
	    text-align: right;
	    width: 100%;
		}

/* MEMBER REGISTER */
#holder_MYACCOUNT .accountCONTENT.header{
	margin-bottom:15px;
	}
.col3 {
    border-left: 1px solid #cccccc;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    width: 280px;
	}
	.col3.first {
	    border-left: 0 none;
	    margin: 0;
	    padding: 0;
		}
	.col3.last {
	    width: 285px;
		}
	
	.regHeader {
	    float: left;
	    margin: 20px 0 0;
	    width: 260px;
		}
	.regHeader.first {
	    margin-top: 0;
		}
		
	#clmn .regHeader p {
	    color: #444444;
	    font-size: 11px;
	    line-height: 110%;
	    margin-top: 0;
	    padding: 0;
		}
	#clmn img.caps {
	    float: left;
	    margin: 0 10px 0 0;
		}
	 #clmn .col3 ol {
	    width: 290px;
		}
		
	#clmn .col3 ol li label {
	    display: inline-block;
	    font-size: 11px;
	    line-height: 11px;
	    text-align: left;
	    vertical-align: top;
	    width: 107px;
		}
	#clmn .col3 label.error {
	    clear: both;
	    color: red;
	    float: left;
	    font-weight: 400;
	    margin: 0 7% 7px 0;
	    text-align: right;
	    width: 93%;
		}
		
	#clmn .col3 input[type="text"] {
	    width: 150px;
		}
	#clmn .col3 select {
	    width: 150px;
		}
	#clmn .col3 ol li label.checkbox {
	    float: left;
	    line-height: 19px;
	    text-align: left;
	    width: auto;
		}
		
	.col3 #atable {
	    margin-left: 127px;
		}
	#term-of-use{
		padding:20px;
		}
	#term-of-use h1{
		font-size:20px;
		margin:1em 0;
		}
	#term-of-use p{
		font-size:13px;
		line-height:1.5em;
		margin:0 0 1em;
		}
		
	#holder_CENTRE_content h1{
		font-size:24px;
		margin:1em 0;
		}