/* Global Style for the home Website */

/*  Define th main font for all the menus */
@font-face {
	font-family: "neo";
	src: url(fonts/NeoSansArabic.ttf);
}

/*
body {
	font-family: neo;
	background: rgba(217,223,225, 0.5);	
} 
*/



.formBlock {
	padding: 3px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #d3f6e3;    /*#FFFFCC; */
	color: #333; 
	
}

select {
	padding: 3px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #f8f8f8;
	/*color: #C30; */
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 600px;
	font-weight: bold;
}


h4, h5, h3 {
   color: #900;
}
 

body {
    font-family: neo;
	src:url(fonts/NeoSansArabic.ttf);
    font-size:1.3em;
	background-image: linear-gradient(-45deg,#ccc,#eee,#eee);
    background-image: -webkit-linear-gradient(-45deg,#ccc,#eee,#eee);
    background-attachment: fixed;
    min-width: 360px;
	margin-top:100px;
} 
