.ajax-loader
{
	background: url("ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;	
}
.rotate{
    transition: all 0.9s linear;
    transform: rotate(360deg);
}
.contact-form #refresh {
   width: 15%;
    cursor: pointer;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}