#embed-area{ /* Width: 490PX */
	
}
	#embed-area .block{
		padding: 10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		background: #555;
	}
	#embed-area h3{
		margin: 0;
		padding: 0;
		color: #61B4EF;
		text-shadow: 0 0 5px #000;
		font-size: 14pt;
		text-transform: uppercase;
	}
		#embed-area h3 span{
			cursor: pointer;
			float: right;
			padding: 2px 5px 2px 20px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			border-radius: 3px;
			background: #81AF36 url('/images/monochrome/white/16/settings.png') 2px center no-repeat;
			color: #FFF;
			text-shadow: none;
			font-size: 8pt;
			font-family: Arial, Helvetica, sans-serif;
			text-transform: none;
		}
		#embed-area h3 span:hover{
			background-color: #51711E;
		}
		#embed-area h3 span.active{
			background: #DDD url('/images/monochrome/black/16/settings.png') 2px center no-repeat;
			color: #000;
		}
		#embed-area h3 span.active:hover{
			background-color: #AAA;
		}
	#embed-area .settings{
		display: none;
		float: left;
		width: 120px;
		margin: 10px;
		padding: 5px 10px;
		-webkit-box-shadow: 0 0 10px #000;
		-moz-box-shadow: 0 0 10px #000;
		-o-box-shadow: 0 0 10px #000;
		box-shadow: 0 0 10px #000;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		background: #CCC;
		color: #222;
		font-size: 10pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}
		#embed-area .settings label{
			display: block;
			line-height: 25px;
		}
		#embed-area .settings #widget_color{
			float: right;
			width: 16px; height: 16px;
			border: 2px solid #666;
			background: #000;
		}
		#embed-area .settings #widget_width{
			cursor: col-resize;
			float: right;
			width: 30px; height: 14px;
			margin: 0;
			margin-top: 4px;
			padding: 2px;
			line-height: 14px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-o-border-radius: 2px;
			border-radius: 2px;
			border: 1px solid #888;
			background: #FFF;
			font-weight: normal;
			text-align: center;
		}
	#embed-area .iframe{
		width: 100%;
	}
	#embed-area iframe{
		display: block;
		width: 200px;
		height: 60px;
		margin: 10px auto;
	}
	#embed-area .code{
		height: 34px;
	}
		#embed-area .code input{
			float: left;
			margin: 0;
			width: 398px; height: 30px;
			padding: 0 5px;
			-webkit-border-radius: 5px 0 0 5px;
			-moz-border-radius: 5px 0 0 5px;
			-o-border-radius: 5px 0 0 5px;
			border-radius: 5px 0 0 5px;
			border: 2px solid #BBB;
			border-right: 0;
		}
		#embed-area .code a{
			float: left;
			width: 78px; height: 30px;
			line-height: 30px;
			-webkit-border-radius: 0 5px 5px 0;
			-moz-border-radius: 0 5px 5px 0;
			-o-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
			border: 2px solid #51711E;
			border-left: 0;
			background: #81AF36;
			background-image: -moz-linear-gradient(center top , #81AF36, #415F12);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #415F12),color-stop(1, #81AF36)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#81AF36', endColorstr='#415F12'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#81AF36', endColorstr='#415F12')"; /* IE8 */
			text-align: center;
			font-size: 9pt;
			font-weight: bold;
			text-transform: uppercase;
		}
			#embed-area .code a:hover,#embed-area .code .hover{
				border-color: #000000;
				text-shadow: 0 1px #666666;
				text-decoration: none;
			}
			#embed-area .code a:active,#embed-area .code .active{
				background-image: -moz-linear-gradient(center top , #415F12, #81AF36);
				background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #81AF36),color-stop(1, #415F12)); /* Saf4+, Chrome */
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#415F12', endColorstr='#81AF36'); /* IE6,IE7 */
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#415F12', endColorstr='#81AF36')"; /* IE8 */
				outline: 0;
			}

