﻿
.box1 {
	width: 745px;	
	height:230px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.box2 {
	width: 218px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	padding-top:8px;
	padding-bottom:15px;
	
}
.box3 {
	background-color: white;	
	width:164px;
	padding:1px;
	border: 1px solid #d7d7d7;
}
.shadow { 
    -webkit-box-shadow: 0px 0px 6px 6px #777;
    -moz-box-shadow: 0px 0px 6px 6px #777;
    box-shadow: 0px 0px 6px 6px #777;
}