/**************************************************** Filed box style**************************/
/********************** Username & password ******************/

.login-position .portlet-form-label {
   position:relative;
   color:#FFFFFF;
   top:8px;
   left:25px;
   font-size:0.9em;
   display:block;
}

/*********************************Background*****************************************/
.user-login {
   background:url('/other_files/images/aat/frontlogbg7.jpg')  repeat-x; 
   top:-10px;
   height:170px;
   width:249px;
   /*border-left: 1px solid #BBBBBB; */
   /*border-right: 1px solid #BBBBBB; */
}

/********************************* SA Background *********************************/
.user-loginSA {
   background:url(/other_files/images/aat/SAweb/frontlogbgsa1.jpg)  repeat-x; 
   top:-10px;
   height:170px;
   width:249px;
}

/********************************* INPUT FIELD TYPE Position **************/

/* Edited by Simon */
.portlet-form-input-field {
   display: block;  /* block float the labels to left column, set a width */
   padding: 0; 
}

/**************************************************** Filed box style**************************/
.login-position .portlet-form-input-field {
    left:20px;
    width:195px;
	border: 1px #cccccc solid;
	background: url(/other_files/images/aat/search-bg.png) no-repeat top left;
	color: #444;
        margin:5px;
	position: relative;
	top: 8px;
	padding: 2px;
        font-size: 1em;
    border: 1px solid #555555; 
}

/********************************* BUTTON POSITION ********************************************/
.login-position .portlet-form-button {
float:right;
top:40px;
background: url(/other_files/images/aat/formbg.gif) repeat-x top left;
border: solid 1px #bbb;
position:relative;
right: 22px;
color: #444;
font-size: 1em;
cursor: pointer;
}

/************************** LOG OUT ***************/

.forgetyrpwdbox {
border-bottom:1px solid #D7D7D7;
border-left:1px solid #D7D7D7;
border-right:1px solid #D7D7D7;
display:block;
margin-bottom:-8px;
padding:5px;
position:relative;
top:-15px;
width:239px;
height:88px;
}

.forgotten-password {
    position:relative;
    float:right;
    top:-5px;
    padding:5px;
}

/************************** Remember me **********/

.rememberme {
   position:relative;
   padding-left:17px;
   top:-55px; /***** -70 up ****/
   width:130px;
}

