body {
	background : white;
	padding: 0;
	margin: 0;
}

#navigation {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 35px;
text-align: center;
padding-top: 15px;
/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
/* Adds the transparent background */
background-color: rgba(255, 255, 255, 0.94);
}
#navigation a {
font-size: 14px;
padding-left: 15px;
padding-right: 10px;
color: grey;
text-decoration: none;
font-family:Arial;
font-size:17px;
font-weight:bold;
float: right;
}

#navigation a:hover {
color: black;
}

#navigation .title {
	float: left;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 28px;
	letter-spacing: -1px;color: #444;
	margin-left: 15px;
	margin-top: -6px;
} 

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #9fb4f2;
	-webkit-box-shadow: 0px 10px 14px -7px #9fb4f2;
	box-shadow: 0px 10px 14px -7px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:23px 52px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
	margin: 20px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.myButton:active {
	position:relative;
	top:1px;
}

.fixedWidth {
	width: 180px;
	text-align: center;
}

.loginBtn {
	box-shadow: 0px 0px 14px -7px #9fb4f2;
	padding: 5px 35px;
	margin: 10px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.centerDiv {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	margin-top:150px;
}

.footerDiv {
   position:fixed;
   left:0px;
   bottom:0px;
   height:20px;
   width:100%;
   background:#444;
   text-align: center;
   color: white;
   padding-top: 5px;
   font-family: Arial;
   font-size: 11px;
}

.centerDiv section {
  margin-bottom: 60px;
  padding: 30px;
  background-color: #efefef;
}

.centerDiv .login_input
{
width:250px;
height:35px;
padding:5px;
color:#999;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #dcdcdc;
font-family:Helvetica,Arial;
font-size:16px;
margin:5px;
}

.centerDiv .login_input:focus
{
color: #545454;
border:1px solid #a7a7a7;
box-shadow:1px 1px 7px #dcdcdc;
-moz-box-shadow:2px 2px 4px #dcdcdc;
}

.centerDiv .loginMsg {
	float:left;
	color: red;
	margin: 8px;
	font-family:Helvetica,Arial;
	font-size:12px;
}
