
/* User notifications - good */
.notification, .voipCompletedBox, .voipInfoBox {
	background: url(/images/classy/24x24/accept.png) no-repeat 5px center;
	line-height:normal;
	width: 475px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
	background-color: #d2fdc9;
	padding: 10px 10px 10px 35px;
	border: 2px solid #487014;
	color: #182606;
	font-weight: bold;
}

/* User notifications - warning */
.warning_notification
{
	background-color:#d21a27;
	background-image:url(../images/errorback.png);
	background-position: top left;
	background-repeat:no-repeat;
	margin-bottom:5px;
	padding:0.5em;
  padding-left: 45px;
  margin-top: 30px;
  color: #fff;
  line-height:normal;
}

/* User notification error */
.error_notification
{
	background-image:url(../images/errorback.png);
	background-position: 10px center;
	background-repeat:no-repeat;
  color: #fff;
  line-height:normal;
  
  
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #c71510;
	padding: 10px;
  padding-left: 45px;
	width: 600px;
	margin-bottom: 15px;
  
}

