.table {
	width: 100%;
	height: ;
	margin-right: 10px;
	padding: 0px;
	background-color: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-family: sans-serif;
	font-size: 13px;
	color: black;
	font-weight: normal;
}
.list {
	width:100%;
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px;
	background-color: ;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-family: sans-serif;
	font-size: 13px;
	color: black;
	font-weight: normal;
	border-bottom-color: Gray;
}
.list_back {
	font-family: arial;
	font-size: 10px;
	color: black;
	font-weight: normal;
	border-bottom: 1px solid gray;
}
.add_back {
	font-family: arial;
	font-size: 12px;
	color: black;
	font-weight: normal;
	border-bottom: 0px solid gray;
	border: none;
}

.title {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: none;
	border-left: none;
	font-family: Verdana;
	font-size: 11px;
	color: #333366;
	font-weight: bold;
	text-transform: UPPERCASE;
}
.price {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: none;
	border-left: none;
	font-family: Verdana;
	font-size: 9px;
	color: #333366;
	font-weight: normal;
	text-transform: UPPERCASE;
}
.title_back {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: gray;
	font-family: Verdana;
	font-size: 11px;
	color: #333366;
	font-weight: bold;
	text-transform: UPPERCASE;
	border: 1 px solide gray;
}
.ref {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: white;
	border-left: none;
	font-family: Verdana;
	font-size: 14px;
	color: #333366;
	font-weight: bold;
	text-transform: UPPERCASE;
}

.text {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: white;
	border-left: none;
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-transform: none;
}
.text_back {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: white;
	border-left: none;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	font-weight: normal;
	text-transform: none;
}
.textfield {
	font-family: Arial,Verdana;
	font-size: 10px;
	color: #666666;
	border: black solid 1px;
}

.button {
	font-family: Arial,Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: gray;
	border: solid 0px;
}

textarea {
	font-family: Arial,Verdana;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: black solid 1px;
	overflow:hidden;
}
