/* ========================================================
   Page
   ===================================================== */
body {
  background: #F0F0F0; ;
  color: #404040;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
ul {margin: -5px 15px 10px -20px; list-style: none;	} /*  top , right ,bottom, left */
li {line-height: 1.5em;	font-size: 11px; text-decoration:none;	}

a {color: #10a4d2; text-decoration: none;}
a:hover { text-decoration: underline;}

.vsbox { width: 100%;  float:top; vertical-align: top; margin-left: auto;  margin-right: auto; }

/* ========================================================
   
   ===================================================== */
.vsboxDetail {
  position: relative;
  margin-top: 10px;  
   padding: 1px 1px 5px;

  background: #F8F8F8;
  border-radius: 5px;
  
-moz-box-shadow: 0 0 5px 3px #888;
 -webkit-box-shadow: 0 0 3px 5px#888;
 box-shadow: 0 0 1px 1px #888;
 
}
.vsboxDetail:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px;

}

.vsboxDetail h1 {
  color: #404040;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 13px;
  font-weight: normal;
  
  margin: -0px -0px 0px;
  line-height: 28px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px #fff;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 5px 5px 0 0;
  background-color: #B8B8B8;
  height:28px;
  background: url(caption_Bg.png);             
  background-repeat:repeat-x;
  

}
.vsboxDetail p {
  margin:  10px  10px 10px 10px;
}
.vsboxDetail p:first-child {
  margin-top: 0;
}
.vsboxDetail input[type=text], .login input[type=password] { width: 96%;  margin-right:  15%;}
.vsboxDetail p.remember_me {  float: left; line-height: 31px; }
.vsboxDetail p.remember_me label { font-size: 12px; color: #777; cursor: pointer; }
.vsboxDetail p.remember_me input { position: relative; bottom: 1px; margin-right: 4px; vertical-align: middle;}
.vsboxDetail p.submit {  text-align: right;}

.vsboxDetail-help {  margin: 20px 0;  font-size: 11px;  text-align: center;  color: #787878 ;}
.vsboxDetail-help a {  color: #cce7fa;}

:-moz-placeholder {  color: #c9c9c9 !important;  font-size: 13px; }

::-webkit-input-placeholder {  color: #ccc;  font-size: 13px;}

input {  font-family: 'Lucida Grande', Verdana, sans-serif;  font-size: 14px;}

input[type=text], input[type=password] {
  margin-left: 0px;
  padding: 0 10px;
  height: 30px;
  color: #404040;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 5px;

 /* -moz-outline-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12); */
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #C0C0C0;
  border-radius: 3px;
  outline-color: #FFCC66;
  outline-offset: 2px;
  box-shadow: inset 1px 1px white, 1px 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=submit] {
  padding: 0 18px;

  margin-bottom: 10px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  border-width: 1px;
  border-style: solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 4px;
  outline: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #cde5ef;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edf5f8), color-stop(100%, #cde5ef));
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -ms-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(top, #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;
  -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);
}

table td { vertical-align:top; }
