@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, sans-serif;
	text-align: left;
	font-size:12px;
	color:#FFFFFF;
	background: #483E3E; /*483E3E*/
}


#basenav_box a {
	background: #;
	color: #E5E5E5;
	font-size:14px;
	font-weight:bold;
}

#basenav_box a:hover,#basenav_box a:active, #basenav_box a:focus {
	color: #FFF;
	text-decoration: none;
}

#basenav_box a:visited {
	text-decoration: none;
}

.regbox a {
	background: #;
	color: #333 !important;
	font-size:14px;
	font-weight:normal;
}

.regbox a:hover,.regbox a:active, .regbox a:focus {
	color: #333;
	text-decoration: underline;
}


.container_login {
	width: 400px;
	height: 800px;
	background: none;
	margin: 0 auto;
}


.regbox{
	color: #000;
	margin: 0 auto;
	width:260px;
	padding: 30px;
	background-color:#FFFAFC;
	border : 1px solid #000;
	border-radius:7px;
	box-shadow: 9px 9px 5px #3A3939; /*was 888888*/
	display:block;
}


.logobox{
	margin: 0 auto;
	width:185px;
	padding: 15px;
}

.button {
  border: 0;
  cursor:pointer;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
}

.button:hover {
  background: #96c4e0;
  text-shadow: 1px 1px 0px #666666;
  background-image: -webkit-linear-gradient(top, #96c4e0, #2980b9);
  background-image: -moz-linear-gradient(top, #96c4e0, #2980b9);
  background-image: -ms-linear-gradient(top, #96c4e0, #2980b9);
  background-image: -o-linear-gradient(top, #96c4e0, #2980b9);
  background-image: linear-gradient(to bottom, #96c4e0, #2980b9);
  text-decoration: none;
}


#login label, #newUser label
{
   font-family : Arial, sans-serif;
   font-size:12px;
   font-weight: bold;
   color: #333;
}

#account label {
	margin: auto;
	width:100px;
	float:left;
	   font-family : Arial, sans-serif;
   font-size:12px;
   font-weight: bold;
   color: #333;
}

input[type="text"], input[type="password"], input[type="short"]
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height:180%;
  color : #545454; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

input[type="short"]
{
  height:28px;
  width:118px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px; 
}

input[type="text"], input[type="password"]
{
  height:28px;
  width:255px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}



input[type="submit"]
{
	margin-left:0px;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="short"]:focus
{
  color : #000;
  border : 1px solid #3498db;
  background-color : #F4F4F4;
  font-weight:bold;
}



#basenav_box{
	margin: 0 auto;
	margin-top:15px;
	text-align: center;
	width:340px;
	height:50px;
	padding-top: 0px;
	display: block;
	color: #fff;
	background:#;
}

table.admin td {
	vertical-align: top;	
}

#error {
	display:block;
	max-width: 500px;
	margin:0px;
	color:#4d4948;
	background-color:#fffebe;
	border: 1px solid #cbcbcb;
	font-size:90%;
}

#success {
	margin:0px;
	color:#4d4948;
	background-color:#bce9b5;
	border: 1px solid #7ace6c;
	font-size:90%;
}

