input[type="text"] {
	width:				200px;
}

input[type="password"] {
	width:				200px;
}

.MMyAccountTable {
	font-size:			11px;
}

.MMyAccountNewAddressWrapper {
	height:				30px;
}

.MMyAccountNewAddress {
	width:				84px;
	height:				23px;

	background-image:	url("./gfx/NewAddress.jpg");

	border:				none;

	cursor:				pointer;

	float:				right;
}

.MMyAccountOrders {
	width:				100%;

	font-size:			11px;
}

.MMyAccountOrders th {
	color:				#666666;

	font-size:			10px;

	background-color:	#E5E5E5;

	height:				26px;
	line-height:		26px;
}

.MMyAccountViewOrderProducts {
	width:				100%; 

	font-size:			11px; 

	color:				#4A4A4A;
}

.MMyAccountViewOrderProducts th {
	color:				#555555;

	font-size:			10px;

	height:				26px;
	line-height:		26px;
}

.MMyAccountViewOrderQuoteLeft {
	width:				18px;
	height:				18px;

	background-image:	url("./gfx/QuoteLeft.jpg");
	background-repeat:	no-repeat;

	position:			absolute;

	top:				0px;
	left:				0px;
}

.MMyAccountViewOrderQuoteRight {
	width:				18px;
	height:				18px;

	background-image:	url("./gfx/QuoteRight.jpg");
	background-repeat:	no-repeat;

	position:			absolute;

	bottom:				0px;
	right:				0px;
}

.MMyAccountLogin {
	width:				144px;
	height:				33px;

	background-image:	url("./gfx/Login.jpg");

	border:				none;

	cursor:				pointer;

	margin-top:			40px;
}

.MMyAccountSubmit {
	width:				144px;
	height:				33px;

	background-image:	url("./gfx/Submit.jpg");

	border:				none;

	cursor:				pointer;
}

.MMyAccountForm {
	font-size:			11px;
}

.MMyAccountNotes {
	width:				100%;
	height:				100px;
}

.MMyAccountAddresses {
	font-size:			12px;
}

.MMyAccountFooter {
	font-size:			10px;
}

.MMyAccount_Buttons {
	height:				22px;
}

.MMyAccount_View {
	background-image:	url("./gfx/view.jpg");
	
	width:				60px;
	height:				22px;

	cursor:				pointer;

	float:				right;

	margin-right:		4px;
}

.MMyAccount_Print {
	background-image:	url("./gfx/print.jpg");
	
	width:				60px;
	height:				22px;

	cursor:				pointer;

	float:				right;

	margin-right:		4px;
}

.MMyAccount_Track {
	background-image:	url("./gfx/track.jpg");
	
	width:				60px;
	height:				22px;

	cursor:				pointer;

	float:				right;
}
