/**
* @author Galihsam [syambudhi@gamatechno.com] - [galihsam@gmail.com]
* @copyright Copyright (c) PT Gamatechno Indonesia
* @package animeFormValidator.css
* @version 01
* @description xxx
* @startDate 2013-06-30
* @lastUpdate 2013-07-01
*/

#showGsAlert {
	display:none;
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	padding:10px 10px 10px 10px;
	color:#ffffff;
	background-color:#5A5A5A;
	border:1px solid #D4CECE;
	position:fixed;
	background:#5A5A5A url('warning.png') no-repeat;
	background-position:50% 50%;
	bottom:40px;
	right:10px;
	width: 500px;
	height: auto;
	white-space:nowrap;
	border-radius:4px 4px 4px 4px ;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	/*opacity:0.7;*/
}

#showGsAlertExcecDone {
	display:none;
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	padding:10px 10px 10px 10px;
	color:#7A2329;
	background-color:#A9CCE2;
	border:1px solid #7597AB;
	position:fixed;
	background:#A9CCE2 url('process_warning.png') no-repeat;
	background-position:50% 50%;
	bottom:40px;
	right:10px;
	width: 500px;
	height: auto;
	white-space:nowrap;
	border-radius:4px 4px 4px 4px ;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	/*opacity:0.7;*/
}

#showGsAlertExcecFail {
	display:none;
	font-family: verdana;
	font-size: 11px;
	line-height: 17px;
	padding:10px 10px 10px 10px;
	color:#FBF99A;
	background-color:#D06666;
	border:1px solid #B45D5D;
	position:fixed;
	background:#D06666 url('process_warning.png') no-repeat;
	background-position:50% 50%;
	bottom:40px;
	right:10px;
	width: 500px;
	height: auto;
	white-space:nowrap;
	border-radius:4px 4px 4px 4px ;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	/*opacity:0.7;*/
}

#showGsAlert .close{
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 9px;
	color: #000000;
	cursor: pointer;
	background:#5A5A5A url('close_white.png') no-repeat;
	background-position:10% 20%;
	width: 24px;
	height: 24px;
}

#showGsAlertExcecDone .close{
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 9px;
	color: #000000;
	cursor: pointer;
	background:#A9CCE2 url('close_white.png') no-repeat;
	width: 24px;
	height: 24px;
}

#showGsAlertExcecFail .close{
	position: absolute;
	top: 4px;
	right: 0px;
	font-size: 9px;
	color: #000000;
	cursor: pointer;
	background:#D06666 url('close_white.png') no-repeat;
	width: 24px;
	height: 24px;
}
