/*
 * CSS style library for the My Account section
 *
 * @author Sam Lee
 * @version $Id: registration.css,v 1.1 2006/09/28 16:51:41 slessman Exp $$Revision: 1.1 $
 * @updated $Date: 2006/09/28 16:51:41 $$Author: slessman $
 */


/***************************************************
 *
 * Main Table Styles
 *
 ***************************************************/

table.registrationContainer {
	width: 100%;
}

td.twoColumn1 {
	width: 595px;
	vertical-align: top;
	text-align: left;
	padding-right: 20px;
}

td.twoColumn1 div#content {
	padding-top: 5px;
	border-top: 1px solid #666666;
}

td.twoColumn2 {
	width: 185px;
	vertical-align: top;
	padding-top: 3px;       /* padding to fix smaller text-size */
}

td.twoColumn2 div#content {
	padding-top: 5px;
	border-top: 1px solid #666666;
}

div#content img.button {
	padding-top: 10px;
}


/***************************************************
 *
 * Main Page Form Styles
 *
 ***************************************************/

div.formContainer {
	padding-left: 10px;
	padding-bottom: 5px;
}

div.formContainer table td {
	padding-right: 10px;
}


/***************************************************
 *
 * Rev. 1 Div Classes
 *
 * TODO: Change to above classes where applicable or 
 *       create new if not
 *
 ***************************************************/

div.headerBorder {
	border-bottom: 1px solid #666666;
}

div.addressContainer {
	float: left;
	padding: 10px 30px 5px 0px;
}

div.address {
	padding-left: 10px;
	padding-bottom: 5px;
}

div.accountFormContainer {
	padding-left: 10px;
	padding-bottom: 5px;
}

td.accountContent {
	padding-top: 10px;
}

