@CHARSET "UTF-8";

h1 {
	font-weight: bolder;
	font-size: 100px;
	font-family: Geneva, Tahoma, Verdana, sans-serif !important;
	text-align: center;
	padding: 40px 20px 20px 20px;
	color: #3f8f78;
}

header {
	height: 200px;
	width: 100%;
	position: relative;
	top: 0;
}

nav {
	
}

section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0px;
}

footer {
	//position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
}

footer p {
	margin:0; 
	padding: 5px 10px;
	text-align: center;
}

#login-container {
	width: 760px;
	height: 300px;
	margin: 0 auto;
	background: #317b6d;
	border: 1px solid #317b6d;
	border-radius: 24px;
}

#content-left {
	display: block;
	float: left;
	width: 240px;
	height: 100%;
	margin: 40px 6px 40px 40px;
	
}

#content-right {
	display: block;
	float: left;
	width: 420px;
	height: 100%;
	margin: 40px 40px 40px 6px;
}

/*
 * login form
 */
#login {
	font-family: Arial, Helvetica, sans-serif;
}
#login tr {
	width: 100%;
}

#login th {
	padding: 4px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 160px;
	border: 0;
}

#login td {
	width: 240px;
}

#login td input[type=text] {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

.textbox1 {
	padding: 4px;
	border-top: solid 1px #8e8e8e;
	border-right: solid 1px #d1d1d1;
	border-left: solid 1px #d1d1d1;
	border-bottom: solid 1px #e4e4e4;
}

.btn1 {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background-color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 6px 20px;
}

p.subtitle {
	//position: absolute;
	//left: 4%;
	//border: 0px solid;
	margin: 0 auto;
	width: 760px;
	text-align: center;
}

p.copyright {
	//position: absolute;
	//right: 4%;
	//border: 0px solid;
	margin: 0 auto;
	width: 760px;
	text-align: center;
}

small {
	font-size: 10pt;
	font-weight: bold;
}