﻿/* TAG's */

label
{
   display:block;
  /* line-height:0px; */
}
td 
{
   vertical-align:top;
   border:1px solid #d0d0d0;
}
input
{
   font-size:14pt;
   padding-top:1px;
   padding-bottom:1px;
}
input:focus { color:#0a8bdc; }
p { font-size: 12pt; }


/* ID's */

#intro_body 
{
    position:relative;
    margin-top:70px;
    margin-bottom:70px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
#login
{
    position:relative;
    /*background-color: #e4e7ea;   light gray */
    background-color: #e7f6fd;  /* light cyan */
    width:300px;
    height:auto;
    padding:23px 30px 30px 30px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}
#login div, #login p { padding-top:10px; }
#submit_wrapper
{
    float: left;
    position: relative;
    width: 300px;
}
#submit_wrapper #remember_wrapper {float: left; width: auto;}

#bt_area 
{
    float: right;
    width: 146px;
}
#message_label
 {
    color: red;
    width: 140px;
    font-size: smaller;
    float: left
}
#remember {
    float: left; width: 20px; height: auto;margin-left: 30px;
}
#remember_msg {
    float: left; width: auto; height: auto; line-height: 0;
    font-size: 9pt;
}


/* Classes */

.noCssInput 
{
    border-style: none; border-width: 0; float:left;margin-top:-6px
}
.login input 
{
    border:1px solid #ccc;
    /*-webkit-box-shadow:0 1px #fff,inset 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow:0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow:0 1px 0 #fff,inset 0 1px 1px rgba(0,0,0,.1);
*/
    background-color:white;
 
    padding: 3px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-bottom:8px;
	opacity:1;
}
.oldie .login input {
	behavior: url(../Content/themes/base/PIE/PIE.htc);
}
.editor_label.logon_input {
    text-align: left;
}

.logon_input input[type="text"] {
    height: 16px;
    padding: 3px;
    width: 230px;
}
.logon_input input[type="checkbox"]  /* IE */
{
    float: left;
    width: 15px;
}
.logon input[type="submit"] {
    height: 16px;
    font-size: 30pt;
    font-weight: bold;
}
.editor-label 
{
    text-align:left;
    padding-left:36px;
    font-size:12pt;
}remember_msg
.logon 
{
   color: #00aeef;  /* blue */
   /* color:#f58220;  orange */
   font-size: 18pt;
   font-weight: bold;
}
.validationMessage 
{
  clear: both;
  padding-left:36px;
  padding-right:36px;
  text-align:center;
  color:Red;
  font-size: 11pt;
  font-weight:bold;
}

input[type=checkbox]    /* IE */
{
    border-style: none;
    border-width: 0;
    float: left;
    margin-top: -6px;
    margin-right: 6px;
    padding: 0;
    border: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  background-color: transparent;
}




.editor_label.logon_input {margin-left: 35px;font-size:11pt;}