
.tab {
	background-color: blue;
	height:50px;
	color:white;
	width:210px;
	float:left;
	margin-right:15px;
	cursor:pointer;
}
.user {
	background-color:#EF4023;
}
.admin {
	background-color:#669AD3;
}
div#LoginForms {
	margin: 20px 0 0 294px;
}
.tabCaption {
	width:100%;
	text-align: center;
	padding-top:10px;
	font-size:18pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.endfloat { float:none; height:50px;}
.tabbedpanel {
	width:435px;
	height:310px;
	background-color:#FFF2BB;
}
.stripe { height:10px; }
#userForm {
width:100%;
height:100%;
}
#adminForm {
width:100%;
height:100%;
display:none;
}
.formalign {
	margin:40px 0px 0px 130px;
}
form .label {
	font-size:9pt;
	color:#655A56;
	padding-top:10px;
}
div.link {
	padding-top:5px;
}
div.link a {
	color:#669AD3;
	font-size:9pt;
	text-decoration:none;
}
/****************************************************************************/
button { 
  border:0; 
  cursor:pointer; 
  font-weight:normal; 
  padding:0 9px 0 0; 
  text-align:center; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 13px; 
  width:120px;
}

/*blue buttons*/
button.submitBtn { 
  height:30px; 
  background:url(oval-orange.png) top left no-repeat; 
  background-size:cover;
  font-size:12pt; 
  width:150px;
}
button.submitBtnDefault { 
  height:30px; 
  background:url(oval-default.png) top left no-repeat; 
  background-size:cover;
  font-size:12pt; 
  width:150px;
}
button.submitBtn span { 
  height:30px; 
  line-height:27px;
  color:#FFFFFF;
}
button.submitBtn:hover {
	background:url(oval-orange.png) bottom left no-repeat; 
    background-size:cover;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE-mac */