/*  ===== de_DE Notes =====   /
	Styles for the de_DE (German) site.
	This style sheet is used to correct layout issues caused by different languaged sites.
	The CSS ID's and class should remain the same changing only the attributes of these styles to correct any issues.
	
	EXAMPLE: Labels for forms causing wrapping because of the different length of text, etc.
*/

/***********************************************/
/* de_DE CSS                                   */
/***********************************************/	
/* LOGIN WIDTH */
#content #login .formbox .login label {
	width: 9em; }

/* YOUR ACCOUNT CREDIT CARD WIDTH */
#pt_service #content #service .editpayment table.simple  {
	width: auto; }

#pt_giftregistry #content #giftregistry #giftregistrymain #registrylists {
	width: 635px; }

#pt_giftregistry #GiftRegistrySearchForm {
	width: 235px; }

#pt_giftregistry table.simple .itemqtycolumn {
	width: 50px;
	text-align:center; }
