@import url("../../css/notification-alert.css");


* {
	 margin: 0px;
	 padding: 0px;
	 outline: none;
	direction:rtl;
	text-align:right;
}
html,
body {
	 margin-top: 30px;
	 color: #6c6c6c;
	 font: normal 11px tahoma;
	 text-align: center;
	 margin-left: auto;
	 margin-right: auto;
	background: #fafafa url(images/mosaic-pattern.png) repeat;
	 background-attachment: fixed;
	 text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
a {
	 color: #6c6c6c;
	 text-decoration: none;
}
a:hover {
	 color: #6c6c6c;
	 text-decoration: underline;
}
a	img { border: 0px }
.wrapper {
	text-align:center;
	margin-top:5%;
	 width: 65%;
	min-width:400px;
	padding:20px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.5);
	 -webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.5);
	 background: #ffffff;
	 border-radius: 5px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2),0 0 0 1px rgba(0, 0, 0, 0.1);}

a.button::before {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: #959595 0 2px 5px;
	-moz-box-shadow: #959595 0 2px 5px;
	border-radius: 3px;
	box-shadow: #959595 0 2px 5px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	padding: 2px 0 0;
	position: absolute;
	top: 0;
	width: 100%; }
	
a.button:active::before { padding: 1px 0 0; }

/**
 * Grey
 */
a.button {
	width:120px;
	margin:2px;
	cursor:pointer;
	-moz-box-shadow: inset 0 0 0 1px #63ad0d;
	-webkit-box-shadow: inset 0 0 0 1px #63ad0d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #eee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
	background: -moz-linear-gradient(#eee, #e2e2e2);
	background: linear-gradient(#eee, #e2e2e2);
	border: solid 1px #d0d0d0;
	border-bottom: solid 3px #b2b1b1;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #f5f5f5;
	color: #555;
	display: inline-block;
	 font: normal 11px tahoma;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fafafa; }
	
a.button:hover {
	background: #e4e4e4;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
	background: -moz-linear-gradient(#e4e4e4, #ededed);
	background: linear-gradient(#e4e4e4, #ededed);
	border: solid 1px #c2c2c2;
	border-bottom: solid 3px #b2b1b1;
	box-shadow: inset 0 0 0 1px #efefef; }
	
a.button:active {
	background: #dfdfdf;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
	background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
	background: linear-gradient(#dfdfdf, #e3e3e3);
	border: solid 1px #959595;
	box-shadow: inset 0 10px 15px 0 #c4c4c4;
	top:2px;}

/**
 * Green
 */
a.button.green {
	background: #cae285;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cae285), to(#a3cd5a));
	background: -moz-linear-gradient(#cae285, #a3cd5a);
	background: linear-gradient(#cae285, #a3cd5a);
	border: solid 1px #aad063;
	border-bottom: solid 3px #799545;
	box-shadow: inset 0 0 0 1px #e0eeb6;
	color: #5d7731;
	text-shadow: 0 1px 0 #d0e5a4; }
	
a.button.green:hover {
	background: #abd164;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#abd164), to(#b9d972));
	background: -moz-linear-gradient(#abd164, #b9d972);
	background: linear-gradient(#abd164, #b9d972);
	border: solid 1px #98b85b;
	border-bottom: solid 3px #799545;
	box-shadow: inset 0 0 0 1px #cce3a1; }
	
a.button.green:active {
	background: #a4cb5d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a4cb5d), to(#9ec45a));
	background: -moz-linear-gradient(#a4cb5d, #9ec45a);
	background: linear-gradient(#a4cb5d, #9ec45a);
	border: solid 1px #6e883f;
	box-shadow: inset 0 10px 15px 0 #90b352; }
	
/**
 * Orange
 */
a.button.orange {
	background: #feda71;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feda71), to(#febe4d));
	background: -moz-linear-gradient(#feda71, #febe4d);
	background: linear-gradient(#feda71, #febe4d);
	border: solid 1px #eab551;
	border-bottom: solid 3px #b98a37;
	box-shadow: inset 0 0 0 1px #fee9aa;
	color: #996633;
	text-shadow: 0 1px 0 #fedd9b; }
	
a.button.orange:hover {
	background: #fec455;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fec455), to(#fecd61));
	background: -moz-linear-gradient(#fec455, #fecd61);
	background: linear-gradient(#fec455, #fecd61);
	border: solid 1px #e6a93d;
	border-bottom: solid 3px #b98a37;
	box-shadow: inset 0 0 0 1px #fedb98; }
	
a.button.orange:active {
	background: #f9bd4f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9bd4f), to(#f0b64d));
	background: -moz-linear-gradient(#f9bd4f, #f0b64d);
	background: linear-gradient(#f9bd4f, #f0b64d);
	border: solid 1px #a77f35;
	box-shadow: inset 0 10px 15px 0 #dba646; }

#footer {
	 width: 67%;
	min-width:400px;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 10px;
}
#footer p {
	 text-align: center;
	 color: #000;
}
#footer a {
	 text-align: center;
	 color: #000;
}
#footer a:hover {
	 text-align: center;
	 color: #d34328;
}