#content {
	width:430px;
	height:125px;
	margin: 30px auto;
	padding: 20px 60px;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: 0 0 30px #CCC;
	-webkit-box-shadow: 0 0 30px #CCC;
	box-shadow: 0 0 30px #CCC;
	background-color: #fff8e8;
	background: -webkit-gradient(linear, left top, left 15, from(#fff8e8), color-stop(4%, #EEEEEE), to(#fff8e8));
	background: -moz-linear-gradient(top, #fff8e8, #EEEEEE 1px, #fff8e8 15px);
}


