div.information_header{ 
        color: #e96d1f;
        font-size: 13px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
		font-weight:bold;
}

div.information_content{
        color: #808080;
        font-size: 14px;
        font-family: sans-serif;
        padding-bottom: 13px;
}

.addressField{
	overflow:hidden;
}	

div#general{
        width: 210px;
        float: left;
		padding-left:25px;
}

div#contact{
        width: 210px;
        float: left;
}

div#password{
        width: 170px;
        float: left;
}

div#saveInformation{
	padding-top:70px;
	text-align:center;
}

div.information_content input{
    width: 150px;
    color: #808080;
}

div#saveChanges{
	text-align:center;
}

div#actionButtons{
	text-align:right;
	padding-right: 15px;
}

div#submitButtons{
	text-align:left;
}

div#actionButtons input,div#submitButtons input{
	margin: 0 5px;
}

div.information_column{
	float:left;
	width:200px;
}

table#addressBookTable{
	width:100.5%;
	margin-left:-9px;
	color:#808080;
	border:none;
}

table#addressBookTable tr{
	width:100%;
	padding: 0 5px;
}

table#addressBookTable th{
	text-transform:uppercase;
	font-weight:bold;
	background-color:#e5e5e5;
	padding: 5px 0;
}

table#addressBookTable td{
	padding: 5px 0;
}

table#addressBookTable .greyBackground{
	background-color:#e5e5e5;
}