﻿.demo-box
{
	position: relative;
	border-radius:3px;
	background:#F9F9F9;
	padding:12px 10px;
	border:1px solid #D0D0D0;
	margin:10px;
}

.demo-box h3
{
	color:#E92B53;
}

.demo-box strong
{
	color:#E92B53;
}

.demo-box .code-box
{
	position: relative;
}

.demo-box iframe
{
	border:none;
}
	
.demo-box p.description
{
	font-size:12px;
	color:#333333;
}

.demo-box a.demo-popup
{
	background: #e92b53 none repeat-x scroll 0 bottom;
	border-radius: 4px;
    color: white;
    padding: 7px;
	text-decoration: none;
	width: 100px;
	text-align: center;
	height: 20px;
	display: block;

	transition: background-color 1s;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
}

.demo-box a.demo-popup:hover
{
	background:#F13966;
	color: white;
	text-decoration:none;
}

.demo-box #skins-demo-select
{
	margin: 10px 0;
}

.demo-box select
{
	margin: 10px 0;
}