p.info {
	display: block;
    background:  transparent url(../images/info.gif) 35px 12px no-repeat;
    color: #d5ac90;
    border: 1px solid #d5ac90;
    padding: 10px 15px 10px 55px !important;
    text-align: justify;
	list-style:none;
	font-size: 11px;
	text-transform: lowercase;
	}
	
p.error { 
	display: block;
    background: transparent url(../images/error.gif) 35px 12px no-repeat;
    color: #ec1d01;
    border: 1px solid #ec1d01;
    padding: 10px 15px 10px 55px !important;
    text-align: justify;
	list-style:none;
	font-size: 11px;
	text-transform: lowercase;
	}
	
p.tips { 
	display: block;
    background: transparent url(../images/tips.gif) 35px 12px no-repeat;
    color: #edccd4;
    border: 1px solid #edccd4;
    padding: 10px 15px 10px 55px !important;
    text-align: justify;
	list-style:none;
	font-size: 11px;
	text-transform: lowercase;
	}
	
img.border_img,
p.border_img {
	border: 2px #E70062 solid;
	margin: 5px;
	vertical-align: top;
	}
	
img.product_img,
.product_img {
	width:35%;
	height:35%;
	float: right;
	padding-top: 34px;
}


