@charset "utf-8";
/* CSS main style */
* {
	margin: 0;
	padding: 0;
}
body {
	border: 0 solid;
	color: #495156;
	background: #DCE2E7;
	background-image: url("/image/bodybg.jpg");
	background-position: top center;
	background-repeat: repeat;
	font: 99% Verdana, Arial, Helvetica, sans-serif;
	font-family: 'Abel', sans-serif;
	font-size: 1em;
}

p {
	font-size: 0.8em;
	margin-bottom: 0.4em;
}

a:link, a:visited {
  color: #325892;
  text-decoration: none;
}
a:hover, a:focus {
  color: #F47A00;
  text-decoration: none;
}
a:link.kaled, a:visited.kaled {
  color: #000000;
  text-decoration: none;
}
a:hover.kaled, a:focus.kaled {
  color: #ffffff;
  background: #F47A00;
  text-decoration: none;
}

input, select, textarea {
	padding: 3px;
	padding-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Abel', sans-serif;
	font-size: 1em;
}
input[type="text"], input[type="password"], textarea {
	-moz-box-shadow: inset 1px 1px 1px #444444;
	-webkit-box-shadow: inset 1px 1px 1px #444444;
	box-shadow: inset 1px 1px 1px #444444;	
}
input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #B7B6AE;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	border: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
  background-image: url("/image/btn_action.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
	box-shadow: 1px 1px 3px #666666;
}

#startcont {
	position: relative;
	width: 360px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	border: 1px solid #032969;
  background-image: url("/image/startbg.jpg");
  background-repeat: repeat-x;
  background-position: left bottom;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 2px 2px 6px #666666, inset 0px 0px 20px #ffffff;
	-webkit-box-shadow: 2px 2px 6px #666666, inset 0px 0px 20px #ffffff;
	box-shadow: 2px 2px 6px #666666, inset 0px 0px 20px #ffffff;
}
#startcontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	padding-bottom: 8px;
}
#startinfo {
	position: absolute;
	bottom: -80px;
	left: 36px;
	font-size: 0.9em;
}
span.logo {
	color: #325892;
	font-weight: bold;
	font-size: 1.4em;
}
span.logosub {
	color: #F47A00;
}