@font-face {
  font-family: "Droid Arabic Kufi";
  font-style: normal;
  font-weight: 400;
  src: url("//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.eot?#iefix") format("embedded-opentype"), url("//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff2") format("woff2"), url("//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.woff") format("woff"), url("//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Regular.ttf") format("truetype");
}

html, body {
	width: 100%; height: 100%;
    font-family: 'Droid Arabic Kufi', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 100%;
	font-family: 'Droid Arabic Kufi';
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	background: #eee;
	#padding: 50px 0;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
#container{
    padding: 30px;
    width:800px;
    margin:auto auto;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    box-shadow:0px 0px 10px rgba(0,0,0,.8);
    background:#fff;
}
div.tab
{
	background: #fafafa;
	padding: 20px;
	width: 500px;
	margin: 0 auto;
	border:1px solid #4b8f29;
}
div.tabon
{
    font-weight: 800;
    font-size: 12px;
    text-align: center;
	background:#BBF089;
	padding: 4px;
	width: 400px;
	margin: 0 auto;
	border:1px solid #4b8f29;
}
div.taboff
{
    font-weight: 800;
    font-size: 12px;
    text-align: center;
	background: #FFD1D1;
	padding: 4px;
	width: 400px;
	margin: 0 auto;
	border:1px solid #CC0000;
}

form div {
	#overflow: hidden;
}

form label.for, form input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form label.for {
	font-weight: bold;
	background: linear-gradient(#f1f1f1, #e2e2e2);
	padding: 5px 10px;
	color: #444;
    font-size: 10px;

	border:1px solid #4b8f29;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 4px;
	float: right;

	line-height: 1.5em;
	height: 30px;
	width: 40%;
	text-align: center;
	cursor: pointer;
}


form input {
	width: 60%;
	padding: 5px;
	border: 1px solid #d4d4d4;

	border-right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	float: center;

	line-height: 1.5em;
	height: 30px;
	box-shadow: inset 0px 2px 2px #ececec;
}
form input:focus {
	outline: 0;
	border: 1px solid #bbb;
}

input[type=text]:disabled,input[type=password]:disabled {
	border-color:#4b8f29;
    background: #ADADAD;
    color: #CC0000;
    font-size: 13px;
}

input[type=text] {
	padding:5px; border:2px solid #ccc;
	-webkit-border-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border:1px solid #4b8f29;
    background: #FFFFBF;
    text-align: center;
    font-family: 'Droid Arabic Kufi';
    font-size: 12px;
}
input[type=text]:focus {
	border-color:#3341E1;
    background: #C2DEB5;
}
textarea {
	padding:5px; border:2px solid #ccc;
	-webkit-border-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border:1px solid #4b8f29;
    background: #FFFFBF;
    text-align: right;
    font-family: 'Droid Arabic Kufi';
    font-size: 12px;
}
textarea:focus {
	border-color:#3341E1;
    background: #C2DEB5;
}

input[type=password] {
	padding:5px; border:2px solid #ccc; 
	-webkit-border-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border:1px solid #4b8f29;
    background: #FFFFBF;
    text-align: center;
}
input[type=password]:focus {
	border-color:#3341E1;
    background:#C2DEB5;
}
input[type=submit],input[type=button] {
	-moz-box-shadow: 3px 8px 14px -7px #3e7327;
	-webkit-box-shadow: 3px 8px 14px -7px #3e7327;
	box-shadow: 3px 8px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Droid Arabic Kufi';
	font-size:13px;
	font-weight:bold;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	padding:0px 8px;
	text-decoration:none;
	#text-shadow:0px 1px 0px #5b8a3c;
}
input[type=submit]:hover, input[type=button]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
input[type=submit]:active, input[type=button]:active{
	position:relative;
	top:1px;
}


input[type=radio].css-checkbox {
	display:none;
}
input[type=radio].css-checkbox + label.css-label {
	padding-left:40px;
	height:16px;
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	vertical-align:middle;
	cursor:pointer;

}
input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -16px;
}
label.css-label {
	background-image:url(csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}