/* Login Box Code*/

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

#singUp {
    position:absolute;
    top:52px;
    margin-left:303px;
    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 #000;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#2e2e2e;
    padding:6px;
}

.loginForm:before {
    border-bottom: 10px solid #2e2e2e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 44%;
    position: absolute;
    top: -10px;
    width: 0;
}
#singUp>.loginForm:before {
    border-bottom: 10px solid #2e2e2e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 17%;
    position: absolute;
    top: -10px;
    width: 0;
}
.loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset.body {
    background:#fff;
    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:#3a454d;
    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 #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
     color:#797979;
    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:auto;
    float:left;
    background:#d30000 url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:5px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #d30000;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:5px 2px 8px 2px; /* IE7 Fix */
}

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

.loginForm span a {
    color:#BABABA;
    font-size:12px;
}

input:focus {
    outline:none;
}


/* Get Featured FOrm */



#getFeatured {
    position:absolute;
    top:46px;
    margin-left: 248px;
    display:none;
    z-index:29;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#getFeatured {
		margin-left:249px;
	}
}
/* If the Login Button has been clicked */    
#getfeatBtn.active {
    border-radius:3px 3px 0 0;
}

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

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

/* Login Form */
.getfeatureForm {
    width:248px; 
    border:1px solid #f7d129;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#f7d129;
    padding:6px;
}


.getfeatureForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

.getfeatureForm fieldset.body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

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

.getfeatureForm .body label {
    color:#3a454d;
    margin:9px 0 7px !important;
    display:block;
    float:left;
}

.getfeatureForm .body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
.getfeatureForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#797979;
    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;
}
.getfeatureForm textarea {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
  color:#797979;
    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 */
.getfeatureForm .login {
    width:auto;
    float:left;
    background:#d30000 url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:5px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #d30000;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:5px 2px 8px 2px; /* IE7 Fix */
}

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

.getfeatureForm span a {
    color:#BABABA;
    font-size:12px;
}

input:focus {
    outline:none;
}

label.error, #commentForm input.submit { margin-left: 253px; display:none !important; }
input.error{ border:1px solid #f00 !important;}