

body {
 background-color: #ffb400 !important;
}


.loginCall
{
-moz-box-shadow:inset 0px 1px 0px 0px #ffb400;
	
-webkit-box-shadow:inset 0px 1px 0px 0px #ffb400;
box-shadow:inset 0px 1px 0px 0px #ffb400;

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffb400), color-stop(1, #2c79bd));

background:-moz-linear-gradient(top, #ffb400 5%, #ffb400 100%);
background:-webkit-linear-gradient(top, #ffb400 5%, #ffb400 100%);

background:-o-linear-gradient(top, #ffb400 5%, #ffb400 100%);

background:-ms-linear-gradient(top, #ffb400 5%, #ffb400 100%);
background:linear-gradient(to bottom, #ffb400 5%, #ffb400 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ffb400',GradientType=0);

background-color:#ffb400;
border:1px solid #ffb400;
text-decoration:none;

text-shadow:0px 1px 0px #ffb400;

}


.loginCall:hover {

background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffb400), color-stop(1, #418cce));

background:-moz-linear-gradient(top, #ffb400 5%, #ffb400 100%);
	background:-webkit-linear-gradient(top, #ffb400 5%, #ffb400 100%);

background:-o-linear-gradient(top, #ffb400 5%, #ffb400 100%);
	background:-ms-linear-gradient(top, #ffb400 5%, #ffb400 100%);
background:linear-gradient(to bottom, #ffb400 5%, #ffb400 100%);

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ffb400',GradientType=0);
background-color:#2c79bd;

cursor: pointer;
}

