﻿body {
	background-color: #6495ED;
	margin: 0;
}

label {
	font-size: 19px;
	padding: 12px, 0px, 12px, 0px;
    font-weight: bold;
    color: white;
}

input {
	font-size: 19px;
	padding: 12px, 4px, 12px, 4px;
}

p {
	color: red;
	font-size: 19px;
	text-align:center;
	position: relative;
	top: 15px;
}

h2 {
	text-align: center;
	color: white;
    text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 0;
    font-size: 20px;
}

h4 {
	color: white;
	text-align: center;
}

div.msg {
    -webkit-border-radius: 10px;
	text-align: center;
	height: auto;
	width: 250px;
	padding: 0 5px 5px 5px;
	background-color: white;
}
#loading {
	display: none;
}
.content {
	margin: 8px;
	height: 100%;
}
p.title {
	text-align: center;
    text-shadow: rgba(0, 0, 0, 0.75) 2px 2px 0;
    margin: 0;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 0;
    -webkit-border-radius: 0;
    background-color: transparent;
	position: inherit;
}

.toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 5px;
    height: 45px;
    background: url('../images/toolbar.png') #6d84a2 repeat-x;
}
.spanit {
	margin: 40px;
}
#userLogin {
	display: none;
}