.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #2A3034;
    border-color: #333A3F;
    color: #CBCCCC;
	opacity: .95;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #a94442;
    border-color: #c66b69;
    color: #efc5c4;
}
.alert-danger hr {
    border-top-color: #c66b69;
}
.alert-danger .alert-link {
    color: #843534;
}


.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #31708f;
	
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
	color: #fff;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #31708f
    text-decoration: none;
    cursor: pointer;
    opacity: .9;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.dealeralert{
    width: 78px;
    background:url(../images/ng/dealer-alone.png) no-repeat;
	background-size: 78px 50px;	
    float: left;
    margin-right: 10px;
}

.bitkaralert{
    width: 78px;
    background:url(../images/ng/bitkar-alone.png) no-repeat;
	background-size: 78px 50px;	
    float: left;
    margin-right: 10px;
}



/* CSS talk bubble */
.talk-bubble {
	margin: 0px;
    margin-left: 90px;
  display: inline-block;
  position: relative;
	width: 135px;
	height: auto;
	background-color: #4d4d4d;
    
}
.border{
  border: 8px solid #666;
}
.round{
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}


.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -10px;
	right: auto;
  top: 8px;
	bottom: auto;
	border: 5px solid;
	border-color: #4d4d4d #4d4d4d transparent transparent;
}



/* talk bubble contents */
.talktext{

  padding: 5px;
	text-align: left;
  line-height: 1.5em;
    text-align: center;
}
.taltexttitle{
    font-weight: bold;
    color: #6ab26d;
    font-size: 14px;
    display: inline-block;
}
.talktext p{
    text-align: center;
    line-height: 15px;
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}