table{
	width: 100%;
	table-layout: fixed;
}
#middle .content table tr td{
	padding: 8px 8px 8px 0px;
}
		
table td {
	padding: 0px;
}

table label {
	position: relative;
	display: block;
	}

table label input, table label select  {
	position: absolute;
	right: 8px;
	width: 130px;
}

div.infos {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: black;
	text-align: center;
	padding: 1em 1em;
	margin: 1em;
}

div.success{
	color: #00adef;	
}

div.error {
	color: #cc0000;
	background-color: #fcc;
}

div.infos p {
	font-weight: bold;	
	font-size: 1.1em;
}

div.error ul {
	text-align: left;
	margin-left: 15em;
}

div.error li {
	list-style-image: none;
	list-style: disc !important;
}
.info h4 {
	font-size: 12px;
	color: #EC008C;
	font-weight: bold;
	padding-bottom: 2px;
}



form .send {
			background-position: top left;
			width: 18px;
			height: 18px;
			display: block;
			float: left;
			margin-left: 10px;
			border: none;
			
		}
		
form .send:active {
	background-position: bottom left;
}

form span {
	display: none;
}

form .send {
	background: url(../../images/bt_search_blank.png);
}

#banner {
	background-image: url(../images/banner_wheretobuy.jpg) ;
}

