/*div.comment{
	padding:15px 15px 15px 48px;
	border:1px solid #cacaca;
	background: #ededed url(../images/ok.png) no-repeat 15px center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#7d7d7d;
	font-weight:bold;
	margin:6px 0;
	z-index:1000;
}


div.commentError
{
	padding:15px 15px 15px 48px;
	border:1px solid #cacaca;
	background:#ededed url(../images/error.png) no-repeat 15px center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#7d7d7d;
	font-weight:bold;
}

div.commentInfo ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

#jquerycomment, #comment{
width:400px;
position:fixed;
bottom:20px;
right:20px;
z-index:99;
}*/

#jquerycomment, #comment{
width:400px;
position:fixed;
bottom:190px;
right:20px;
z-index:99;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  
  bottom: 0px;
  right: 21px;
  /* Each alert has its own width */
 
}

.alert-red {
  color: white;
  background-color: #DA4453;
}
.alert-green {
  color: white;
  background-color: #37BC9B;
}
.alert-blue {
  color: white;
  background-color: #4A89DC;
}
.alert-yellow {
  color: white;
  background-color: #F6BB42;
}
.alert-orange {
  color:white;
  background-color: #E9573F;
}