body,html
{
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
}
*{
	font-family:Tahoma,Helvetica,sans-serif;
	font-size: 13px;
	margin:0px auto;
	padding:0;
}

#shim {
    visibility: hidden;
    width: 100%;
    height: 50%;
    margin-top: -170px;
    float: left;
}


#wrapper {

    width: 528px;
    height: 325px;
    clear: both;
	background:transparent;
    
    position: relative;
    top: -170px;
    /* IE4ever Hack: Hide from IE4 **/
        position: static;
    /** end hack */
}

/* Hide from IE5mac \*//*/
    div#shim {
        display: none;
    }
    html, body {
        height: auto;
    }
/* end hack */

/* ]]> */



/**********/
* {
	font-family:Tahoma,Helvetica,sans-serif;
	font-size:13px;
	margin:0 auto;
	padding:0;
}

#loginBox {
	position:relative;
	width: 360px;
	/*height:360px;*/
	height:315px;

	box-shadow:inset 0pt 0pt 10px rgba(0, 0, 0, 0.5);;
	-moz-box-shadow:inset 0pt 0pt 10px rgba(0, 0, 0, 0.5);;
	-webkit-box-shadow:inset 0pt 0pt 10px rgba(0, 0, 0, 0.5);;
	
	padding-top: 1px;
	background: transparent;
}

#darkenBox, #loginBox {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}

#darkenBox
{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;

	background-color:rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
}

#loginBoxInner
{
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	box-shadow:0pt 0pt 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0pt 0pt 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0pt 0pt 10px rgba(0, 0, 0, 0.5);
	
	margin: 15px;
	height:285px;
	background-color: #fff; /* Background color of the main login box */
}

.gw #loginBox
{
	height:360px;
}
.gw #loginBoxInner
{
	height: 330px;
}

.blue #darkenBox/*blue*/
{
	background-color:rgba(0,177,244,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D00B1F4, endColorstr=#4D00B1F4);
}
/*********/












html,body{
  margin:0;
  padding:0;
	background-color: #f7f5f7;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}
table {
  /*width: 270px;*/
  border-collapse: collapse;
  /*border: 1px solid #aeaeae;*/
  border-spacing: 0;
}
table th,table td{
 border-width: 0;
 font-size: 13px;
}
table td{
 height: 12px;
 padding: 0px;
 line-height:20px;
}
input,select{
  border: 1px solid #aeaeae;
  background-color: #FFF;
  width: 200px;
  -moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	border:1px solid #717171;
	font-size:13px;
	height:23px;
	line-height:23px;
	padding:0 0 0 3px;
}

#password
{
	width:135px;
}

table th {
  font-weight: normal;
  text-align: right;
}
.message{
  color: #ff0000;
  text-align: center;
}
.logo{
  text-align:center;
  vertical-align:center;
  padding:0;
}

.xlogin {
	background:url("images/buttonBG.gif") no-repeat scroll 52% -3px transparent;
}

.xlogin {
	border:1px solid #717171;
	cursor:pointer;
	font-family:Arial,sans-serif;
	height:23px;
	left:427px;
	overflow:hidden;
	padding:0 3px 2px;
	text-indent:100px;
	width:33px;
}

.xlogin:hover
{
	background-position: 52% -30px;
}

#innerTable
{
	text-align: left;
	margin:auto;
}

a {
color:#000000;
outline:medium none;
text-decoration:underline;
}

a:hover
{
	color:#555;
	
}

#footer {
color:#666666;
font-size:11px;
padding-top:10px;
text-align:center;
}

form{
  height: auto;
  margin-left:0px;
  padding:0;
}
.cipher{
	border:0;
	background:none;
	width:auto;
}

td.noBorderTable
{
	border:none;
	padding:0;
	background-color: #fff;
}

table.noBorderTable
{
	border:none;
	padding:0;
/*
	box-shadow: 0px 3px 10px #ccc;
	-moz-box-shadow: 0px 3px 10px #ccc;
	-webkit-box-shadow: 0px 3px 10px #ccc;
*/
}

.noBorderTable table
{
	background:transparent;
}

.gwLoginLink
{
	color:#25559C;
}

.gwLoginLink:hover
{
	color:#3366FF;
}