#GkAlert {
	font-size: small;
}

#GkAlertBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

#GkAlertBox {
	position: absolute;
	width: 300px;
	background-color: #C9DB2A;
	border: 4px solid #FFF;
	padding: 5px;
	margin-left: 50%;
	left: -200px;
	top: 150px;
	text-align: left;
}


#GkAlertText {
	clear: both;
}
	
#GkAlertButtons {
	border-top: 1px solid #FFF;
	padding-top: 10px;
	margin-top: 10px;
}

#GkAlertCloseBtn {
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height : 14px;
	text-decoration: none;
	font-weight : bold;
	background-color: #F00;
	color: #FFF;
	margin-bottom: 10px;
	float: right;
	font-size: x-small;
}

#GkAlertCloseBtn:hover {
	color: #F00;
	background-color: #FFF;
}

#GkAlertOkBtn {
	/*
	text-align: center;
	border: none;
	background-color: #F90;
	color: #600;
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 50px;
	padding: 0 5px;
	text-decoration: none;
	margin: auto;
	*/
	width: 40px;
	height: 40px;
	display: block;
	background: transparent url(../../medias/pages/inscriptionsimple/ok.gif) no-repeat;
}

#GkAlertOkBtn:hover {
	background-image: url(../../medias/pages/inscriptionsimple/ok_over.gif);
}
#GkAlertOkBtn span {
	display : none;
}