
/* CSS Document */

body { background-color: #000000; margin: 0px; overflow: hidden; height:100%; }
@font-face {
    /*font-family: myFirstFont;
    src: url(../font/CaslonCP.otf);*/
}

/*#form1*/
.login
{   position: fixed;
    top:10px;
    left: 70%;
    color: White;
	font-family: Times New Roman; /*myFirstFont;*/
	font-size:15px;
} 
input[type=submit] {
  border-left: 1px solid #b3c0c8;
    border-right: 1px solid #b3c0c8;
    border-top: 1px solid #b4ccce;
    border-bottom: 1px solid #9eb9c2;
    padding: 0 1px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    border-radius: 6px;
}
.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

/*

input[type=submit] {
  padding: 0 18px;
  height: 25px;
  width: 100px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}



*/