
/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */

/* Login Button */
#loginButton {
	display:inline-block;
	float:right;
	 background: #260505;
  /* Old browsers */

	  background: -moz-linear-gradient(bottom, #000000 0%, #260505  40%,#53110b 51%, #804011  78%, #805211 100%);
	  background: -webkit-linear-gradient(bottom, #000000 0%, #260505  40%, #53110b 51%, #804011  78%, #805211 100%);
	  background: -o-linear-gradient(bottom, #000000 0%, #260505  40%, #53110b 51%, #804011  78%, #805211 100%);
	  background: -ms-linear-gradient(bottom, #000000 0%, #260505  40%, #53110b 51%, #804011  78%, #805211 100%);
	  background: linear-gradient(to top, #000000 0%, #260505  40%, #53110b 51%,#804011  78%, #805211 100%);
		border:1px solid #899caa;
	border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
	z-index:30;
	cursor:pointer;
	background-color: #CC9900;
}

/* Login Button Text */
#loginButton span {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:px 3px 3px px;
	background:url(../images/loginArrow.png) no-repeat ;
	display:block
}

#loginButton:hover {
   background: #895b3c ;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #895b3c 0%,  #895b3c  50%, #9a6743 51%, #ae714a 78%,#cea98f 100%);
  background: -webkit-linear-gradient(bottom, #895b3c 0%,  #895b3c  50%, #9a6743 51%,#ae714a 78%,#cea98f 100%);
  background: -o-linear-gradient(bottom, #895b3c 0%,  #895b3c  50%, #9a6743 51%, #ae714a 78%, #cea98f 100%);
  background: -ms-linear-gradient(bottom, #895b3c 0%,  #895b3c  50%, #9a6743 51%,#ae714a 78%, #cea98f 100%);
  background: linear-gradient(to top,#895b3c 0%,  #895b3c  50%, #9a6743 51%, #ae714a 78%, #cea98f 100%);
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:248px; 
    border:1px solid #BD7221;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:url(images/own.jpg) no-repeat left top;
    padding:6px;
	color: #ebebeb;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:url(images/own.jpg) no-repeat left top;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#FA9805;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #F3B50B;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
	width:50;
	float:right;
	background:url(images/ro.png);
	color:#fff;
	padding:7px 10px 8px 10px;
	text-shadow:0px -1px #278db8;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin:0 12px 0 0;
	cursor:pointer;


    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#fff;

    font-size:12px;
}

input:focus {
    outline:none;
	  background:#EEDEB3;
}
 
.button2 {
 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #FFF;
    padding: 5px 10px 5px 10px;
    border: 1px solid #999;
 
    text-shadow: 0px 1px 1px #000;
    text-decoration: none;
 
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
 
    background: #0060df;
    background: -moz-linear-gradient(-90deg, #9299d0 5%, #6f78c1 15%, #3944a8 35%, #138aef 75%, #78e2ff 100%, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#9299d0), to(#78e2ff), color-stop(0.2, #6f78c1), color-stop(0.5, #3944a8), color-stop(.7, #138aef), color-stop(0.9, #78e2ff));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3944a8', endColorstr='#78e2ff', GradientType=0 );
 
    cursor: pointer;
 
}
.button2:hover {
    background: -moz-linear-gradient(90deg, #9299d0 5%, #6f78c1 15%, #3944a8 35%, #138aef 75%, #78e2ff 100%, #fff);
    background: -webkit-gradient(linear, left bottom, left top, from(#9299d0), to(#78e2ff), color-stop(0.2, #6f78c1), color-stop(0.5, #3944a8), color-stop(.7, #138aef), color-stop(0.9, #78e2ff));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78e2ff', endColorstr='#3944a8', GradientType=0 );
}
