* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', 'Helvetica', arial, serif;
	line-height: 0.9em;
}

a {
	text-decoration: none;
}

body {
	font-family: 'Roboto', 'Helvetica', arial, serif;
	font-size: 15px;
	line-height: 1.5em;
	background: #eaeaf0;
	color: #1517ab;
	text-align: center;
	text-rendering: optimizelegibility;
}

.container{
	background: #ffffff;
	width: 90%;
	margin: 0 auto;
	overflow: auto;
	border-radius: 0px;
	border-bottom: 4px solid #dbdbdb;
	padding: 15px;
	padding-bottom: 30px;
	min-height: 200px;
}

.header {
	padding: 5px;	//40px
	border-top: 3px solid #1517ab;
/*	border-bottom: 3px solid #1517ab; */
	clear: both;
	background: #ffffff;
}

nav {
	padding: 0px;
	border-top: 3px solid #1517ab;
	border-bottom: 3px solid #1517ab;
	clear: both;
	background: #1517ab;
	min-height: 40px;
	padding-left: 4%;
	padding-right: 4%; 
}

nav ul {
	float: left;
}

nav ul li {
	float: left;
	list-style: none;
}

nav ul li a {
	font-family: arial;
	font-size: 16px;
	line-height: 40px;
	display: block;
	width: 90px;
	height: 40px;
	border: none;
	background-color: #1517ab;
	color: #fff;
	cursor: pointer;
}

nav ul li a:hover {
	background-color: #fff;
	color: #15178b;
	font-weight: bold;
}

.nav-login {
	float: right;
}

#login-greet {
	float: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	display: block;
	margin-right: 0px;
	border: none;
	background-color: #1517ab;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.nav-login form {
	float: left; 
	padding-top: 0px;
}

.nav-login form input {
	float: left;
	width: 140px;
	height: 30px;
	padding: 0px 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 14px;
	color: #1517ab;
	line-height: 30px;
}

.nav-login form button {
	float: left;
	width: 80px;
	height: 40px;
	margin-right: 0px;
	border: none;
	background-color: #1517ab;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.nav-login form button:hover {
	background-color: #fff;
	color: #1517ab;
	font-weight:bold;
}

/* Sign-up page link */
.nav-login a {
	display: block;
	width: 70px;
	height: 40px;
	border: none;
	float: left;
	background-color: #1517ab;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}

.nav-login a:hover {
	background-color: #fff;
	color: #1517ab;
	font-weight: bold;
}

.footer {
	padding: 40px;
	clear: both;
	background: #1517ab;
	color: #ffffff;
	font-size: 10px;
}

.spacing {
	padding: 6px;
	clear: both;
}

.table {
	text-align: center;
}

.table table {
	width: 100%;
	background-color: #f6f6f6;
	border-collapse: collapse;

}

.table table caption {
	padding: 2px 8px;
/*	border-top: 1px solid #888888; */
	border-bottom: 1px solid #888888;
	background-color: #f6f6f6;
}

.table table tr {
	padding: 0px 8px;
	border-bottom: 1px solid #888888;

}

.table table td {

}

input.show_map_button {
	background-color: #1517ab;
	color: #fff;
	border: none;
	width: 100px;
	cursor: pointer;
	text-align: center;
	padding: 3px 0px;
}

input.show_map_button:hover {
	background-color: #fff;
	color: #1517ab;
	font-weight: bold;
}

#map {
	height: 500px;
	width: 100%;
}



/*
// ======================== My Code Start Here ====================
*/
/* signup.php */

form.signup-form {
	width: 400px;
	margin: 0 auto;
	background-color: #eee;
	padding: 30px 10px;
	border-bottom: 4px solid #cbcbcb;
}

form.signup-form label {
/*	display: inline-block; */
	width: 100px;
	height: 30px;
	padding: 0px 10px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	float: left;
}

form.signup-form input {
	width: 250px;
	height: 30px;
	padding: 0px 10px;
	margin-bottom: 4px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 16px;
	color: #111;
	line-height: 30px;
	float: left;
}

form.signup-form button {
	margin: 0 auto;
	width: 162px;
	height: 40px;
	margin-top: 30px;
	background-color: #1517ab;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

form.signup-form button:hover {
	background-color: #05076b;
}



