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:335px;

	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: 305px;
	background-color: #fff; /* Background color of the main login box */
}

.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: 5px;
}
input,select{
  border: 1px solid #aeaeae;
  background-color: #FFF;
  width: 155px;
}
table th {
  font-weight: normal;
  text-align: right;
}
.message{
  color: #ff0000;
  text-align: center;
}
.logo{
  text-align:center;
  vertical-align:center;
  padding:0;
}
.xlogin{
  text-align: center;
  background-image:url("images/bg_button.gif");
  margin: 3px 0 10px 0;
  cursor: pointer;
}
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;
}