.ajaxgif{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
	float:left;
	margin-right:320px;
    text-transform: uppercase;
	min-width: 135px;
}

.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    position: absolute;
	float:left;
	margin-right:320px;
    text-transform: uppercase;
	min-width: 135px;
}
.msg_ok{
	background: #007595;
}
.msg_error{
	background: red;
}