/* By default, brand-specific CSS files import the corresponding CSS document
 * from /brands/default/css and then use !important styles to override colors.
 * To maintain styles not related to brand colors, look for the file in
 * /brands/default/css.
 * 6/29/2009 - EAK
 */ 
@import url('/brands/default/css/emailFriend.css');
#emailForm h3				{ color: #1C3F94 !important; }
#HomeTitle p				{ color: #1C3F94 !important; }
#senderCnr					{ background-image: url(/brands/schult/images/cfWindow/eaf_yre_blue.gif) !important; }
#headerCnr					{ width: 844px;
							  height: 120px; }
#addHomeCntr				{ top: 125px; } /* Top value is #headerCnr height + 5 */
