﻿


#secondaryinfo {
	width: 230px;
	float: right;
	padding: 1em 0 0 80px;
	}
	
#content {
	width: 630px;
	float: left;
	}


#secondaryinfo .content {
	background: #fff;
	padding: 1px 15px 15px;
	-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
	margin: 2em 0;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 0 rgba(0,0,0,.1);
	font-size: .875em;
	line-height: 1.5em;
	}
	
.msie #secondaryinfo .content {
	border-bottom: 1px solid #ccc;
	}