/*
WIDGET
*/

body {
	background: white;
}

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

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

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

div.left {
	float: left;
	width: 298px;
}

div.right {
	float: left;
	width: 298px;
	padding-left: 7px;
}

/* BEGIN: Sample Widget */
div.blue_box {
	width: 246px;
	height: 290px;
	text-align: center;
}

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

div.blue_box p {
	margin: 0;
	line-height: 11px;
	font-size: 11px;
}

div.blue_box p.dimensions {
	margin-top: 14px;
}
/* END: Sample Widget */

/* BEGIN: Embed Code */
div.embed {
	width: 290px;
	padding-top: 8px;
	padding-left: 4px;
}

div.embed label {
	font-weight: bold;
	color: #325B6C;
}
div.embed input.embed_code {
	width: 180px;
	margin-left: 5px;
}
/* END: Embed Code */
