﻿div.option {
	float:left;
	position:relative;
	width:316px;
}

div.option a {
	display:block;
	color:gray;	
	font-size:0.75em;
	padding:4px;
	padding-left:60px;
	min-height:75px;
	text-decoration:none;
	border: 1px white solid;
}

div.option img {
	position:absolute;
	top:4px;
	left:4px;
	border:0;
}

div.option a span.product {
	font-weight:bold;
	font-size:1.25em;
}

div.option a:hover {
	color:black;
	background:#f3f3f3 url('../images/fade.jpg') repeat-x scroll left top;
	border:1px gray dotted;
	text-decoration:none;
}

div.icons {
	margin-top:8px;
}

img.icon_right {
	position:absolute;
	right:0;
	top:50px;
}

img.button {
	border: 1px transparent solid;
}

div.floating {
	float:left;
}

fieldset.floating {
	width: 300px;
	float:left;
	margin: 4px;
	padding:4px;
	border:0;
	background-color:#ffff99;
}

fieldset.floating legend {
	padding:4px;
	background-color:#ffff99;
}

div.feedback_tag.hover,
div.feedback_tag,
div.feedback_taken {
	border:1px gray solid;
	background:#d9f0d7 url('/help/feedback_tile.png') no-repeat scroll right top;	
	font-size:0.8em;
	white-space:normal;
	position:absolute;
	right:0;
	top:100px;
	padding: 8px;
	display:block;
	width:300px;
	height:60px;
	overflow:hidden;
	text-decoration:none;
	color:black;
	cursor:default;
	z-index:20;
}

div.feedback_tag {
	border-bottom: 2px gray dashed;
}

div.feedback_tag p.title {
	font-size:1.2em;
	text-align:center;
}


div.feedback_tag.hover,
div.feedback_tag:hover {
	height:auto;
	border-bottom:1px gray solid;
}

input.fullwidth,
input.email,
textarea.fullwidth {
	font-family:Verdana, Tahoma;
	width:296px;
}

input.email {
	background:white url('/help/email_address_background.png') no-repeat scroll left center;
}

input.float_right {
	float:right;
}

img.align_right {
	float:right;
}