html *, body {
  padding:0px;
  margin:0px;
  border:none;
}
html, body {
  width:100%;
  height:100%;
  background-color:#fff;
  font:bold 14px/20px Verdana;
  color:#ddd;
}
table {
  width:100%;
  height:100%;
  vertical-align:middle;
}
table td {
  text-align:center;
}
#main {
  width:100%;
  height:400px;
  background:url(../img/paganinibg.jpg) 0px 55px repeat-x;
  position:relative;
}
#logo {
  width:510px;
  height:400px;
  background:url(../img/paganini.jpg) 0px 55px no-repeat;
  float:left;
  position:absolute;
  top:0px;
  left:0px;
}
.tabs {
  width:300px;
  height:300px;
  float:left;
  padding:150px 0px 0px 550px;
  text-align:left;
}
ul.tabNavigation {
  width:250px;
  display:block;
  overflow:hidden;
}
.tabNavigation li {
  width:115px;
  height:30px;
  display:block;
  float:left;
  list-style:none none;
  padding:0px 3px;
}
.tabNavigation a {
  display:block;
  text-decoration:none;
  font:bold 14px/30px Verdana;
  color:#ddd;
}
#logina {
  text-align:left;
}
#subscribea {
  text-align:right;
}
a {
  outline:none;
}
a.selected#logina, a.selected#subscribea {
  color:#87d0ef;
}
label {
  width:90px;
  float:left;
  text-align:right;
  font:bold 12px/20px Verdana;
  margin-bottom:3px;
  background:#333;
  padding:5px;
  margin-right:3px;
}
input {
  width:125px;
  float:left;
  text-align:left;
  border:2px solid #4d433f;
  margin-bottom:3px;
  padding:5px;
}
input:focus {
  background-color:#fe7;
}
input.submit {
  width:242px;
  text-align:center;
  margin-top:0px;
  background:#333;
  font:bold 12px/20px Verdana;
  color:#ddd;
}
input.submit:hover {
  background:#87d0ef;
  color:#333;
}
.error {
  height:20px;
  display:inline-block;
  text-align:left;
  margin:30px 0px 20px 3px;
}
.error p {
  color:#fc0;
  line-height:20px;
}
#tip { 
  display: none;
  color:#eee;
  background:transparent url(../img/tips.png) no-repeat;
  font-size:10px; 
  height:65px; 
  width:255px;
  padding:5px 5px 5px 20px;
  margin:20px 0px 0px 160px;
}
span.tip {background:#333; color:#fc0; float:left; padding:5px; margin-left:3px; cursor:pointer;}
