#embedWidget {
	width: 600px;
	height: 120px;
	clear: both;
	background-color: white;
	margin-left: 59px;
}
.embedTitle {
	color: #d71921;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
}
.embedDescription {
	font-size: 11px;
}
.addMargin {
	margin-bottom: 5px;
}
.embedLabel {
	font-weight: bold;
	font-size: 12px;
	float: left;
	clear: left;
	margin: 2px 0px;
}
#inputSpace {
	width: 295px;
}
#embedWidget input {
	position:relative;
	top:2px;
	font-size: 10px;
	margin-bottom:4px;
	float:left;
	clear:left;
	width:270px
}
.embedLeft {
	float:left; 
	width: 148px;
}
.embedRight {
	float:left;
	margin-right:4px;
}
	
