@charset "utf-8";
/* CSS Document */

/* Bubbles */

 .info div.send_bubble div.close_link,
 .info div.question_bubble div.close_link,
 .info div.send_bubble div.close_link,
 .info div.question_bubble div.close_link {
	position: relative;
	z-index: 999;
	margin: 10px 0 0 240px;
	text-align: right;
	height: 13px;
	width: 14px;
	padding-top:5px;
}

 .info div.send_bubble div.close_link a,
 .info div.question_bubble div.close_link a,
 .info div.send_bubble div.close_link a,
 .info div.question_bubble div.close_link a {
	position: relative;
	z-index: 999;	
	background: url(_g/close.gif) top left no-repeat;
	height: 13px;
	width: 14px;
	display: block;
}

 .info div.send_bubble div.close_link a span,
 .info div.question_bubble div.close_link a span,
 .info div.send_bubble div.close_link a span,
 .info div.question_bubble div.close_link a span {
	display: none;
}

 .info div.send_bubble p,
 .info div.question_bubble p,
 .info div.send_bubble p,
 .info div.question_bubble p {
	margin: 5px 65px 0 10px;
	font-size: 14px;
	text-align: left;
	color: #000;
}

/* Send to friend bubble */

 .info div.send_bubble {
	position: absolute;
	z-index: 999;
	height: 225px;
	margin-top:-140px;
	margin-left:0px;
	background: url(_g/bubble.png) top left no-repeat;
	padding: 10px 0px 0px 32px;
	color: #000;	
}


 .info div.send_bubble {
	position: absolute;
	z-index: 999;
	height: 225px;
	width: 335px;
	background: url(_g/bubble.png) top left no-repeat;
	padding: 10px 0px 0px 32px;
	color: #000;
}


 .info div.send_bubble form.send_to_friend_form {
	position: relative;
	width: 280px;
	margin: -10px 0 0 0;
	text-align: center;
}

 .info div.send_bubble form.send_to_friend_form label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin-left:25px;
}


 .info div.send_bubble form.send_to_friend_form input.bubble_text_input {
	width: 80%;
	font-size: 12px;
	display: block;
	margin-left:25px;
}

 .info div.send_bubble form.send_to_friend_form input.bubble_submit {
	margin: 3px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

 .info div.send_bubble form.send_to_friend_form span.error {
	position: absolute;
	width: 106px;
	height: 30px;
	margin: -4px 0 0 0;
	background: transparent url(_g/required_field.gif) top left no-repeat;
}

/* Submit a question bubble */
 .info div.question_bubble {
	position: absolute;
	z-index: 999;
	height: 225px;
	width: 335px;
	margin-top:-140px;
	margin-left:0px;
	background: url(_g/bubble.png) top left no-repeat;
	padding: 10px 0px 0px 32px;
	color: #000;
}



 .info div.question_bubble {
	position: absolute;
	z-index: 999;
	height: 225px;
	width: 335px;
	margin-top:-140px;
	margin-left:0px;
	background: url(_g/bubble.png) top left no-repeat;
	padding: 10px 0px 0px 32px;
	color: #000;
}



 .info div.question_bubble form.submit_a_question_form {
	width: 280px;
	margin: -13px 0 0 0;
	text-align: center;
}

 .info div.question_bubble form.submit_a_question_form label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: left;
	margin-left: 25px;
}
 .info div.question_bubble form.submit_a_question_form input.bubble_text_input {
	width: 80%;
	font-size: 12px;
	display: block;
	margin-left:25px;
}

 .info div.question_bubble form.submit_a_question_form textarea.question_bubble_comments {
	width: 80%;
	font-size: 12px;
	height: 60px;
	display: block;
	margin-left:25px;
}

 .info div.question_bubble form.submit_a_question_form input.bubble_submit {
	margin: 0px auto;
	text-align: center;
	font-family: Verdana, Monaco, sans-serif;	
}

 .info div.question_bubble form.submit_a_question_form span.error {
	position: absolute;
	width: 106px;
	height: 30px;
	margin: -4px 0 0 0;
	background: transparent url(_g/required_field.gif) top left no-repeat;
}

#main #body_container #content_container .info {
	position: relative;
	top: 0px;
	float: left;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}