/*
 * AccountPage stylesheet
 * Styling of past orders and the member form (if required) here
 */

#PastOrders {border: 1px solid #dddddd; padding: 10px; margin: 20px 0; font-size: 0.9em;}
	#PastOrders li {list-style: none;}

#PastOrders h3, #MemberForm_MemberForm h3,  #Form_RegisterForm h3 {font-size: 1.2em; font-weight: bold; color: #083584; margin: 1em 0 0.5em 0; border-bottom: 1px solid #dddddd; padding: 0 0 0.5em 0; clear: both;}
		
#PastOrders h4 {font-size: 1.1em; font-weight: bold; color: #0b8332; margin: 1em 0 0.5em 0; clear: both;}

#MemberForm_MemberForm #Country select, #Form_RegisterForm #Country select {width: 305px;}

#MemberForm_MemberForm input.nolabel, #Form_RegisterForm input.nolabel {margin-left: 205px;}