#outside
{
	background: #ddefcb;
	height:35px; 
	width:770px; 
	position:relative;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #46c729;
}

#outside[id] 
{
	display: table; 
	position: static;
} 

#inside
{
	position: absolute; 
	top: 50%;
}

#inside[id] 
{
	display: table-cell; 
	vertical-align: middle; 
	position: static;
} 

#inside p
{
	margin:0;
	padding:0;
	position: relative; 
	width:100%; 
	text-align:left;
	padding-left: 10px;
	font-weight: bold;
	color: #000;
}

