﻿.ph{
	text-align:justify;
	padding:5px;
	font-size:12px;
}
a{
	text-decoration:none;
	color:blue;
}
a:hover{
	color:#FF6600;
}
p{
    text-align: justify;
    padding: 5px;
}
.an{
	text-decoration:none;
	color:blue;
	font-size:14px;
}
/*-----------------------*/
.alert-box {
	color:#555;
	border-radius:10px;
	padding:10px 40px;
	margin:10px 2px;
    text-align: right;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('/images/delete.png') no-repeat 99% 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('/images/accept.png') no-repeat 99% 50% ;
	border:1px solid #a6ca8a;    
}
.warning {
	background:#fff8c4 url('/images/warning.png') no-repeat  99% 50%;
	border:1px solid #f2c779;
}
.notice {
	background:#e3f7fc url('/images/info.png') no-repeat  99% 50%;
	border:1px solid #8ed9f6;
}