#outside
{
	height:35px; 
	width:95%; 
	position:relative;
	margin-top: 15px;
	margin-left: 5px;
	border: 1px solid #ff0000;
}

#outside[id] 
{
	display: table; 
	position: static;
} 

#inside
{
	position: absolute; 
	top: 50%;
	margin:0;
	padding:0 15px 0 0;

}

#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: #ff0000;
	font-size:14px;
}

