/* sample basket CSS Document */



fieldset {
	border: 2px solid #D6EFEC;
	margin:0 5px 20px 0px;
	padding:8px 5px 8px 8px;
	background-color: #F5F7F6;

}

legend {
	font-family: Myriad, Helvetica, Arial;
	font-weight: normal;
	color: #389e92;
	text-transform: uppercase;
	font-size:10px;
}

input {
	margin: 10px 0 0 0;
	}

fieldset p {
	font-family: Myriad, Helvetica, Arial;
	font-size: 9px;
}

.sample_icon {
	background: url(../images/sample_icon.gif) no-repeat right center ;
	padding: 4px 10px 3px 0px;
	margin-bottom:10px;
	}
	

fieldset a:link {
	text-decoration: none;
		color: #8f8f91;
}


fieldset a:visited {
	text-decoration: none;
	color: #8f8f91;
	
}

fieldset a:hover {
	text-decoration: none;

}
fieldset a:hover {
	text-decoration: none;
}
fieldset a:active {
	text-decoration: none;
}

.bin {

	/*border: none;
	background: url("../images/bin_icon.gif") no-repeat; 
    width: 22px; 
    height: 33px; */
	float:left;
	position:relative;/*IE fix */
	display:inline;/*IE fix */
	margin: -53px 0 0 90px;
}




.submit {
	padding: 0px 0 0 0;
	/*border: solid 1px red;*/
	float:left;
	position:relative;/*IE fix */
	display:inline;/*IE fix */
	z-index:100;

}

/* @media screen and (-webkit-min-device-pixel-ratio:0).bin { */
/* Safari 3.0 and Opera 9 rules here */


