@import './controls.css';

#nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
	background-color: transparent;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:auto;
	text-transform:capitalize;
}
#nav li {
	display: inline;
	float: left;
	margin: 2px;
	text-align: center;
}
#nav li a {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #111;
	padding: 5px;
}
#nav li a:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 3px solid #222;
	background-color: black;
	padding: 5px;
}
#content, #registerFormDIV
{
	visibility: visible;
	position:absolute;
	top: 90px;
	left: 5%;
	width: 0.1px;
	height: 0.1px;
	background-color: black;
	border: 0px solid #333;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	color: white;
	font-size: 0em;
	font-weight:bold;
	padding: 10px;
	opacity: 0;
	z-index: 5001;	
}



div.bannerHor
{
	display:block;
	background-color: #e8e8e8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #0d5198;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}
div.pic
{
	display:block;
	background-color: #e8e8e8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #0d5198;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}
div#fp_login > h3, h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #0d5198;
	border-bottom: 1px dotted #666;
}
button#regBtn
{
	background-color: #0d5198;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #042d58;
	padding: 2px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}
button#regBtn:hover
{
	background-color: #78ace1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #042d58;
	padding: 2px;
	color: #042d58;
	font-size: 1.2em;
	font-weight: bold;
}
div#viewUserDiv
{
	visibility: visible;
	position:absolute;
	top: 150px;
	left: 100px;
	width: 0.1px;
	height: 0.1px;
	background-color: black;
	border: 0px solid #ccc;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	color: white;
	font-size: 0em;
	font-weight:bold;
	padding: 10px;
	opacity: 0;
	z-index: 5000;
}
div#registerFormDIV > lblReg
{
	width: 0px;
	float: left;
	border-bottom: 0px dotted #666;
	font-weight: bold;
	font-size: 0em;
	color: #666;
	opacity: 0;
}
div#registerFormDIV > input
{
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #0d5198;
	padding: 0px;
	color: #0d5198;
	font-weight: bold;
	font-size: 0em;	
	opacity: 0;
	width: 350px;
}
.lblRegister
{
	width: 200px;
	float: left;
	border-bottom: 1px dotted #666;
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
	opacity: 0;
}

* { font-family: Verdana; font-size: 96%; }
label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
