.form{
	border:2px solid black;
	background-color: #fafafa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position:absolute;
}
body{
	background-color: #FBFBFB;
	font-family: Helvetica;
	font-size: 12px;
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	/*background-image: url('../images/rs_logo_new2.jpg');
        background-repeat: no-repeat;*/
	position:relative;
}
.top-right {
	position: fixed;
	top: 0;
   	margin-top: 1px;
	right: 16px;
	text-align: right;
	color: black;
	font-size: 13px;
	font-family: Helvetica;
}
.tab {
	width:100%;
        position: fixed;
        vertical-align: bottom;
        margin: 25px 0px 0px 80px;
        padding: 10px 0;
        top: 25px;
	z-index:1;
}
.fixed_header {
	top: 0;
	vertical-align: bottom;
  	position: fixed;
	z-index:1;
}
.tab button {
	font-family: Arial;
	font: 15px bold;
	text-align: center;
	background-color: #A9A9A9;
	border: none;
	outline: none;
	padding: 5px 5px;
	border-radius: 4px;
	border-color: black;
}
.tab button:hover {
	background-color: #34495e;
	color:white;
	font-weight: bold;
	border-radius: 5px;
}
.header {
	text-align:center;
	background-color: #34495e;
	margin:2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	font-size: 15.5px;
	color: #EEC900;
	height: 20px;
}

.footer{
	position:fixed;
	text-align: center;
	font-size: 11px;
	font-family: Helvetica;
	height: 20px;
	width: 100%;
	border: 1px solid #A9A9A9;
	background-color:#D3D3D3;
	color:black;
	background-repeat:repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
	font-weight: bold; 
	margin-left:0px;
	bottom:0;
}
.footer p{
	margin-top:3px;
	padding:0;
}

.logout {
	position: fixed;
	top: 25px;
	margin-left: 44%;
       	font-family: Helvetica;
	font-size:20px;
	font-weight:bold;
	text-align: center;
	color: black;
}
p.navg{
	margin-left: 10%;
	margin-top: 145px;
	position:absolute;
	font-family:Helvetica;
	font-size: 15px;
}
/*hide help content on page load*/
#dialog-1 { display: none; }

.backBtn{
	margin-left: 56%;
	margin-top: -30px;
	width:50px;
	position:absolute;
}
