﻿
.demowrap
{box-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);display: block;
}
.demowrap img
{
	width:100%;
}
.left
{
	width:320px;
	height:400px;
	float:left;
}
.right
{
	width:450px;
	float:right;
	height:520px;
	color:#333;
	margin-right:118px;
	border:thin;
	border-left-style:solid;
	border-color:#999;
	border-width:thin;
	margin-right:182px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.info
{
	text-indent:1em;
}
.box
{
	padding-top:20px;
}
