html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "Trebuchet MS";
}
body.login { background: #e9e5d6; }
.loginbox { background: #87c804; padding: 2px; width: 900px; margin: 2.1% auto 0 auto; position: relative; }

.loginboxinner { font-size:12.5px; text-align:justify;
	background: #FBFCFD; padding: 5px; position: relative; border: 1px solid #FBFCFD;
	-moz-box-shadow: inset 0 1px 0 #FBFCFD; -webkit-box-shadow: inset 0 1px 0 #FBFCFD; box-shadow: inset 0 1px 0 #FBFCFD; -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px; color: #666666; 
}
.loginheader { height: 20px; }
.loginform { margin: 4px auto; text-align:center; }


.loginbox input.mini { width:195px; }


.radius { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.radius1 { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }



@media screen and (max-width: 430px) {
	
	body { font-size: 11px; }
	button, input, select, textarea { font-size: 11px; }
	
	.loginbox { width: auto; margin: 10px; }
	.loginbox input { width: 95%; }
	.loginbox button { width: 100%; }
}	


#ekaye-Bar {
	background:#ccedff;
	border-bottom: 1px solid #ccedff;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.52);
	min-width: 1000px;
	width: 100%;
	z-index: 1000;
}
#ekaye-Frame {
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	height:70px;
	display:block;
}

/*-------LOGO-----------*/
#logo {
	float: left;
	height: 70px;
	position: relative;
	width: 160px;
}

/*-------Login-----------*/
#header-main-right {
	float: right;
	height: 68px;
	position: relative;
	top:5px;
}
#header-main-right-nav {
	padding: 4px 6px 4px 4px;
	position: absolute;
	right: 0;
}
#login_form .inputtext {
	background-color: #FFFFFF;
	height:16px;
	outline:none;
	font-family:"Trebuchet MS";
	font-size: 13px;
	margin: 0;
	padding: 5px 8px 5px 8px;
	width: 166px;
	border:1px solid #ccc;
}

#login_form table tr td{
	padding: 0 0 0 5px;
}
#login_form table tr td label{
	color: #fff;
	cursor: pointer;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	padding-left: 1px;
	text-align: left;
	vertical-align: middle;
}
.ekbutton { 
border:1px solid #ccc;
font-weight:bold;
width:60px;
background:#FBFCFD;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
text-shadow:0 0 2px #fff;
font-size:14px;
height:28px;
font-weight:normal;
color:#999; 
outline:none;
cursor:pointer;
font-family:"Trebuchet MS";
font-weight:bold;
	 }
#footer a
{
text-decoration:none;
color: #0066CC;

}