/*##########################################################################
############################################################################
##########################################################################*/

.table_container_top {
	position:relative;
	top:-40px;
	font-size: 14px;
}

.table_container {
	position:relative;
	top:-40px;
}

.user_edit_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}

.user_edit_table .key {
	padding: 3px;
	vertical-align:center;
	background: url(../menu/table_spacer.gif) no-repeat bottom left;
}

.user_edit_table .top {
	text-align: center;
}


.user_edit_table .value {
	text-align: right;
	font-weight: bold;
	vertical-align:center;
	background: url(../menu/table_spacer.gif) no-repeat bottom right;
}

.user_edit_table .value input.input_text, input.input_file {
	background: white;
	width: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border: #e4e4c0 1px solid;
	color:#534e31;
}

.user_edit_table .value select {
	background: white;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.user_edit_table img {
	border: #e4e4c0 3px solid;
	margin: 0 auto;
	margin-bottom: 10px;
	
}

#button_div {
	width: 530px;
	margin-top: 10px;
}





