﻿.loader{
    border-radius:10px;
    box-shadow: 2px 2px 1px #888888;
    margin:250px auto;
    z-index:9999;
    width:160px;
    height:40px;
    padding:10px;

    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    display:none;

}
.loader span{
    text-align:center;
}
.loader img{
    margin:0 auto;
}
body{
  background-image:url(../images/UATBackground.png);
  background-repeat:repeat;
}


.qe2-link-button {
    background-color: #0067a3;
    display: inline-block;
    position: absolute;
	left: 498px;
	top: 101px;
    text-align: left;
    border-radius: 5px;
}
.qe2-link-button a {
	font-size: 1em;
    line-height: 12px;
    padding: 8px 10px 8px 10px;
    display: inline-block;
	color: #fff;
}
.qe2-link-button ul {
	padding: 0px 0px 0px 20px;
	text-align: left;
	margin-block-start: 0.2em;
    margin-block-end: 0.2em;
}

.qe2-link-button  ul li {
	color: #FFC600;
}

.qe2-renewal-link-button {
	left: 598px;
}