/*
WIDGET
*/

body {
	background: white;
}

div#body {
	width: 610px;
	height: 490px;
	background-color: white;
	border: 0;
	padding: 20px;
}

div#body p.description {
	line-height: 1.8em;
}

div#body h2 {
	font-size: 240%;
	margin: 0;
}

span.alias {
	font-weight: bold;
}

div#bb1, div#embed1 {
	float: left;
}

div#bb2, div#embed2 {
	float: right;
}


div#bb1, div#bb2 {
	width: 246px;
	height: 290px;
	text-align: center;
}

div.blue_box img {
	margin: 0;
	border: 1px solid #c7e0e7;
}

div.blue_box p {
	font-size: 11px;
}

div.embed {
	clear: both;
}

div.embed div {
	width: 290px;
	padding-top: 8px;
	padding-left: 4px;
}

div.embed div label {
	font-weight: bold;
	color: #325B6C;
}

div.embed div input.embed_code {
	width: 180px;
	margin-left: 5px;
}

