﻿td.Login div div div.AcceptTnC
{
    position: relative;
    overflow: auto;   
    width:95%;
    top: auto;
    left: 40px;
    bottom: auto;
    right: auto;
    height:700px;         
}

td.Login div .PasswordReissue
{
    position: absolute;
    overflow: visible;
    width:  500px;
    border: solid 1px #666666;
    border-top-width: 4px;
    background-color: #FEFEFE;
    padding: 13px;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #DEDEDE;
    text-align: left;
    cursor: move;
    top: -152px;
    left:-256px;
    padding-bottom: 26px;
}

td.Login div .PasswordReissue *
{
    text-align:left;
}

.ParentWrapper
{
	width:100%;
	height: 100%;
	/*background-color: #118ece;*/
	
	/* For Internet Explorer  */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
                                                       startColorstr=#343434,
                                                       endColorstr=#ffffff);
	/* For WebKit (Safari, Google Chrome etc) */ 
	background: -webkit-gradient(linear, left top,left bottom, color-stop(0.0,#343434),color-stop(1.0,#ffffff)); 
	
	/* For Mozilla/Gecko (Firefox etc) */      
    background: -moz-linear-gradient(top, #343434, #ffffff); 
    padding-top:3%;
}