/* CSS Document */
body{
	margin:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#488B1F;
	margin-top:50px;
	}

.box-wrap {
    padding: 10px;
    background: none repeat scroll 0% 0% #82B860;
    border-radius:3px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    transition: border-color 0.2s linear 0s;
}
.box-wrap {
    border:#4EA22C;
	max-height:300px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}