/* STYLES */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	width: 100%;
}
body {
/*	background:url(/imgs/bubbles.jpg); no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}


.toptop {
  background-color: #353536;
  color:#ffffff;
  min-height:60px;
  width: 100%;
}
.toptopheader {
	width:1124px;
	margin:0 auto;
	text-transform: uppercase;
	padding: 20px 0;
	
}
.top {
  background-color: #529FCA;

  color:#ffffff;
 }
.topmenu {
	width:1124px;
	margin:0 auto;
	padding: 5px 0;
}
/************* admin mneu *****/
.adminmenu a {
	color:#efefef;
	text-transform: uppercase;
	font-size:14px;
}

.topright {
	float:right;
}

.topleft {float:left; display:inline; padding: 5px;}

a.toplogout {
	padding: 4px 10px;
	border-radius:2px;
	background-color:#CF9E25;
	border:1px solid #CE7925;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
}
.main {
	
	text-align:center;
	width:100%;
}

.top {
	height: 200px; 
	width: 100%;
	background:url(/imgs/reviv-small.png); no-repeat 0 0 fixed; 
}

.loginwrapper, .locwrapper {
  display: inline-block;
  margin: 0 auto;
}
.logintop {

}

.logindiv {

}

.loginfrm {

}

.loginfrm input, textarea, select{
  border: 2px solid #34a7c1;
  border-radius: 4px;
  color: #666666;
  padding: 10px 20px;
}

.locationform input, textarea, select{
  border: 2px solid #34a7c1;
  border-radius: 4px;
  color: #666666;
  padding: 10px 20px;
}

.frminput {
  clear: both;
  padding: 10px 0;
}

.frminput input {
	float:left;
}

label {
	width:150px;
	color:#979B9E;
	font-weight: 100;
	font-size:22px;
	margin-right:10px;
	text-transform: uppercase;
	float:left;
	text-align:left;
	line-height:34px;
}

.frminput input.login {
  background-color: #87a8c1;
  color: #ffffff;
  float: none;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

.locationselect {
	margin: 0 auto;
	
}

.locationform {

}

.locationform .locations {
	float:left;
}

.locationform input.login {
  background-color: #87a8c1;
  color: #ffffff;
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.locationform .frminput {
	float:left;
	clear:none;
	margin-left:10px;
	padding:0;
}

.errmsg {
  color: #ff0000;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  clear: both;
}

