html {
	overflow-x: hidden;
	overflow-y: auto;
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
	margin: 0; padding: 0; border: 0; outline: none;
	
}

body {
	font-family:Tahoma, Arial, Verdana, Helvetica, Comic Sans MS;
	background-color: #ccc;
	font-size:10px;
	height:100%;
	color: black;
	margin:0;
	padding:0;
	line-height: 18px;
}

b	{
	font-size: 100%;
}

em {
	color: black;
	font-weight: normal;
}

strong {
	color: #666;
}


p {
	font-size:12px;
	line-height:18px;
	padding:0;
	margin:0;
}

td {
	font-size:12px;
}

hr {
	border:0;
	border-top:1px dashed #d7d7d7;
}

ol, ul {
	padding:0;
	margin-left:20px;
	
	list-style:lower-roman square outside;
	


}

strong {
	color: black;
	
}

a, a:link, a:active, a:hover, a:visited {
	font-size:12px;
	font-weight:bold;
	color:#aa0000;
	text-decoration:none;
	letter-spacing:0px;
	
	
	outline: none;
}

a:hover {
	color:#000;
	text-decoration:none;
	outline: none;
	
}

img {
	border:3px solid #dddcdb;
	display:block;
	margin-right:20px;

}

#b_container {
	margin:0 auto;
	padding:0;
	width:650px;
	height:auto;
	/*
	min-height:100%;
	height:100%;
	*/
	background-color:#fff;
}

#b_header {
	width:650px;
	height:80px;
	background:url(../images/popup/header_bg.jpg) no-repeat;
}

#b_body {
	clear:both;
	width:640px;
	height:auto;
	text-align: justify;
}

#b_content, #b_content_send_to_friend {
	padding:10px 20px 10px 10px;
	
}

#b_content_send_to_friend {
	
	height:218px; /* 188 */
	
	
}
#b_content_send_to_friend fieldset {
	border:0;
}

#b_content_send_to_friend legend {
	display: none;
}

#b_content_send_to_friend label {
	padding: 4px 0px 0px 0px;
	margin:0;
	display: block;
	
}

#form_submit {
	padding-top:10px;
}



#b_content_img {
	border:3px solid #dddcdb;
	display:block;
	margin-right:20px;
}

#b_content_title {
	display:block;
	font-size:12px;
	
	font-weight:bold;
	
}

#b_content_title a {
	font-size:16px;
	line-height:24px;
	font-weight:normal;

}

#b_content_copy {
	display:block;
	clear:both;
	padding-top:10px;
}





#b_clear {
	clear:both;
	height:30px;
	
}


#print_button {
	float: right;
	text-align: right;
}

#b_footer {
	clear:both;
	vertical-align:bottom;
	bottom:0;
	position:static;
	background-color:#7e0001;
	width:650px;
	height:12px;
}

input, textarea, select {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: normal 11px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #636363;
}
