﻿html, body, form { padding: 0; margin: 0; }
.tabsFont11 {font-size:11px;}
.tabsRed { color:Red;}
.loginFailed { line-height:13px;}
.tabsContainer {width:100%; background:url(images/background.gif) repeat-x; margin:0; padding:0; height:47px; color:#5c5483; font-family:Arial; font-size:12px; border-bottom: 1px solid #7D74A8;}
.tabsContainer a {color:#5c5483;}
.tabsContent {width:1017px; height:47px; table-layout: fixed; text-align: center; margin: 0 auto; }
.tabsLoginBox {float:right; position:absolute; height:178px; z-index:10000; width:100%;color:#5c5483;font-family:Arial;font-size:12px;display:none;}
.pnlLogIn { position: relative; z-index: 99;margin-top:14px; }
.loginForm a{color:#5c5483;}
.loginForm input {border:solid 1px #cfd2d8; width: 140px;}
/*
.tabsLoginBox .innerBox {width:1017px;}
.tabsLoginBox .innerBox table {border:0; padding:0}
*/

.loginForm {position: absolute; top: 37px; right: 0; z-index: 100; background-image: url(images/bg-login-box.png); background-repeat:no-repeat; width: 242px; height:178px;}
.loginForm_padding { padding: 30px 6px; }
.loginForm .tblLoginForm { width:215px; margin: 0 auto; }
.loginForm .tblLoginForm td{ padding:3px;}

.tabsLoggedIn {  color:#5c5483;font-family:Arial;font-size:12px; float:right; height:31px;margin:0;padding:0; }
.tabsLoggedIn .innerForm { height:31px; text-align:center;}
.tabsLoggedIn .welcomeText {text-align:center; background-image:url(images/bg-logged-in.png); background-repeat:repeat-x; padding-left:10px; padding-right:10px;}

/***** JUVEDERM Differences *****/
.pnlLogIn a,
.pnlLogIn img
{
	display:inline;
}

/***** SKM *****/
.bdLogo {float:left; margin-left:250px;*margin-left:150px;}
 
/*****  Smartphones (portrait and landscape) *****/
#lnkRegister2 {display: none;}
@media only screen and (max-device-width:360px)
    and (orientation: portrait)
, only screen and (max-device-height:360px)
    and (max-device-width:1280px)
    and (orientation: landscape)
, only screen and (max-device-width:360px) {
#lnkRegister {display: none;}
#lnkRegister2 {display: inline !important;}
}