@charset "utf-8";
/* CSS Document */

/* Layout  */

#Layout {
	position:absolute;
	width:600px;
	height:150px;
}


#ICO {
	position:absolute;
	left:501px;
	width:100px;
	height:120px;
	top:10px;
}

#TopBody {
	position:absolute;
	left:109px;
	width:382px;
	height:50px;
	top: -5px;
}

#BottomBody {
	position:absolute;
	left:12px;
	width:479px;
	height:50px;
	top: 87px;
}

#logo {
	position:absolute;
	left:15px;
	top: 15px;
	width:80px;
	height:80px;
}

.heading1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#fbbb13;
	text-align:right;
	line-height:90%;
	direction:rtl;
}


.heading2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:right;
	line-height:120%;
	direction:rtl;
}	

.heading3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#111;
	text-align:right;
	line-height:90%;
	direction:rtl;
}

.heading4 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:right;
	line-height:10%;
	direction:rtl;
}

.heading5 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:right;
	direction:rtl;
	
}

.Info {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#fbbb13;
	text-align:right;
	direction:rtl;
}

.body {
	background-color:#9f4489;
}

/* Button */
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 15px/bold Tahoma ,Arial, Helvetica, sans-serif;
	padding: .4em 1em .45em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}


/* Color of Button */
.orange {
	color: #fff;
	border: solid 1px #da7c0c;
	background: #fbba15;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbba15), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
