#Messages {
	behavior: url('/css/PIE.htc');
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	font-size:130%;
	text-align:center;
	margin:10px;
}
.success {
	background-color:#99cc99;
	border:2px solid #006600;
	color:#003300;
}
.warning {
	background-color:#ff6666;
	border:2px solid #990000;
	color:#330000;
}
.success a {
	font-size:100%;
	color:#003300;
	font-weight:bold;
	text-decoration:none;
}
.warning a {
	font-size:100%;
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}

#Profile_Meter {
	behavior: url('/css/PIE.htc');
	position: relative;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#c6c6c6;
	color:#000;
	margin:10px;
	padding:10px;
	margin-top:0px;
	font-size:130%;
}
#Profile_Meter div#member_status div, #Profile_Meter div#meter_info div {
	position:relative;
	float:left;
	text-align:center;
	width:197px;
	margin-right:5px;
        height: 30px
}
#Profile_Meter div#fund-o-meter {
	position:relative;
	behavior: url('/css/PIE.htc');
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:none;
	text-align:left;
	background-color:#dddddd;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #666;
}
#Profile_Meter div#meter_info div.information {
	position:relative;
	behavior: url('/css/PIE.htc');
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top:5px;
	float:left;
	background-color:#dddddd;
	border:1px solid #666;
	position: relative;
	padding:5px;
	width:187px;
	margin-right:3px;
	min-height:60px;
}
#Profile_Meter .empty {
	position:relative;
	height:25px;
	padding-top:5px;
	border:1px solid #666;
	background-color:#dddddd;
}
#Profile_Meter .full {
	position:relative;
	height:25px;
	padding-top:5px;
	border:1px solid #009900;
	background-color:#008200;
	color:#fff;
}
#posting_counter, #investor_counter {
	position: relative;
	behavior: url('/css/PIE.htc');
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#c6c6c6;
	color:#000;
	margin:10px;
	padding:10px;
	margin-top:0px;
	font-size:130%;
}
#posting_counter .empty, #investor_counter .empty {
	height:30px;
	width:385px;
	padding-top:5px;
	border:1px solid #666;
	float:left;
	text-align:center;
	margin-right:5px;
	overflow:none;
	background-color:green;
	background-image:url('../andy_images/meter_background.png');
	background-repeat:no-repeat;
	background-position:0% 0%;
}
#business_plans {
	padding-left:20px;
	font-size:130%;
}
p.tel-p-display span:nth-child(3), p.tel-p-display span:nth-child(1) {
    display: none;
}