﻿
@messageColor: #FFF;
@messageTextShadow: 1px 2px 2px #000;
@imageWidth: 250px;
@imageHeight: 250px;

div.message {
	position: absolute;
	top: 0px;
	left: 0px;	
	height: 100%;
	width: 100%;	
	z-index: 999991;
}

div.message.text {	
	position: relative;
	top: -270px;
	left: 0;
	padding: 120px 0 0 5px;
	font-size: 13px;	
	text-align: center;
	text-shadow: @messageTextShadow;
	color: @messageColor;
	height: 130px;
	width: 240px;
}

div.message_success {
	height: @imageHeight;
	width: @imageWidth;
	background: url('/Images/Messages/message-success-background.png') no-repeat 0 0;
}

div.message_error {
	height: @imageHeight;
	width: @imageWidth;
	background: url('/Images/Messages/message-error-background.png') no-repeat 0 0;
}

div.message_key_info {
	position: relative;
	padding: 220px 0 0 0;
	font-size: 13px;	
	text-align: center;
	text-shadow: @messageTextShadow;
	color: @messageColor;		
	height: 30px;
	width: 250px;	
}

