/* MY ACCOUNT SPECIFIC STYLES */

	div#resetpassword,
 	div#contactdetails	{
		border: solid 1px #aab1b7;
		background:#fffeee;
		padding:4px;
	}

	div#resetpassword {
		margin-bottom:5px;
	}

	div#inner,
 	div#inner2 {
		background:#fffbcb;
		padding:5px;
	}

	div#inner h4,
 	div#inner2 h4	{
		font-weight:normal;
		margin-bottom:5px;
	}

	div.details {
		margin-top: 5px;
		border: solid 1px #aab1b7;
		padding: 1px;
		color:#4E4E4E;
	}

	h4 {
		color: #4e4e4e;
		margin: 7px 7px 0 7px;
	}

	div.inner {
		background: #e9f1fb;
		padding:5px;
	}

	div.inner table {
		width:100%;
	}
	
	* html div.inner table {
		width:90%;
	} 
	
	td.left {
		text-align: left;
		color:#4E4E4E;
	}

	td.right {
		text-align: right;
	}

	td span.total {
		border-top: solid 1px #efefef;
		border-bottom: solid 1px #efefef;
		padding:2px 0;
	}

	img.button {
		margin: 3px 0;
	}

/* FORM */

	input#update,
 	input#update2	{
		margin: 0 0 5px 130px;
	}
/* Hide from IE5.0 and IE5.5 */

	/* \*/
	u{content:"\"/*"}

	* html div.inner table {
		width:100%;
	} 
	
/* End */