div#photo {
	border-width: 1px;
	border-color: #666666;
	border-style: solid;	
	width: 128px;
	min-height: 128px;
}

div#uploader form { 
	display: block; margin: 20px auto; background: #eee; border-radius: 10px; padding: 15px 
}

div#uploader .progress { 
	position:relative; 
	width:400px; 
	border: 1px solid #ddd; 
	padding: 1px; 
	border-radius: 3px; 
}

div#uploader .bar { 
	background-color: #B4F5B4; 
	width:0%; 
	height:20px; 
	border-radius: 3px; 
}

div#uploader .percent { 
	position:absolute; 
	display:inline-block; 
	top:3px; 
	left:48%; 
}

div#contactResult {
	display: block;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #eeeeee;
	font-weight: bold;	
	display: none;
}

div#contactResult.success {
	color: #008000;
}

div#contactResult.failure {
	color: #d22222;
}

div#contacts {
	display:block;
	width: 100%;
}

div#contacts div.create {
	margin:10px; 
	text-align: right;
}

div#contactDisplay {
	margin:10px; 
	
	background-color:#EEEEEE;

	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;	
}

table.contactTable {
	border-collapse: collapse;
	width: 100%;	
	padding-left: 5px;
	padding-right: 10px;
}

.contactTable * .header {
	background-color: #CCCCCC;
}

table.contactForm * td {
	padding: 10px 10px 5px 10px;
}

.contactTable * .displayCell {
	padding: 10px 20px;
	color: #000000;
}

.displayCell table {
	width: 100%;
}

.contactTable * td, .contactTable * th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

.contactTable * th {
	border-bottom-width: 1px;
	border-bottom-color: #222222;
	border-bottom-style: solid;	
}

.contactTableImageCell {
	padding: 10px 3.5pt;
	vertical-align: top;
	width: 138px;
	text-align: center;
}

.contactTableImage {
	width: 118px;
}

.contactForm * td:first-child {
	width: 1px;
}

.contactTable * tr.evenRow {
	background-color: #EEEEEE;
}

.contactTable * tr.oddRow {
	background-color: #ffffff;
}

.contactTable * td.editCell {
	width: 36px;
}

.contactTable * label {
	color:#000000;
	font-weight: bold;
}

.contactTable * label.error {
	color:#ff0000;
}

a.photoReload {
	 background: url(../images/reload.png) no-repeat;
	 padding-left: 16px;
}

a.photoRemove {
	 background: url(../images/delete.png) no-repeat;
	 padding-left: 16px;
}

a.photoUpload {
	 background: url(../images/upload.png) no-repeat;
	 padding-left: 16px;
}

a.contactDelete {
	 background: url(../images/delete.png) no-repeat;
   padding-left: 16px;
}

a.contactEdit {
	 background: url(../images/edit.png) no-repeat;
   padding-left: 16px;
}

a.contactAdd {
	 background: url(../images/add.png) no-repeat;
   padding-left: 16px;
}

