@charset "utf-8";
/* Defines styles for the utility buttons */

#utilities {
	float:left;
	width: 300px;
	height: 22px;
	margin: 10px;
	}
	
#utilities img {
	float: left;
	}
	
.bubbleInfo {
    position: relative;
	left: 0 !important;
	left: -78px;
	top: 0 !important;
	top: -14px;
}

.bubbleInfo img {
	cursor: pointer;
	}

.popup {
	position: absolute;
    display: none;
	height:195px; 
	width: 363px;
	z-index: 10;
}

.formwrapper {
	background: #90C5BF;
	padding: 10px;
	width: 350px;
	height: 130px !important;
	height: 150px;
}

.formarrow {
	clear:both;
	background: url(../images/utilities/formarrow.png) no-repeat;
	height:15px;
	display:block;
	}

form.sendtofriend {
	padding:0;
	margin:0;
	width: 350px;
	height: 130px !important;
	height: 140px;
	overflow:hidden;
	}
	
form.sendtofriend p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 20px;
}

form.sendtofriend label{
	font-weight: bold;
	color: #fff;
	float: left;
	margin-left: -145px; /*width of left column*/
	width: 140px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

form.sendtofriend input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

form.sendtofriend .go { 
	float: right;
	margin-right: 10px !important;
	margin-right: 0;
	background: #38393b;
	font-weight: bold;
	width: 60px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

