html * {max-height:1000000px;}


body{
	min-width: 400px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	color: #555;
	font-family: Arial, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}



a{
	text-decoration: none;
	color: #555;
	
}

.error{
	background-color: #d00;
	padding: 15px;
	display: block;
	margin-top: 30px;
	color: #fff !important;
	font-weight: normal !important;
}

.success{
	background-color: #0158a7;
	color: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	width: 80% !important;
	margin-top: 120px;
	line-height: 30px;
	font-weight: bold;
}


.hidden{
	display: none;
}

#forms{
	padding: 20px;
}

.labels{
	width: 95%;
	font-weight: bold;
}

.ar{
	direction: rtl;
	font-size: 18px;
}

.ardir{
	direction: rtl;
}

input{
	font-family: Arial, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

.inputs{
	display: block;
	margin-bottom: 30px;
	width: 90%;
	padding: 10px;;
	font-size: 17px;
}

.inputs:focus{
	border-bottom: 4px solid #f58221;
}

.inputs_small{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 160px;
	padding: 10px;;
	font-size: 15px;
}

.button{
	padding: 15px;
	min-width: 200px;
	border-radius: 4px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #0158a7;
	border: none;
	font-size: 19px;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 7px;
	margin-top: 7px;
	
}

.top{
	background-color: #f58221;
	min-height: 25px;
}

.har{
	direction: rtl;
	background-color: #f58221 !important;
	font-size: 17px !important;
	margin-bottom: 5px;
}

h1{
	font-size: 36px;
}

.h{
	font-size: 16px;
	background-color: #0158a7;
	padding: 12px;
	padding-left: 35px;
	padding-right: 35px;
	color: #fff;
	font-weight: bold;
}

h3{
}

p{
}

