.fwmainbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	/* background-color:#79bbff; */
	background-color:#2d89ef;
	border-radius: 15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px; 
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	width:180px;
	word-wrap: normal;
	white-space: normal;
	line-height: 16px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.fwmainbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#0b67cd;
}
.fwmainbutton:active {
	position:relative;
	top:1px;
}

.fwheadertable{
	background-color:#00AFFF;font-family:Arial;font-size:1em;width:100%;border:0px;padding:2px;border-spacing:0px;
}
.fwheaderlink{color:#000000;text-decoration:underline;}
.fwheaderlink:link{color:#000000;text-decoration:underline;}
.fwheaderlink:visited{color:#000000;text-decoration:underline;}
.fwheaderlink:hover{color:#000000;text-decoration:underline;}
.fwheaderlink:active{color:#000000;text-decoration:underline;}

.logoffbutton{
	-moz-box-shadow:inset 0px 1px 0px 0px #d8d8d8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d8d8d8;
	box-shadow:inset 0px 1px 0px 0px #d8d8d8;
	/* background-color:#79bbff; */
	background-color:#e6e6e6;
	border-radius: 5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px; 
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #d8d8d8;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	height:auto;
	width:auto;
	word-wrap: normal;
	white-space: normal;
	text-decoration:none;
	text-align:center;
}
.fwlogoffbutton:hover {
	background-color:#d8d8d8;
}
.fwlogoffbutton:active {
	position:relative;
	top:1px;
}
