/*
#topics
*/
#blogparts_header {
	height:50px;
	width:680px;
	display:block;
	background-image:url(../images/blogparts_header.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent: -9000px;
	/*\*/ overflow: hidden; /* */
}
.blogparts {
	margin:20px 0px 10px 0px;
	border-bottom: 1px solid #333;
	background-color: #0F0F0F;
}
.blogparts h3 {
	color: #EEE;
	font-size: 14px;
	font-family: sans-serif;
	padding: 7px 2px 7px 15px;
	margin:0px 0px 10px 0px;
	background-color: #333;
	background-image:url(../images/campaign_h3_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.blogparts p {
	color: #999;
	font-size: 12px;
	font-family: sans-serif;
	padding: 2px 0px;
	margin: 5px 0px 5px 0px;
}
.blogparts p.lead1 {
	color: #ccc;
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
	margin: 5px 0px 5px 0px;
}
.blogparts p.note1 {
	color: #ccc;
	font-size: 10px;
	font-weight:bold;
	line-height:16px;
	border: 1px dotted #603;
	padding: 5px 5px;
	margin: 5px 0px 20px 0px;
}
.blogparts:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.blogparts {display: inline-table;}

/* Hides from IE-mac \*/
* html .blogparts {height: 1%;}
.blogparts {display: block;}
/* End hide from IE-mac */

/*
#blogpartsArea
*/
#blogparts_sample {
	width: 170px;
	float:left;
	display: block;
	margin: 10px 0px 20px 20px;
}
a#bpBtn {
	font-size: 12px;
	text-align:center;
	width:100%;
	height: 20px;
	float: left;
	display: block;
	margin: 0px 0px 10px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
a#bpBtn:hover {
}
#instruction {
	color: #999;
	width: 450px;
	float:right;
	display: block;
	margin: 10px 20px 20px 0px;
	border-bottom: 1px solid #333;
}
#instruction h3 {
	color:#ccc;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #333;
}
#instruction h4 {
	color:#CCC;
	font-size: 12px;
	font-weight:normal;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #333;
}
#instruction textarea {
	color:#999;
	font-size: 10px;
	line-height:18px;
	padding: 2px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #333;
	background-color: #000;
}
#instruction ul {
	margin: 0px 10px 5px 20px;
	list-style-type: disc;
}
#instruction li {
	color:#999;
	font-size: 10px;
	line-height: 15px;
	margin: 0px 0px 2px 0px;
}

